Skip to content

Commit

Permalink
Update Rust crate zip to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed May 11, 2024
1 parent 572f621 commit eff8f7b
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 7 deletions.
59 changes: 53 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -490,7 +490,7 @@ wicket = { path = "wicket" }
wicket-common = { path = "wicket-common" }
wicketd-client = { path = "clients/wicketd-client" }
zeroize = { version = "1.7.0", features = ["zeroize_derive", "std"] }
zip = { version = "0.6.6", default-features = false, features = ["deflate","bzip2"] }
zip = { version = "1.2.3", default-features = false, features = ["deflate","bzip2"] }
zone = { version = "0.3", default-features = false, features = ["async", "sync"] }

# newtype-uuid is set to default-features = false because we don't want to
Expand Down

0 comments on commit eff8f7b

Please sign in to comment.