chore(deps): Bump console-subscriber from 0.1.7 to 0.1.8 (#5558)
Bumps [console-subscriber](https://github.com/tokio-rs/console) from 0.1.7 to 0.1.8. - [Release notes](https://github.com/tokio-rs/console/releases) - [Commits](https://github.com/tokio-rs/console/compare/tokio-console-v0.1.7...console-subscriber-v0.1.8) --- updated-dependencies: - dependency-name: console-subscriber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>pull/24376/head
parent
6c9e9481d6
commit
b494c73cb3
|
@ -722,9 +722,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "console-subscriber"
|
name = "console-subscriber"
|
||||||
version = "0.1.7"
|
version = "0.1.8"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e933c43a5db3779b3600cdab18856af2411ca2237e33ba8ab476d5d5b1a6c1e7"
|
checksum = "22a3a81dfaf6b66bce5d159eddae701e3a002f194d378cbf7be5f053c281d9be"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"console-api",
|
"console-api",
|
||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
|
|
|
@ -43,7 +43,7 @@ arrow = { version = "21.0.0", features = ["prettyprint"] }
|
||||||
backtrace = "0.3"
|
backtrace = "0.3"
|
||||||
bytes = "1.2"
|
bytes = "1.2"
|
||||||
clap = { version = "3", features = ["derive", "env"] }
|
clap = { version = "3", features = ["derive", "env"] }
|
||||||
console-subscriber = { version = "0.1.7", optional = true, features = ["parking_lot"] }
|
console-subscriber = { version = "0.1.8", optional = true, features = ["parking_lot"] }
|
||||||
dotenvy = "0.15.1"
|
dotenvy = "0.15.1"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
hashbrown = "0.12"
|
hashbrown = "0.12"
|
||||||
|
|
Loading…
Reference in New Issue