diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 3e7790d5e..eaf443baf 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -6345,9 +6345,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.15" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" +checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" dependencies = [ "futures-core", "pin-project-lite", diff --git a/rust/headless-client/Cargo.toml b/rust/headless-client/Cargo.toml index 20edfeebc..25c056ed9 100644 --- a/rust/headless-client/Cargo.toml +++ b/rust/headless-client/Cargo.toml @@ -28,7 +28,7 @@ thiserror = { version = "1.0", default-features = false } # This actually relies on many other features in Tokio, so this will probably # fail to build outside the workspace. tokio = { workspace = true, features = ["macros", "signal", "process", "time", "rt-multi-thread"] } -tokio-stream = "0.1.15" +tokio-stream = "0.1.16" tokio-util = { version = "0.7.11", features = ["codec"] } tracing = { workspace = true } tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }