From bfe033cca3f105dc522a6328e148e4ca179e12d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 01:03:42 +0000 Subject: [PATCH] Bump lz4_flex from 0.13.0 to 0.14.0 in /rust in the dependabot group Bumps the dependabot group in /rust with 1 update: [lz4_flex](https://github.com/pseitz/lz4_flex). Updates `lz4_flex` from 0.13.0 to 0.14.0 - [Release notes](https://github.com/pseitz/lz4_flex/releases) - [Changelog](https://github.com/PSeitz/lz4_flex/blob/main/CHANGELOG.md) - [Commits](https://github.com/pseitz/lz4_flex/compare/0.13.0...0.14.0) --- updated-dependencies: - dependency-name: lz4_flex dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 4 ++-- rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index d2dbbf56..8928dae6 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -504,9 +504,9 @@ checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" [[package]] name = "lz4_flex" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db9a0d582c2874f68138a16ce1867e0ffde6c0bb0a0df85e1f36d04146db488a" +checksum = "ecbdfe44b1bd960b68170b417450a628c43f7cf56bb3c5317e61cb230ee7f226" dependencies = [ "twox-hash", ] diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 9923d6d2..61b47f75 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -23,7 +23,7 @@ criterion = "0.8.1" flatbuffers = "25.12" flate2 = { version = "1.1.4" } glob = "0.3.3" -lz4_flex = { version = "0.13.0", default-features = false , features = ["frame"] } +lz4_flex = { version = "0.14.0", default-features = false , features = ["frame"] } numpy = "0.26" pyo3 = "0.26" rand = "0.10"