diff --git a/Cargo.lock b/Cargo.lock index b87665e..ccd4eb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -176,13 +176,11 @@ dependencies = [ [[package]] name = "flate2" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af" +checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6" dependencies = [ - "cfg-if", "crc32fast", - "libc", "miniz_oxide", ] diff --git a/Cargo.toml b/Cargo.toml index 3e0322c..1d2e7c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ tracing = "0.1.34" tracing-subscriber = {version = "0.3.11", features = ["env-filter"] } tower-http = { version = "0.3.3", features = ["fs", "trace", "auth"] } tar = "0.4.38" -flate2 = "1.0.23" +flate2 = "1.0.24" tokio-util = { version = "0.7.2", features = ["io"] } futures-util = "0.3.21" uuid = { version = "1.1.1", features = ["v4"] }