From 2cedec27eeccec5f6bcf7cd7ad89d673d868aa18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 14:05:11 +0000 Subject: [PATCH] chore(deps): update lz4_flex requirement in /veza-stream-server 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.12.0) --- updated-dependencies: - dependency-name: lz4_flex dependency-version: 0.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- veza-stream-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veza-stream-server/Cargo.toml b/veza-stream-server/Cargo.toml index 475f42a51..4235bfb49 100644 --- a/veza-stream-server/Cargo.toml +++ b/veza-stream-server/Cargo.toml @@ -71,7 +71,7 @@ dasp = "0.11" # Compression brotli = "3.4" -lz4_flex = "0.11" +lz4_flex = "0.12" zstd = "0.13" # Database & Cache