diff --git a/rust/Cargo.lock b/rust/Cargo.lock index c160abc94..a46ae2dff 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -269,9 +269,9 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc2d0cfb2a7388d34f590e76686704c494ed7aaceed62ee1ba35cbf363abc2a5" +checksum = "a116f46a969224200a0a97f29cfd4c50e7534e4b4826bd23ea2c3c533039c82c" dependencies = [ "flate2", "futures-core", diff --git a/rust/connlib/clients/shared/Cargo.toml b/rust/connlib/clients/shared/Cargo.toml index f7f234970..da8cdcdc8 100644 --- a/rust/connlib/clients/shared/Cargo.toml +++ b/rust/connlib/clients/shared/Cargo.toml @@ -26,7 +26,7 @@ url = { version = "2.4.1", features = ["serde"] } time = { version = "0.3.30", features = ["formatting"] } reqwest = { version = "0.11.22", default-features = false, features = ["stream", "rustls-tls"] } tokio-tungstenite = { version = "0.21", default-features = false, features = ["connect", "handshake", "rustls-tls-webpki-roots"] } -async-compression = { version = "0.4.3", features = ["tokio", "gzip"] } +async-compression = { version = "0.4.6", features = ["tokio", "gzip"] } hickory-resolver = { workspace = true, features = ["tokio-runtime"] } parking_lot = "0.12" bimap = "0.6"