Skip to content

Commit 0e17f05

Browse files
build(deps): bump sha3 from 0.11.0 to 0.12.0
Bumps [sha3](https://github.com/RustCrypto/hashes) from 0.11.0 to 0.12.0. - [Commits](RustCrypto/hashes@sha3-v0.11.0...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 699547f commit 0e17f05

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

Cargo.lock

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

slh-dsa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ hybrid-array = { version = "0.4", features = ["extra-sizes"] }
2323
pkcs8 = { version = "0.11", default-features = false }
2424
rand_core = "0.10"
2525
sha2 = { version = "0.11", default-features = false }
26-
sha3 = { version = "0.11", default-features = false }
26+
sha3 = { version = "0.12", default-features = false }
2727
signature = { version = "3", features = ["rand_core"] }
2828
typenum = { version = "1.20", features = ["const-generics"] }
2929
zerocopy = { version = "0.8", features = ["derive"] }

xmss/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ hybrid-array = { version = "0.4", features = ["zeroize"] }
2828
pkcs8 = { version = "0.11", optional = true, default-features = false, features = ["alloc"] }
2929
rand = "0.10"
3030
sha2 = "0.11"
31-
sha3 = "0.11"
31+
sha3 = "0.12"
3232
serdect = { version = "0.4", features = ["alloc"], optional = true }
3333
signature = "3"
3434
spki = { version = "0.8", optional = true, default-features = false, features = ["alloc"] }

0 commit comments

Comments
 (0)