From c8f04923f0ac0e4e19119a8e2beaada2bcfada4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:34:55 +0000 Subject: [PATCH] Update zip-extensions requirement in the cargodeps group Updates the requirements on [zip-extensions](https://github.com/matzefriedrich/zip-extensions-rs) to permit the latest version. Updates `zip-extensions` to 0.14.1 - [Release notes](https://github.com/matzefriedrich/zip-extensions-rs/releases) - [Changelog](https://github.com/matzefriedrich/zip-extensions-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/matzefriedrich/zip-extensions-rs/compare/v0.13.0...v0.14.1) --- updated-dependencies: - dependency-name: zip-extensions dependency-version: 0.14.1 dependency-type: direct:production dependency-group: cargodeps ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c222006..5e6781a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ cargo_metadata = { version = "0.23", features = ["builder"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" yansi = "1.0" -zip-extensions = { version = "0.13", default-features = false } +zip-extensions = { version = "0.14", default-features = false } xshell = "0.2" glob = "0.3" xflags = "0.3"