diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 0a31eeec9..281224093 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -8022,9 +8022,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.15" +version = "0.7.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" +checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" dependencies = [ "bytes", "futures-core", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 872dd89a0..5360c3ca1 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -186,7 +186,7 @@ time = "0.3.37" tokio = "1.46" tokio-stream = "0.1.17" tokio-tungstenite = "0.27.0" -tokio-util = "0.7.15" +tokio-util = "0.7.16" tracing = { version = "0.1.40" } tracing-appender = "0.2.3" tracing-core = "0.1.34"