diff --git a/Cargo.lock b/Cargo.lock index 74f304872d0d7..f1a3d8c807883 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2291,35 +2291,36 @@ dependencies = [ [[package]] name = "console-api" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2895653b4d9f1538a83970077cb01dfc77a4810524e51a110944688e916b18e" +checksum = "fd326812b3fd01da5bb1af7d340d0d555fd3d4b641e7f1dfcf5962a902952787" dependencies = [ - "prost 0.11.9", - "prost-types 0.11.9", - "tonic 0.9.2", + "futures-core", + "prost 0.12.1", + "prost-types 0.12.1", + "tonic 0.10.1", "tracing-core 0.1.30", ] [[package]] name = "console-subscriber" -version = "0.1.10" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4cf42660ac07fcebed809cfe561dd8730bcd35b075215e6479c516bcd0d11cb" +checksum = "7481d4c57092cd1c19dd541b92bdce883de840df30aa5d03fd48a3935c01842e" dependencies = [ "console-api", "crossbeam-channel", "crossbeam-utils", - "futures 0.3.28", + "futures-task", "hdrhistogram", "humantime", - "prost-types 0.11.9", + "prost-types 0.12.1", "serde", "serde_json", "thread_local", "tokio", "tokio-stream", - "tonic 0.9.2", + "tonic 0.10.1", "tracing 0.1.37", "tracing-core 0.1.30", "tracing-subscriber", diff --git a/Cargo.toml b/Cargo.toml index 9a5eef1701a59..98730d8abf171 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -154,7 +154,7 @@ tokio = { version = "1.32.0", default-features = false, features = ["full"] } tokio-openssl = { version = "0.6.3", default-features = false } tokio-stream = { version = "0.1.14", default-features = false, features = ["net", "sync", "time"] } tokio-util = { version = "0.7", default-features = false, features = ["io", "time"] } -console-subscriber = { version = "0.1.10", default-features = false, optional = true } +console-subscriber = { version = "0.2.0", default-features = false, optional = true } # Tracing tracing = { version = "0.1.34", default-features = false }