From 4cd346c954a02625c4494ec3040b442283317c30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 17:30:12 +0000 Subject: [PATCH] Bump flate2 from 1.1.7 to 1.1.8 Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.1.7 to 1.1.8. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.1.7...1.1.8) --- updated-dependencies: - dependency-name: flate2 dependency-version: 1.1.8 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 962ccec..d7dfa20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -261,9 +261,9 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "flate2" -version = "1.1.7" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2152dbcb980c05735e2a651d96011320a949eb31a0c8b38b72645ce97dec676" +checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369" dependencies = [ "crc32fast", "miniz_oxide", diff --git a/Cargo.toml b/Cargo.toml index 2923fb2..c03127d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ anyhow = { version = "1.0.100" } brotli = { version = "8.0.2" } clap = { version = "4.5.54", features = ["derive"] } crossbeam = { version = "0.8.4" } -flate2 = { version = "1.1.7" } +flate2 = { version = "1.1.8" } ignore = { version = "0.4.25" } mimalloc = { version = "0.1.48" } phf = { version = "0.13.1", features = ["macros"] }