From 33ca38d32e1ec8ee2954627e35ef730383b0989f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 14:50:17 +0000 Subject: [PATCH] fix(deps): update rust crate lz4_flex to v0.11.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56a5e925..e785f52b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ enum_dispatch = "0.3.13" guardian = "1.1.0" interval-heap = "0.0.5" log = "0.4.22" -lz4_flex = { version = "=0.11.3", optional = true, default-features = false } +lz4_flex = { version = "=0.11.5", optional = true, default-features = false } miniz_oxide = { version = "0.8.0", optional = true } path-absolutize = "3.1.1" quick_cache = { version = "0.6.5", default-features = false, features = [] }