From b408a81c533696283cb59fc4fdcb39a16911e964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 20:36:35 +0000 Subject: [PATCH] chore(deps): Bump flate2 from 1.1.2 to 1.1.5 Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.1.2 to 1.1.5. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.1.2...1.1.5) --- updated-dependencies: - dependency-name: flate2 dependency-version: 1.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 +++++++++-- datafusion/bio-format-gff/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8f33df..26a83ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1781,9 +1781,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.1.2" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d" +checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" dependencies = [ "crc32fast", "libz-rs-sys", @@ -2605,6 +2605,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" dependencies = [ "adler2", + "simd-adler32", ] [[package]] @@ -4140,6 +4141,12 @@ dependencies = [ "rand_core 0.6.4", ] +[[package]] +name = "simd-adler32" +version = "0.3.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" + [[package]] name = "simdutf8" version = "0.1.5" diff --git a/datafusion/bio-format-gff/Cargo.toml b/datafusion/bio-format-gff/Cargo.toml index 9f30762..714d70a 100644 --- a/datafusion/bio-format-gff/Cargo.toml +++ b/datafusion/bio-format-gff/Cargo.toml @@ -25,7 +25,7 @@ futures-util.workspace = true async-trait.workspace = true noodles-gff = { git = "https://github.com/biodatageeks/noodles.git",rev = "9b7b2c5b6531373918302d4c07410e583f1b5b5c", features = ["async"] } -flate2 = "1.0" +flate2 = "1.1" log = "0.4.27" env_logger = "0.11.8" tracing = "0.1.40"