Skip to content

Commit f4b4c16

Browse files
Bump sha2 from 0.11.0-rc.0 to 0.11.0-rc.2 (#96)
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.11.0-rc.0 to 0.11.0-rc.2. - [Commits](RustCrypto/hashes@sha2-v0.11.0-rc.0...sha2-v0.11.0-rc.2) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0-rc.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent af74754 commit f4b4c16

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Cargo.lock

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

drasyl-p2p/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ prometheus = { workspace = true, optional = true, features = ["push"] }
2626
ed25519-dalek = { version = "2.2.0", features = ["rand_core", "zeroize"] }
2727
x25519-dalek = { version = "2.0.1", features = ["static_secrets", "zeroize"] }
2828
blake2b_simd = "1.0.3"
29-
sha2 = { version = "0.11.0-rc.0", features = ["zeroize"] }
29+
sha2 = { version = "0.11.0-rc.2", features = ["zeroize"] }
3030
zeroize = "1.8.1"
3131

3232
[dev-dependencies]

0 commit comments

Comments
 (0)