diff --git a/Cargo.toml b/Cargo.toml index e46b3a0..4663b71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,5 @@ readme = "README.md" [dependencies] rand = "0.7.3" rand_core = "0.5.1" -sha3 = "0.9.1" +sha3 = "0.10.8" curve25519-dalek = "3.2.1"