@@ -34,15 +34,15 @@ categories = ["cryptography::cryptocurrencies"]
34
34
# Intra-workspace dependencies
35
35
equihash = { version = " 0.2" , path = " components/equihash" }
36
36
zcash_address = { version = " 0.6" , path = " components/zcash_address" }
37
- zcash_client_backend = { version = " 0.14 " , path = " zcash_client_backend" }
37
+ zcash_client_backend = { version = " 0.15 " , path = " zcash_client_backend" }
38
38
zcash_encoding = { version = " 0.2.1" , path = " components/zcash_encoding" }
39
- zcash_keys = { version = " 0.4 " , path = " zcash_keys" }
39
+ zcash_keys = { version = " 0.5 " , path = " zcash_keys" }
40
40
zcash_protocol = { version = " 0.4.1" , path = " components/zcash_protocol" }
41
41
zip321 = { version = " 0.2" , path = " components/zip321" }
42
42
43
43
zcash_note_encryption = " 0.4"
44
- zcash_primitives = { version = " 0.19 " , path = " zcash_primitives" , default-features = false }
45
- zcash_proofs = { version = " 0.19 " , path = " zcash_proofs" , default-features = false }
44
+ zcash_primitives = { version = " 0.20 " , path = " zcash_primitives" , default-features = false }
45
+ zcash_proofs = { version = " 0.20 " , path = " zcash_proofs" , default-features = false }
46
46
47
47
# Shielded protocols
48
48
bellman = { version = " 0.14" , default-features = false , features = [" groth16" ] }
0 commit comments