From e60a479a4cb0d363499ac0b758951e5c2c0a0b35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:24:26 +0000 Subject: [PATCH] Update lz4_flex requirement from 0.11 to 0.13 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.13.0) --- updated-dependencies: - dependency-name: lz4_flex dependency-version: 0.13.0 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 6c6db0e..46c9565 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ chrono = "0.4" digest = "0.10" hex-literal = "0.4" hmac = "0.12" -lz4_flex = "0.11" +lz4_flex = "0.13" plist = "1.3" ring = "0.16" serde = "1.0"