Skip to content

Commit 3185fb9

Browse files
deps: bump zeroize from 1.7.0 to 1.8.1
Pull-Request: #5424.
1 parent 1987d96 commit 3185fb9

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.7", optional = true }
30+
zeroize = { version = "1.8", optional = true }
3131

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

0 commit comments

Comments
 (0)