Skip to content

Commit 2cd53cf

Browse files
authored
ecdsa: bump elliptic-curve to v0.14.0-rc.14 (#1068)
1 parent 8599e52 commit 2cd53cf

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,3 @@ lms-signature = { path = "./lms" }
2525
ml-dsa = { path = "./ml-dsa" }
2626
rfc6979 = { path = "./rfc6979" }
2727
slh-dsa = { path = "./slh-dsa" }
28-
29-
# https://github.com/RustCrypto/traits/pull/2008
30-
elliptic-curve = { git = "https://github.com/RustCrypto/traits" }

dsa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rust-version = "1.85"
1818
[dependencies]
1919
der = { version = "0.8.0-rc.8", features = ["alloc"] }
2020
digest = "0.11.0-rc.1"
21-
crypto-bigint = { version = "0.7.0-rc.5", default-features = false, features = ["alloc", "zeroize"] }
21+
crypto-bigint = { version = "0.7.0-rc.6", default-features = false, features = ["alloc", "zeroize"] }
2222
crypto-primes = { version = "0.7.0-pre.2", default-features = false }
2323
rfc6979 = { version = "0.5.0-rc.1" }
2424
sha2 = { version = "0.11.0-rc.2", default-features = false }

ecdsa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ edition = "2024"
1717
rust-version = "1.85"
1818

1919
[dependencies]
20-
elliptic-curve = { version = "0.14.0-rc.13", default-features = false, features = ["sec1"] }
20+
elliptic-curve = { version = "0.14.0-rc.14", default-features = false, features = ["sec1"] }
2121
signature = { version = "3.0.0-rc.3", default-features = false, features = ["rand_core"] }
2222
zeroize = { version = "1.5", default-features = false }
2323

0 commit comments

Comments
 (0)