Skip to content

Commit 9e7faa4

Browse files
authored
chore: remove git dependencies on pkcs1/pkcs8
1 parent c99b4c6 commit 9e7faa4

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 2 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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ rand_core = { version = "0.6.4", default-features = false }
1717
const-oid = { version = "0.10.0-rc.3", default-features = false }
1818
subtle = { version = "2.6.1", default-features = false }
1919
digest = { version = "=0.11.0-pre.9", default-features = false, features = ["alloc", "oid"] }
20-
pkcs1 = { version = "0.8.0-rc.0", default-features = false, features = ["alloc", "pkcs8"] }
21-
pkcs8 = { version = "0.11.0-rc.0", default-features = false, features = ["alloc"] }
20+
pkcs1 = { version = "0.8.0-rc.1", default-features = false, features = ["alloc", "pkcs8"] }
21+
pkcs8 = { version = "0.11.0-rc.1", default-features = false, features = ["alloc"] }
2222
signature = { version = "=2.3.0-pre.4", default-features = false, features = ["alloc", "digest", "rand_core"] }
2323
spki = { version = "0.8.0-rc.1", default-features = false, features = ["alloc"] }
2424
zeroize = { version = "1.5", features = ["alloc"] }
@@ -70,7 +70,3 @@ opt-level = 2
7070

7171
[profile.bench]
7272
debug = true
73-
74-
[patch.crates-io]
75-
pkcs1 = { git = "https://github.com/RustCrypto/formats.git" }
76-
pkcs8 = { git = "https://github.com/RustCrypto/formats.git" }

0 commit comments

Comments
 (0)