Skip to content

Commit

Permalink
Update Rust crate zeroize to 1.7.0 (oxidecomputer#4542)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Nov 29, 2023
1 parent 67cd482 commit 7f8b82e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 @@ -389,7 +389,7 @@ walkdir = "2.4"
wicket = { path = "wicket" }
wicket-common = { path = "wicket-common" }
wicketd-client = { path = "clients/wicketd-client" }
zeroize = { version = "1.6.0", features = ["zeroize_derive", "std"] }
zeroize = { version = "1.7.0", features = ["zeroize_derive", "std"] }
zip = { version = "0.6.6", default-features = false, features = ["deflate","bzip2"] }
zone = { version = "0.3", default-features = false, features = ["async"] }

Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ unicode-normalization = { version = "0.1.22" }
usdt = { version = "0.3.5" }
uuid = { version = "1.6.1", features = ["serde", "v4"] }
yasna = { version = "0.5.2", features = ["bit-vec", "num-bigint", "std", "time"] }
zeroize = { version = "1.6.0", features = ["std", "zeroize_derive"] }
zeroize = { version = "1.7.0", features = ["std", "zeroize_derive"] }
zip = { version = "0.6.6", default-features = false, features = ["bzip2", "deflate"] }

[build-dependencies]
Expand Down Expand Up @@ -201,7 +201,7 @@ unicode-normalization = { version = "0.1.22" }
usdt = { version = "0.3.5" }
uuid = { version = "1.6.1", features = ["serde", "v4"] }
yasna = { version = "0.5.2", features = ["bit-vec", "num-bigint", "std", "time"] }
zeroize = { version = "1.6.0", features = ["std", "zeroize_derive"] }
zeroize = { version = "1.7.0", features = ["std", "zeroize_derive"] }
zip = { version = "0.6.6", default-features = false, features = ["bzip2", "deflate"] }

[target.x86_64-unknown-linux-gnu.dependencies]
Expand Down

0 comments on commit 7f8b82e

Please sign in to comment.