Merge pull request #395 from str4d/bump-deps

Migrate to bitvec 0.22, ff 0.10, etc.

Extracted from: 2ba8073971
This commit is contained in:
str4d 2021-06-04 22:36:29 +01:00 committed by GitHub
commit 3a105f6c07
1 changed files with 3 additions and 3 deletions

View File

@ -15,11 +15,11 @@ edition = "2018"
blake2b_simd = "0.5"
byteorder = "1"
crypto_api_chachapoly = "0.4"
ff = "0.9"
group = "0.9"
ff = "0.10"
group = "0.10"
rand_core = "0.6"
subtle = "2.2.3"
[dev-dependencies]
zcash_primitives = { version = "0.5", path = "../../zcash_primitives" }
jubjub = "0.6"
jubjub = "0.7"