diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 38a38ef..a005d85 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1817,9 +1817,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/driver-ipc/Cargo.toml b/rust/driver-ipc/Cargo.toml index ba94baa..24a818a 100644 --- a/rust/driver-ipc/Cargo.toml +++ b/rust/driver-ipc/Cargo.toml @@ -21,7 +21,7 @@ tokio = { version = "1.42.0", features = [ "net", "macros", ] } -tokio-stream = { version = "0.1.16", features = ["sync"] } +tokio-stream = { version = "0.1.17", features = ["sync"] } [dev-dependencies] tokio = { version = "1.42.0", features = [