From 3bdf1fa381267a63a8219bc1f43ea3ae5cb55808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 09:20:23 +0000 Subject: [PATCH] chore(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 | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e582b43c7e4df..eeb4f4a5c6ba8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3003,9 +3003,9 @@ dependencies = [ [[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", @@ -7248,9 +7248,9 @@ dependencies = [ [[package]] name = "zlib-rs" -version = "0.5.5" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40990edd51aae2c2b6907af74ffb635029d5788228222c4bb811e9351c0caad3" +checksum = "a7948af682ccbc3342b6e9420e8c51c1fe5d7bf7756002b4a3c6cabfe96a7e3c" [[package]] name = "zmij" diff --git a/Cargo.toml b/Cargo.toml index 102749a55ae4b..3658484690fac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -152,7 +152,7 @@ datafusion-substrait = { path = "datafusion/substrait", version = "52.1.0" } doc-comment = "0.3" env_logger = "0.11" -flate2 = "1.1.8" +flate2 = "1.1.9" futures = "0.3" glob = "0.3.0" half = { version = "2.7.0", default-features = false }