Skip to content

Commit 47047d5

Browse files
authored
ecdsa: bump elliptic-curve to v0.14.0-rc.17 (#1110)
This notably includes a bump to `rand_core` v0.10.0-rc Previously we were sourcing this from `git` via `patch.crates-io`
1 parent 9fe087a commit 47047d5

File tree

3 files changed

+27
-28
lines changed

3 files changed

+27
-28
lines changed

Cargo.lock

Lines changed: 26 additions & 23 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,3 @@ lms-signature = { path = "./lms" }
2525
ml-dsa = { path = "./ml-dsa" }
2626
rfc6979 = { path = "./rfc6979" }
2727
slh-dsa = { path = "./slh-dsa" }
28-
29-
elliptic-curve = { git = "https://github.com/RustCrypto/traits" }
30-
ff = { git = "https://github.com/tarcieri/ff", branch = "rand_core/v0.10.0-rc-2" }
31-
group = { git = "https://github.com/tarcieri/group", branch = "rand_core/v0.10.0-rc-2" }

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.16", default-features = false, features = ["sec1"] }
20+
elliptic-curve = { version = "0.14.0-rc.17", default-features = false, features = ["sec1"] }
2121
signature = { version = "3.0.0-rc.5", default-features = false, features = ["rand_core"] }
2222
zeroize = { version = "1.5", default-features = false }
2323

0 commit comments

Comments
 (0)