Migrate to bitvec 0.22, ff 0.10, etc.

Requires patching three dependencies:

- bellman is pending a new release.
- nom is part of the funty breakage; we are blocking on a new release.
- orchard is in development.


Extracted from: 1222391dd7
This commit is contained in:
Jack Grigg 2021-06-04 21:51:04 +01:00
parent 5204d69665
commit 53115e4b43
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"