Skip to content

Commit a8eaf1c

Browse files
committed
elliptic-curve: bump sec1 to v0.8
Release PR: RustCrypto/formats#2259
1 parent 01b44a6 commit a8eaf1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ hex-literal = { version = "1", optional = true }
3434
once_cell = { version = "1.21", optional = true, default-features = false }
3535
pem-rfc7468 = { version = "1", optional = true, features = ["alloc"] }
3636
pkcs8 = { version = "0.11.0-rc.10", optional = true, default-features = false }
37-
sec1 = { version = "0.8.0-rc.13", optional = true, features = ["ctutils", "subtle", "zeroize"] }
37+
sec1 = { version = "0.8", optional = true, features = ["ctutils", "subtle", "zeroize"] }
3838
serdect = { version = "0.4", optional = true, default-features = false, features = ["alloc"] }
3939

4040
[dev-dependencies]

0 commit comments

Comments
 (0)