From b170cfd2c4233218f407f089b6fb5dfacbed9131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 13:11:52 +0000 Subject: [PATCH] Bump sha2 from 0.10.1 to 0.10.5 Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.1 to 0.10.5. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.1...sha2-v0.10.5) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- primitives/core/hashing/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c64800e002339..dcef7bcb18377 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9547,9 +9547,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.1" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec" +checksum = "cf9db03534dff993187064c4e0c05a5708d2a9728ace9a8959b77bedf415dac5" dependencies = [ "cfg-if 1.0.0", "cpufeatures 0.2.1", @@ -10021,7 +10021,7 @@ dependencies = [ "blake2 0.10.2", "byteorder", "digest 0.10.3", - "sha2 0.10.1", + "sha2 0.10.5", "sha3 0.10.0", "sp-std", "twox-hash", diff --git a/primitives/core/hashing/Cargo.toml b/primitives/core/hashing/Cargo.toml index 978cb8906d5d9..186f866fa8fca 100644 --- a/primitives/core/hashing/Cargo.toml +++ b/primitives/core/hashing/Cargo.toml @@ -18,7 +18,7 @@ byteorder = { version = "1.3.2", default-features = false } digest = { version = "0.10.3", default-features = false } blake2 = { version = "0.10.2", default-features = false } -sha2 = { version = "0.10.1", default-features = false } +sha2 = { version = "0.10.5", default-features = false } sha3 = { version = "0.10.0", default-features = false } twox-hash = { version = "1.6.2", default-features = false, features = ["digest_0_10"] }