From 8eb68d48ebefbe860ac20247dd4262c12cb5480b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 16:23:23 +0000 Subject: [PATCH] fix(deps): update rust crate zip to 0.6.6 (#930) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9d8c2be..8e39a2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ xz2 = "0.1.7" node-semver = "2.1.0" dirs = "5.0.1" colored = "2.0.0" -zip = "0.6.3" +zip = "0.6.6" tempfile = "3.6.0" indoc = "2.0.1" log = "0.4.19"