From 4bced752e44ecc96277ac1d33d22f6046a365e80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 05:19:38 +0000 Subject: [PATCH] fix(deps): update rust crate lz4_flex to 0.11.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c4ad323..06ce24e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ crossbeam-skiplist = "0.1.3" fs_extra = "1.3.0" guardian = "1.1.0" log = "0.4.20" -lz4_flex = "0.11.2" +lz4_flex = "0.11.3" min-max-heap = "1.3.0" path-absolutize = "3.1.1" quick_cache = { version = "0.4.1", default-features = false, features = [] }