Correct serai-processor-tests to dalek 4

This commit is contained in:
Luke Parker
2023-08-19 16:34:27 -04:00
parent 96583da3b9
commit 34397b31b1
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ hex = "0.4"
zeroize = { version = "1", default-features = false }
rand_core = { version = "0.6", default-features = false, features = ["getrandom"] }
curve25519-dalek = "3.2"
curve25519-dalek = "4"
ciphersuite = { path = "../../crypto/ciphersuite", default-features = false, features = ["ristretto"] }
dkg = { path = "../../crypto/dkg", default-features = false, features = ["tests"] }