Skip to content

Commit 1c187e1

Browse files
committed
elliptic-curve v0.14.0-rc.19
1 parent ab6e3b5 commit 1c187e1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

elliptic-curve/Cargo.toml

Lines changed: 2 additions & 2 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.18"
3+
version = "0.14.0-rc.19"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"
@@ -39,7 +39,7 @@ hex-literal = { version = "1", optional = true }
3939
once_cell = { version = "1.21", optional = true, default-features = false }
4040
pem-rfc7468 = { version = "1.0.0-rc.2", optional = true, features = ["alloc"] }
4141
pkcs8 = { version = "0.11.0-rc.8", optional = true, default-features = false }
42-
sec1 = { version = "0.8.0-rc.11", optional = true, features = ["ctutils", "zeroize"] }
42+
sec1 = { version = "0.8.0-rc.11", optional = true, features = ["ctutils", "subtle", "zeroize"] }
4343
serdect = { version = "0.4", optional = true, default-features = false, features = ["alloc"] }
4444

4545
[dev-dependencies]

0 commit comments

Comments
 (0)