Skip to content

Commit 433ac18

Browse files
authored
Bump pkcs8 to v0.11.0-rc.10 (#644)
1 parent 10afbb8 commit 433ac18

2 files changed

Lines changed: 10 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ crypto-bigint = { version = "0.7.0-rc.22", default-features = false, features =
1919
crypto-primes = { version = "0.7.0-pre.7", default-features = false }
2020
digest = { version = "0.11.0-rc.7", default-features = false, features = ["alloc", "oid"] }
2121
rand_core = { version = "0.10.0-rc-6", default-features = false }
22-
signature = { version = "3.0.0-rc.8", default-features = false, features = ["alloc", "digest", "rand_core"] }
22+
signature = { version = "3.0.0-rc.9", default-features = false, features = ["alloc", "digest", "rand_core"] }
2323
zeroize = { version = "1.8", features = ["alloc"] }
2424

2525
# optional dependencies
2626
crypto-common = { version = "0.2.0-rc.13", optional = true, features = ["getrandom"] }
2727
pkcs1 = { version = "0.8.0-rc.4", optional = true, default-features = false, features = ["alloc", "pem"] }
28-
pkcs8 = { version = "0.11.0-rc.9", optional = true, default-features = false, features = ["alloc", "pem"] }
28+
pkcs8 = { version = "0.11.0-rc.10", optional = true, default-features = false, features = ["alloc", "pem"] }
2929
serdect = { version = "0.4", optional = true }
3030
sha1 = { version = "0.11.0-rc.4", optional = true, default-features = false, features = ["oid"] }
3131
sha2 = { version = "0.11.0-rc.4", optional = true, default-features = false, features = ["oid"] }
@@ -71,12 +71,6 @@ debug = true
7171
[patch.crates-io.crypto-primes]
7272
git = "https://github.com/entropyxyz/crypto-primes"
7373

74-
[patch.crates-io.pkcs5]
75-
git = "https://github.com/RustCrypto/formats"
76-
77-
[patch.crates-io.pkcs8]
78-
git = "https://github.com/RustCrypto/formats"
79-
8074
[patch.crates-io.rand]
8175
git = "https://github.com/rust-random/rand"
8276
branch = "rand_core/v0.10.0-rc-6"

0 commit comments

Comments
 (0)