From afa3140c145c115c50ddb4a44ec80c5bb7274ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 06:36:45 +0000 Subject: [PATCH] chore(deps)(deps): update lz4_flex requirement from 0.11.5 to 0.13.1 Updates the requirements on [lz4_flex](https://github.com/pseitz/lz4_flex) to permit the latest version. - [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/commits) --- updated-dependencies: - dependency-name: lz4_flex dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff3e9c9..f881bd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ tokio = { version = "1.47.1", features = ["rt-multi-thread", "process", "signal" blake3 = "1.8.2" # Compression -lz4_flex = "0.11.5" +lz4_flex = "0.13.1" [build-dependencies] toml = "0.9.5"