Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit 6584375

Browse files
Bump zeroize from 1.1.1 to 1.2.0 (paritytech#7731)
Bumps [zeroize](https://github.com/iqlusioninc/crates) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/iqlusioninc/crates/releases) - [Commits](iqlusioninc/crates@zeroize/v1.1.1...zeroize/v1.2.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba2fc2b commit 6584375

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.

client/network/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ thiserror = "1"
6161
unsigned-varint = { version = "0.5.0", features = ["futures", "futures-codec"] }
6262
void = "1.0.2"
6363
wasm-timer = "0.2"
64-
zeroize = "1.0.0"
64+
zeroize = "1.2.0"
6565

6666
[dependencies.libp2p]
6767
version = "0.32.2"

primitives/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ substrate-bip39 = { version = "0.4.2", optional = true }
2929
tiny-bip39 = { version = "0.8", optional = true }
3030
regex = { version = "1.4.2", optional = true }
3131
num-traits = { version = "0.2.8", default-features = false }
32-
zeroize = { version = "1.0.0", default-features = false }
32+
zeroize = { version = "1.2.0", default-features = false }
3333
secrecy = { version = "0.7.0", default-features = false }
3434
lazy_static = { version = "1.4.0", default-features = false, optional = true }
3535
parking_lot = { version = "0.10.0", optional = true }

0 commit comments

Comments
 (0)