diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 9096eb174..962a3dc91 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -6803,9 +6803,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" +checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" dependencies = [ "futures-core", "pin-project-lite", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index bdb187b08..37f8d72a9 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -123,7 +123,7 @@ test-strategy = "0.4.0" thiserror = "1.0.68" time = "0.3.36" tokio = "1.42" -tokio-stream = "0.1.16" +tokio-stream = "0.1.17" flume = { version = "0.11.1", features = ["async"] } tokio-tungstenite = "0.23.1" tokio-util = "0.7.11"