Skip to content

Commit 4e66a74

Browse files
authored
elliptic-curve v0.14.0-rc.9 (#1931)
1 parent 04402d6 commit 4e66a74

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

Cargo.lock

Lines changed: 9 additions & 8 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,3 @@ members = [
1616
[patch.crates-io]
1717
digest = { path = "digest" }
1818
signature = { path = "signature" }
19-
20-
sec1 = { git = "https://github.com/RustCrypto/formats/" }

elliptic-curve/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elliptic-curve"
3-
version = "0.14.0-rc.8"
3+
version = "0.14.0-rc.9"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"
@@ -32,8 +32,8 @@ group = { version = "=0.14.0-pre.0", optional = true, default-features = false }
3232
hkdf = { version = "0.13.0-rc.0", optional = true, default-features = false }
3333
hex-literal = { version = "1", optional = true }
3434
pem-rfc7468 = { version = "1.0.0-rc.2", optional = true, features = ["alloc"] }
35-
pkcs8 = { version = "0.11.0-rc.5", optional = true, default-features = false }
36-
sec1 = { version = "0.8.0-rc.6", optional = true, features = ["subtle", "zeroize"] }
35+
pkcs8 = { version = "0.11.0-rc.6", optional = true, default-features = false }
36+
sec1 = { version = "0.8.0-rc.8", optional = true, features = ["subtle", "zeroize"] }
3737
serdect = { version = "0.3", optional = true, default-features = false, features = ["alloc"] }
3838
serde_json = { version = "1.0.121", optional = true, default-features = false, features = ["alloc"] }
3939

0 commit comments

Comments
 (0)