From 80e7843ece9d7a5ec360ccccfdd49f70f73cb61a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 20:16:34 +0000 Subject: [PATCH] chore(deps): update lz4_flex requirement from 0.11 to 0.14 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/compare/0.11...0.14.0) --- updated-dependencies: - dependency-name: lz4_flex dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/rypipe-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rypipe-core/Cargo.toml b/crates/rypipe-core/Cargo.toml index f0d1da3..3fa77ee 100644 --- a/crates/rypipe-core/Cargo.toml +++ b/crates/rypipe-core/Cargo.toml @@ -41,7 +41,7 @@ smallvec = "1" memmap2 = { version = "0.9", optional = true } flate2 = { version = "1", optional = true, default-features = false, features = ["rust_backend"] } zstd = { version = "0.13", optional = true } -lz4_flex = { version = "0.11", optional = true } +lz4_flex = { version = "0.14", optional = true } mimalloc = { version = "0.1", optional = true, default-features = false } [dev-dependencies]