From 4a8ec892cbf6ddbc0500f5d6a84db4998b2384f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:39:11 +0000 Subject: [PATCH] Bump flate2 from 1.0.33 to 1.0.34 Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.33 to 1.0.34. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.33...1.0.34) --- updated-dependencies: - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c9cc8a8..cd13455 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -891,9 +891,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.0.33" +version = "1.0.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253" +checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" dependencies = [ "crc32fast", "miniz_oxide 0.8.0", diff --git a/Cargo.toml b/Cargo.toml index b2cd959..80734d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ aws-sdk-s3 = "1.17.0" blake2 = "0.10.6" clap = { version = "4.5.13", features = ["cargo"] } env_logger = "0.11.5" -flate2 = "1.0.33" +flate2 = "1.0.34" http = "1.1.0" hyper = { version = "1.4.1", features = ["http1", "server"] } hyper-staticfile = "0.10.1"