diff --git a/Cargo.toml b/Cargo.toml index 904190a..7baed61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,14 +16,14 @@ blake2b_simd = "0.5" byteorder = "1" chacha20 = "0.8" chacha20poly1305 = "0.9" -ff = "0.10" -group = "0.10" +ff = "0.11" +group = "0.11" rand_core = "0.6" subtle = "2.2.3" [dev-dependencies] zcash_primitives = { version = "0.5", path = "../../zcash_primitives" } -jubjub = "0.7" +jubjub = "0.8" [lib] bench = false