diff --git a/proto-compiler/Cargo.toml b/proto-compiler/Cargo.toml index 0e3c3e7..0577b87 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 = "2.1.0", default-features = false, features = ["deflate"] } fs_extra = { version = "1.3.0" } tonic-build = { version = "0.11.0", optional = true }