From 54920007bc44b1c6e1d535afbc95a2ce72ece04a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 04:18:12 +0000 Subject: [PATCH] deps(deps): bump flate2 from 1.1.8 to 1.1.9 Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.1.8 to 1.1.9. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.1.8...1.1.9) --- updated-dependencies: - dependency-name: flate2 dependency-version: 1.1.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef20d55e8..228ebf7a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -586,9 +586,9 @@ checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db" [[package]] name = "flate2" -version = "1.1.8" +version = "1.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369" +checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" dependencies = [ "crc32fast", "miniz_oxide", diff --git a/Cargo.toml b/Cargo.toml index 9634481ee..03821d57a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ csv = "1.4" # atty removed - using std::io::IsTerminal instead signal-hook = "0.3" indicatif = "0.18" -flate2 = "1.0" +flate2 = "1.1" zstd = "0.13" lz4 = "1.28" tokio-stream = "0.1" @@ -67,7 +67,7 @@ vendored-openssl = ["git2/vendored-openssl"] [build-dependencies] clap = { version = "4.5", features = ["derive"] } chrono = "0.4" -flate2 = "1.0" +flate2 = "1.1" [dev-dependencies] criterion = { version = "0.8", features = ["html_reports", "async_tokio"] }