cargo update

This commit is contained in:
Luke Parker
2023-04-08 04:44:28 -04:00
parent 7abc8f19cd
commit 96525330c2
3 changed files with 420 additions and 436 deletions

View File

@@ -62,5 +62,5 @@ monero-serai = { opt-level = 3 }
panic = "unwind"
[patch.crates-io]
k256 = { git = "https://github.com/RustCrypto/elliptic-curves", rev = "43d95961b77ad18e54d2874403052fdee248076c" }
p256 = { git = "https://github.com/RustCrypto/elliptic-curves", rev = "43d95961b77ad18e54d2874403052fdee248076c" }
k256 = { git = "https://github.com/RustCrypto/elliptic-curves", rev = "8958c2f535cc973a7cf216bcbad1f797ae6f9cdd" }
p256 = { git = "https://github.com/RustCrypto/elliptic-curves", rev = "8958c2f535cc973a7cf216bcbad1f797ae6f9cdd" }