From 15b7b4605e96ef318b7f74ab7b36b1952f901c85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 12:28:58 +0000 Subject: [PATCH] fix(deps): update rust crate zip to 0.6.3 (#832) 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 3b14ed0..141537d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ xz2 = "0.1.7" semver = "1.0.14" dirs = "4.0.0" colored = "2.0.0" -zip = "0.6.2" +zip = "0.6.3" tempfile = "3.3.0" indoc = "1.0.7" log = "0.4.17"