From e6977e0309a59e3e363f78432190c8201f4801d9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 28 May 2022 21:02:02 +0000 Subject: [PATCH] Update Rust crate flate2 to 1.0.24 --- Cargo.lock | 6 ++---- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f779f79..3643435 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 fc25505..6f6d916 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.0.0", features = ["v4"] }