diff --git a/Cargo.toml b/Cargo.toml index 4ee5635..2332ec7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ rand = "0.7" ring = { git = "https://github.com/rozbb/ring.git", branch = "master" } serde = { version = "1.0", features = ["derive"] } subtle = "2.1" -x25519-dalek = "1.1" +x25519-dalek = "2.0" [dev-dependencies] crossbeam = "0.8"