From 238db7bc871a462c5e337647d692aaee0629389e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 11:20:46 +0000 Subject: [PATCH] chore(deps): bump flate2 from 1.1.5 to 1.1.8 Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.1.5 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.5...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 ++-- test-utils/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d3cc4b2..c88b9c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -843,9 +843,9 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "flate2" -version = "1.1.5" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" +checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369" dependencies = [ "crc32fast", "miniz_oxide", diff --git a/test-utils/Cargo.toml b/test-utils/Cargo.toml index fbaeaad..e8c8437 100644 --- a/test-utils/Cargo.toml +++ b/test-utils/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" [dependencies] anyhow = "1.0" reqwest = { version = "0.12.25", features = ["blocking"] } -flate2 = "1.1.5" +flate2 = "1.1.8"