From 7c33d434ce369d94afe47a59e9f04224d82f20fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 00:53:38 +0000 Subject: [PATCH] Update Rust crate lz4_flex to 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 159c48e..f696073 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ clap = { version = "4.5.7", features = ["cargo", "suggestions", "color", "wrap_h clean-path = { version = "0.2.1", optional = true } home = { version = "0.5.9", optional = true } lazy_static = { version = "1.5.0", optional = true } -lz4_flex = { version = "0.9.5", default-features = false } +lz4_flex = { version = "0.11.0", default-features = false } mimalloc = { version = "0.1.42", default-features = false, optional = true } tar = "0.4.41" ticky = { git = "https://github.com/Dirout/ticky.git", optional = true }