Skip to content

Commit f93e73c

Browse files
committed
Bump sha3 dependency to v0.11
Release PR: RustCrypto/hashes#816
1 parent 22f594d commit f93e73c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 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.0-rc.9"
66+
sha3 = "0.11"
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
@@ -29,7 +29,7 @@ array = { version = "0.4.8", package = "hybrid-array", features = ["ctutils", "e
2929
module-lattice = { version = "0.2", features = ["ctutils"] }
3030
kem = "0.3.0-rc.6"
3131
rand_core = "0.10"
32-
sha3 = { version = "0.11.0-rc.9", default-features = false }
32+
sha3 = { version = "0.11", default-features = false }
3333

3434
# optional dependencies
3535
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.0-rc.6"
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.0-rc.9", default-features = false }
25+
sha3 = { version = "0.11", 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)