Skip to content

Commit 3276eb0

Browse files
dependabot[bot]grishasobol
authored andcommitted
Bump zeroize from 1.4.3 to 1.5.4 (paritytech#11123)
Bumps [zeroize](https://github.com/RustCrypto/utils) from 1.4.3 to 1.5.4. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Commits](RustCrypto/utils@zeroize-v1.4.3...zeroize-v1.5.4) --- updated-dependencies: - dependency-name: zeroize dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c630c6 commit 3276eb0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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 @@ unsigned-varint = { version = "0.6.0", features = [
6161
"asynchronous_codec",
6262
] }
6363
void = "1.0.2"
64-
zeroize = "1.4.3"
64+
zeroize = "1.5.4"
6565
libp2p = "0.40.0"
6666

6767
[dev-dependencies]

primitives/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ substrate-bip39 = { version = "0.4.4", optional = true }
3232
tiny-bip39 = { version = "0.8.2", optional = true }
3333
regex = { version = "1.5.4", optional = true }
3434
num-traits = { version = "0.2.8", default-features = false }
35-
zeroize = { version = "1.4.3", default-features = false }
35+
zeroize = { version = "1.5.4", default-features = false }
3636
secrecy = { version = "0.8.0", default-features = false }
3737
lazy_static = { version = "1.4.0", default-features = false, optional = true }
3838
parking_lot = { version = "0.12.0", optional = true }

0 commit comments

Comments
 (0)