diff --git a/Cargo.toml b/Cargo.toml index 8d5e8d2..71914c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ required-features = ["build-binary"] [dependencies] curve25519-dalek = { version = "=5.0.0-pre.4", features = ["rand_core", "lizard"] } rand_core = "=0.10.0-rc-5" -rand = { version = "=0.10.0-rc.7", optional = true } +rand = { version = "=0.10.0", optional = true } sha2 = "^0.11.0-rc.3" hmac = "^0.13.0-rc.3" derive_more = { version = "^2.0", features = ["deref", "from", "into"] }