Skip to content

Commit 24a854e

Browse files
deps: bump sha3 from 0.10.8 to 0.12.0
Bumps [sha3](https://github.com/RustCrypto/hashes) from 0.10.8 to 0.12.0. - [Commits](RustCrypto/hashes@sha3/v0.10.8...sha3-v0.12.0) --- updated-dependencies: - dependency-name: sha3 dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5fe136 commit 24a854e

2 files changed

Lines changed: 66 additions & 24 deletions

File tree

Cargo.lock

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

transports/pnet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"]
1313
[dependencies]
1414
futures = { workspace = true }
1515
salsa20 = "0.10"
16-
sha3 = "0.10"
16+
sha3 = "0.12"
1717
tracing = { workspace = true }
1818
rand = { workspace = true }
1919
pin-project = "1.1.12"

0 commit comments

Comments
 (0)