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 7, 2024
1 parent 62c85a7 commit de15d9a
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 16 deletions.
94 changes: 81 additions & 13 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
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,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.1", 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
2 changes: 0 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ serde_json = { version = "1.0.116", features = ["raw_value", "unbounded_depth"]
sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.4.0", features = ["inline", "unicode"] }
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
socket2 = { version = "0.5.6", default-features = false, features = ["all"] }
spin = { version = "0.9.8" }
string_cache = { version = "0.8.7" }
subtle = { version = "2.5.0" }
Expand Down Expand Up @@ -204,7 +203,6 @@ serde_json = { version = "1.0.116", features = ["raw_value", "unbounded_depth"]
sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.4.0", features = ["inline", "unicode"] }
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
socket2 = { version = "0.5.6", default-features = false, features = ["all"] }
spin = { version = "0.9.8" }
string_cache = { version = "0.8.7" }
subtle = { version = "2.5.0" }
Expand Down

0 comments on commit de15d9a

Please sign in to comment.