diff --git a/r1cs-std/Cargo.toml b/r1cs-std/Cargo.toml index dbbd86d..e793f1a 100644 --- a/r1cs-std/Cargo.toml +++ b/r1cs-std/Cargo.toml @@ -28,4 +28,4 @@ derivative = "1" radix_trie = "0.1" [dev-dependencies] -rand = { version = "0.4" } +rand = { version = "0.7" }