From 6a7c516361125329435ef16e609e9068ad7c6188 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 09:29:11 +0000 Subject: [PATCH] chore(deps): update rust crate sevenz-rust2 to 0.21 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 81fa3aa..434b9d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ windows-core = "0.62.2" zip = { version = "8.2", default-features = false, features = ["deflate"] } # Zip create/extract for mrpack and distribution archives tar = "0.4" # Tar archive creation for .tar.gz distribution fallback flate2 = "1.1" # Gzip compression paired with tar -sevenz-rust2 = { version = "0.20", default-features = false, features = ["compress", "util"] } # 7z archive support; util enables compress_to_path helper +sevenz-rust2 = { version = "0.21", default-features = false, features = ["compress", "util"] } # 7z archive support; util enables compress_to_path helper handlebars = "6.4.0" # Telemetry (optional, behind `telemetry` feature gate)