Skip to content

Commit eb897b6

Browse files
authored
Merge pull request #1225 from o1-labs/dependabot/cargo/zeroize-1.8.1
chore(deps): bump zeroize from 1.7.0 to 1.8.1
2 parents 42613fa + b7a868d commit eb897b6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.

p2p/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ libp2p-identity = { version = "=0.2.7", features = [
4747
"serde",
4848
] }
4949
multiaddr = { version = "0.18.1" }
50-
zeroize = { version = "1.7" }
50+
zeroize = { version = "1.8" }
5151

5252
mina-p2p-messages = { workspace = true }
5353
redux = { workspace = true }

tools/salsa-simple/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ generic-array = { version = "0.14.7" }
1313
hex = { version = "0.4.3", optional = true }
1414
inout = { version = "0.1" }
1515
serde = { version = "1.0", features = ["derive"], optional = true }
16-
zeroize = { version = "1.7" }
16+
zeroize = { version = "1.8" }
1717

1818
[features]
1919
default = ["serde", "hex"]

0 commit comments

Comments
 (0)