diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 4db6e9606..76e4d4083 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -6535,16 +6535,15 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.10" +version = "0.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" +checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" dependencies = [ "bytes", "futures-core", "futures-sink", "pin-project-lite", "tokio", - "tracing", ] [[package]] diff --git a/rust/gui-client/src-tauri/Cargo.toml b/rust/gui-client/src-tauri/Cargo.toml index 3ab121bd5..2c9ab0c95 100644 --- a/rust/gui-client/src-tauri/Cargo.toml +++ b/rust/gui-client/src-tauri/Cargo.toml @@ -55,7 +55,7 @@ zip = { version = "0.6.6", features = ["deflate", "time"], default-features = fa [target.'cfg(target_os = "linux")'.dependencies] dirs = "5.0.1" nix = { version = "0.28.0", features = ["user"] } -tokio-util = { version = "0.7.10", features = ["codec"] } +tokio-util = { version = "0.7.11", features = ["codec"] } [target.'cfg(target_os = "macos")'.dependencies] diff --git a/rust/headless-client/Cargo.toml b/rust/headless-client/Cargo.toml index c3ca3a7c9..fabecfff1 100644 --- a/rust/headless-client/Cargo.toml +++ b/rust/headless-client/Cargo.toml @@ -30,7 +30,7 @@ futures = "0.3.30" nix = { version = "0.28.0", features = ["fs", "user"] } resolv-conf = "0.7.0" sd-notify = "0.4.1" # This is a pure Rust re-implementation, so it isn't vulnerable to CVE-2024-3094 -tokio-util = { version = "0.7.10", features = ["codec"] } +tokio-util = { version = "0.7.11", features = ["codec"] } [target.'cfg(target_os = "macos")'.dependencies] dirs = "5.0.1"