From c78cfe98b9b40c08c8ecc773652524989282d166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 22:34:27 +0000 Subject: [PATCH] chore(deps): bump lz4_flex from 0.11.5 to 0.11.6 in /rust/imzero2 Bumps [lz4_flex](https://github.com/pseitz/lz4_flex) from 0.11.5 to 0.11.6. - [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.11.5...0.11.6) --- updated-dependencies: - dependency-name: lz4_flex dependency-version: 0.11.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- rust/imzero2/Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/imzero2/Cargo.lock b/rust/imzero2/Cargo.lock index 906ae9ff..0280bf3b 100644 --- a/rust/imzero2/Cargo.lock +++ b/rust/imzero2/Cargo.lock @@ -2831,9 +2831,9 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" [[package]] name = "lz4_flex" -version = "0.11.5" +version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a" +checksum = "373f5eceeeab7925e0c1098212f2fbc4d416adec9d35051a6ab251e824c1854a" [[package]] name = "lz4_flex" @@ -3812,7 +3812,7 @@ dependencies = [ "byteorder", "cfg-if", "itertools 0.10.5", - "lz4_flex 0.11.5", + "lz4_flex 0.11.6", "once_cell", "parking_lot", "serde",