Skip to content

Commit cda2d7e

Browse files
authored
dhkem: bump k256/p256/p384/p521 to v0.14 (#356)
Release PRs: - `k256` v0.14.0: RustCrypto/elliptic-curves#1900 - `p256` v0.14.0: RustCrypto/elliptic-curves#1890 - `p384` v0.14.0: RustCrypto/elliptic-curves#1892 - `p521` v0.14.0: RustCrypto/elliptic-curves#1902
1 parent 5ab0200 commit cda2d7e

2 files changed

Lines changed: 19 additions & 18 deletions

File tree

Cargo.lock

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

dhkem/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ rand_core = "0.10"
2020

2121
# optional dependencies
2222
elliptic-curve = { version = "0.14", optional = true, default-features = false }
23-
k256 = { version = "0.14.0-rc.14", optional = true, default-features = false, features = ["arithmetic"] }
24-
p256 = { version = "0.14.0-rc.14", optional = true, default-features = false, features = ["arithmetic"] }
25-
p384 = { version = "0.14.0-rc.14", optional = true, default-features = false, features = ["arithmetic"] }
26-
p521 = { version = "0.14.0-rc.14", optional = true, default-features = false, features = ["arithmetic"] }
23+
k256 = { version = "0.14", optional = true, default-features = false, features = ["arithmetic"] }
24+
p256 = { version = "0.14", optional = true, default-features = false, features = ["arithmetic"] }
25+
p384 = { version = "0.14", optional = true, default-features = false, features = ["arithmetic"] }
26+
p521 = { version = "0.14", optional = true, default-features = false, features = ["arithmetic"] }
2727
x25519 = { version = "3", package = "x25519-dalek", optional = true, default-features = false }
2828
zeroize = { version = "1.9", optional = true, default-features = false }
2929

0 commit comments

Comments
 (0)