Update dependencies' versions.

This commit is contained in:
therealyingtong 2021-10-13 16:16:32 +02:00
parent ebd8595bc5
commit 56225d603a
5 changed files with 11 additions and 11 deletions

View File

@ -86,5 +86,5 @@ debug = true
debug = true
[patch.crates-io]
zcash_note_encryption = { git = "https://github.com/zcash/librustzcash.git", rev = "13b023387bafdc7b5712c933dc0e16ee94b96a6a" }
zcash_note_encryption = { git = "https://github.com/zcash/librustzcash.git", rev = "bfd083b339e0a21e9663d8c269f79fcc57eb742d" }
incrementalmerkletree = { git = "https://github.com/zcash/incrementalmerkletree.git", rev = "b7bd6246122a6e9ace8edb51553fbf5228906cbb" }

View File

@ -18,11 +18,11 @@ publish = false
[dependencies]
arrayvec = "0.7.0"
bigint = "4"
ff = "0.10"
group = "0.10"
ff = "0.11"
group = "0.11"
halo2 = "0.0"
lazy_static = "1"
pasta_curves = "0.1.2"
pasta_curves = "0.2.1"
rand = "0.8"
utilities = { package = "halo2_utilities", version = "0.0", path = "../halo2_utilities" }

View File

@ -20,9 +20,9 @@ pprof = { version = "0.4.2", features = ["criterion", "flamegraph"] }
[dependencies]
bitvec = "0.22"
ff = "0.10"
ff = "0.11"
halo2 = { version = "0.0", optional = true }
pasta_curves = "0.1.2"
pasta_curves = "0.2.1"
rand = "0.8"
utilities = { package = "halo2_utilities", version = "0.0", path = "../halo2_utilities" }

View File

@ -17,9 +17,9 @@ publish = false
[dependencies]
bigint = "4"
ff = "0.10"
ff = "0.11"
halo2 = "0.0"
pasta_curves = "0.1.2"
pasta_curves = "0.2.1"
proptest = { version = "1.0.0", optional = true }
rand = "0.8"

View File

@ -20,11 +20,11 @@ pprof = { version = "0.4.2", features = ["criterion", "flamegraph"] }
[dependencies]
ecc = { package = "halo2_ecc", version = "0.0", path = "../halo2_ecc" }
ff = "0.10"
group = "0.10"
ff = "0.11"
group = "0.11"
halo2 = { version = "0.0", optional = true }
lazy_static = "1"
pasta_curves = "0.1.2"
pasta_curves = "0.2.1"
rand = "0.8"
subtle = "2.3"
utilities = { package = "halo2_utilities", version = "0.0", path = "../halo2_utilities" }