build(deps): bump console-subscriber from 0.1.9 to 0.1.10 (#7140)
Bumps [console-subscriber](https://github.com/tokio-rs/console) from 0.1.9 to 0.1.10. - [Release notes](https://github.com/tokio-rs/console/releases) - [Commits](https://github.com/tokio-rs/console/compare/console-subscriber-v0.1.9...console-subscriber-v0.1.10) --- updated-dependencies: - dependency-name: console-subscriber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
7e7ce2ba71
commit
c8d411017d
|
|
@ -884,9 +884,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "console-subscriber"
|
||||
version = "0.1.9"
|
||||
version = "0.1.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "57ab2224a0311582eb03adba4caaf18644f7b1f10a760803a803b9b605187fc7"
|
||||
checksum = "d4cf42660ac07fcebed809cfe561dd8730bcd35b075215e6479c516bcd0d11cb"
|
||||
dependencies = [
|
||||
"console-api",
|
||||
"crossbeam-channel",
|
||||
|
|
|
|||
|
|
@ -220,7 +220,7 @@ proptest = { version = "1.2.0", optional = true }
|
|||
proptest-derive = { version = "0.3.0", optional = true }
|
||||
|
||||
# test feature tokio-console
|
||||
console-subscriber = { version = "0.1.8", optional = true }
|
||||
console-subscriber = { version = "0.1.10", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
vergen = { version = "8.2.3", default-features = false, features = ["cargo", "git", "git2", "rustc"] }
|
||||
|
|
|
|||
Loading…
Reference in New Issue