From 0426a3a6161bfcccc86b3fdafd897bb13fbe93b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 20:50:33 +0000 Subject: [PATCH] chore(deps): bump lz4_flex Bumps the cargo group with 1 update in the /operations-scripts/reth-dump directory: [lz4_flex](https://github.com/pseitz/lz4_flex). Updates `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 dependency-group: cargo ... Signed-off-by: dependabot[bot] --- operations-scripts/reth-dump/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/operations-scripts/reth-dump/Cargo.lock b/operations-scripts/reth-dump/Cargo.lock index cc7377c..f49b3d0 100644 --- a/operations-scripts/reth-dump/Cargo.lock +++ b/operations-scripts/reth-dump/Cargo.lock @@ -1800,9 +1800,9 @@ checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" [[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 = "macro-string"