Skip to content

Commit 7387500

Browse files
deps: bump zeroize from 1.6.0 to 1.7.0
Pull-Request: libp2p#4904.
1 parent 8d3bde4 commit 7387500

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

identity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ serde = { version = "1", optional = true, features = ["derive"] }
2727
sha2 = { version = "0.10.8", optional = true }
2828
thiserror = { version = "1.0", optional = true }
2929
void = { version = "1.0", optional = true }
30-
zeroize = { version = "1.6", optional = true }
30+
zeroize = { version = "1.7", optional = true }
3131

3232
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
3333
ring = { version = "0.17.5", features = [ "alloc", "std"], default-features = false, optional = true }

0 commit comments

Comments
 (0)