Skip to content

Commit

Permalink
fix pkcs8 breaks in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Sep 7, 2024
1 parent def3415 commit 80c853d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
15 changes: 7 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@ x509-ocsp = { path = "./x509-ocsp" }

# Temp patches to external crates
ecdsa = { git = "https://github.com/RustCrypto/signatures" }
elliptic-curve = { git = "https://github.com/RustCrypto/traits" }
rsa = { git = "https://github.com/RustCrypto/RSA" }
# https://github.com/RustCrypto/elliptic-curves/pull/1075
p256 = { git = "https://github.com/baloo/elliptic-curves.git", branch = "baloo/pkcs8-api-break" }

0 comments on commit 80c853d

Please sign in to comment.