Skip to content

Commit

Permalink
build(deps): update zip requirement from 0.6.6 to 2.1.1
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 28, 2024
1 parent 3048c2e commit 370e337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1", default-features = false, features = ["deflate"] }
fs_extra = { version = "1.3.0" }
tonic-build = { version = "0.11.0", optional = true }

Expand Down

0 comments on commit 370e337

Please sign in to comment.