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 }