Skip to content

Commit 343368e

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 9b2b6cb commit 343368e

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

Cargo.lock

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

frodo-kem/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ openssl-sys = { version = "0.9.104", optional = true }
6363
rand_core = { version = "0.10", features = [] }
6464
serde = { version = "1.0", features = ["derive"], optional = true }
6565
serdect = "0.4"
66-
sha3 = "0.11"
66+
sha3 = "0.12"
6767
subtle = "2.6"
6868
thiserror = "2.0"
6969
zeroize = "1"

ml-kem/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ array = { version = "0.4.8", package = "hybrid-array", features = ["ctutils", "e
3030
module-lattice = { version = "0.2.3", features = ["ctutils"] }
3131
kem = "0.3"
3232
rand_core = "0.10"
33-
sha3 = { version = "0.11", default-features = false }
33+
sha3 = { version = "0.12", default-features = false }
3434

3535
# optional dependencies
3636
const-oid = { version = "0.10.1", optional = true, default-features = false, features = ["db"] }

x-wing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ hazmat = []
2222
kem = "0.3"
2323
ml-kem = { version = "0.3.0-rc.0", default-features = false, features = ["hazmat"] }
2424
rand_core = { version = "0.10", default-features = false }
25-
sha3 = { version = "0.11", default-features = false }
25+
sha3 = { version = "0.12", default-features = false }
2626
x25519-dalek = { version = "3.0.0-pre.6", default-features = false, features = ["static_secrets"] }
2727

2828
# optional dependencies

0 commit comments

Comments
 (0)