cargo update

This commit is contained in:
Luke Parker 2023-04-08 04:44:28 -04:00
parent 7abc8f19cd
commit 96525330c2
No known key found for this signature in database
3 changed files with 420 additions and 436 deletions

850
Cargo.lock generated

File diff suppressed because it is too large Load diff

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" }

View file

@ -42,7 +42,7 @@ macro_rules! serai_test {
let node = {
let this_crate = Path::new(env!("CARGO_MANIFEST_DIR"));
let top_level = this_crate.join("../../../");
let top_level = this_crate.join("../../");
top_level.join("target/debug/serai-node")
};