diff --git a/Cargo.lock b/Cargo.lock index fe1efe36a6f..15e9da43471 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8140,9 +8140,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.17" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" +checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" dependencies = [ "futures-core", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index 19470365247..cc85aa80546 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ test-store = { path = "./store/test-store" } thiserror = "2.0.17" deadpool = { version = "0.12", features = ["rt_tokio_1", "managed"] } tokio = { version = "1.49.0", features = ["full"] } -tokio-stream = { version = "0.1.15", features = ["sync"] } +tokio-stream = { version = "0.1.18", features = ["sync"] } tokio-retry = "0.3.0" tonic = { version = "0.12.3", features = ["tls-roots", "gzip"] }