Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit f92e978

Browse files
Bump sha2 from 0.9.5 to 0.9.8 (#10008)
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.5 to 0.9.8. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](RustCrypto/hashes@sha2-v0.9.5...sha2-v0.9.8) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 508c5a7 commit f92e978

2 files changed

Lines changed: 33 additions & 24 deletions

File tree

Cargo.lock

Lines changed: 32 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

primitives/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ schnorrkel = { version = "0.9.1", features = [
6161
"preaudit_deprecated",
6262
"u64_backend",
6363
], default-features = false, optional = true }
64-
sha2 = { version = "0.9.5", default-features = false, optional = true }
64+
sha2 = { version = "0.9.8", default-features = false, optional = true }
6565
hex = { version = "0.4", default-features = false, optional = true }
6666
twox-hash = { version = "1.6.1", default-features = false, optional = true }
6767
libsecp256k1 = { version = "0.6", default-features = false, features = ["hmac", "static-context"], optional = true }

0 commit comments

Comments
 (0)