@@ -34,15 +34,15 @@ categories = ["cryptography::cryptocurrencies"]
3434# Intra-workspace dependencies
3535equihash = { version = " 0.2" , path = " components/equihash" }
3636zcash_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" }
3838zcash_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" }
4040zcash_protocol = { version = " 0.4.1" , path = " components/zcash_protocol" }
4141zip321 = { version = " 0.2" , path = " components/zip321" }
4242
4343zcash_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 }
4646
4747# Shielded protocols
4848bellman = { version = " 0.14" , default-features = false , features = [" groth16" ] }
0 commit comments