Skip to content

Commit f786aba

Browse files
authored
elliptic-curve: bump pkcs8 and sec1 (#1919)
- pkcs8 v0.11.0-rc.5 - sec1 v0.8.0-rc.6
1 parent 3a293b6 commit f786aba

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

Cargo.lock

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

elliptic-curve/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.1", optional = true, default-features = false }
36-
sec1 = { version = "0.8.0-rc.4", optional = true, features = ["subtle", "zeroize"] }
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"] }
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)