From ad36e5ad1fe0589ea22309b44111b6a9b7242ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 13:37:08 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: zip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- proto-compiler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto-compiler/Cargo.toml b/proto-compiler/Cargo.toml index 0e3c3e7..b828c9f 100644 --- a/proto-compiler/Cargo.toml +++ b/proto-compiler/Cargo.toml @@ -15,7 +15,7 @@ tempfile = { version = "3.10.1" } regex = { "version" = "1.10.4" } # Use of native-tls-vendored should build vendored openssl, which is required for Alpine build ureq = { "version" = "2.9.6" } -zip = { version = "0.6.6", default-features = false, features = ["deflate"] } +zip = { version = "1.3.1", default-features = false, features = ["deflate"] } fs_extra = { version = "1.3.0" } tonic-build = { version = "0.11.0", optional = true }