Skip to content

Commit 816cf22

Browse files
committed
Bump kem dependency to v0.3
Release PR: RustCrypto/traits#2356
1 parent 4b34f73 commit 816cf22

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.

dhkem/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ readme = "README.md"
1515

1616
[dependencies]
1717
hkdf = "0.13.0-rc.5"
18-
kem = "0.3.0-rc.6"
18+
kem = "0.3"
1919
rand_core = "0.10"
2020

2121
# optional dependencies

ml-kem/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ zeroize = ["module-lattice/zeroize", "dep:zeroize"]
2727
[dependencies]
2828
array = { version = "0.4.8", package = "hybrid-array", features = ["ctutils", "extra-sizes"] }
2929
module-lattice = { version = "0.2", features = ["ctutils"] }
30-
kem = "0.3.0-rc.6"
30+
kem = "0.3"
3131
rand_core = "0.10"
3232
sha3 = { version = "0.11", default-features = false }
3333

x-wing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ zeroize = ["dep:zeroize", "ml-kem/zeroize", "x25519-dalek/zeroize"]
1919
hazmat = []
2020

2121
[dependencies]
22-
kem = "0.3.0-rc.6"
22+
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 }
2525
sha3 = { version = "0.11", default-features = false }

0 commit comments

Comments
 (0)