From 4c593956b7f9ab63eedd06e85b598197236a74cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 14:03:46 +0000 Subject: [PATCH] Bump flate2 from 1.1.5 to 1.1.7 Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.1.5 to 1.1.7. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.1.5...1.1.7) --- updated-dependencies: - dependency-name: flate2 dependency-version: 1.1.7 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 5321a05..938e06d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -261,9 +261,9 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "flate2" -version = "1.1.5" +version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" +checksum = "a2152dbcb980c05735e2a651d96011320a949eb31a0c8b38b72645ce97dec676" dependencies = [ "crc32fast", "miniz_oxide", diff --git a/Cargo.toml b/Cargo.toml index f1b70ab..dae2391 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.53", features = ["derive"] } crossbeam = { version = "0.8.4" } -flate2 = { version = "1.1.5" } +flate2 = { version = "1.1.7" } ignore = { version = "0.4.25" } mimalloc = { version = "0.1.48" } phf = { version = "0.13.1", features = ["macros"] }