@@ -36,16 +36,16 @@ categories = ["cryptography::cryptocurrencies"]
3636[workspace .dependencies ]
3737# Intra-workspace dependencies
3838equihash = { version = " 0.2" , path = " components/equihash" , default-features = false }
39- zcash_address = { version = " 0.9 " , path = " components/zcash_address" , default-features = false }
39+ zcash_address = { version = " 0.10 " , path = " components/zcash_address" , default-features = false }
4040zcash_client_backend = { version = " 0.20" , path = " zcash_client_backend" }
4141zcash_encoding = { version = " 0.3" , path = " components/zcash_encoding" , default-features = false }
4242zcash_keys = { version = " 0.11" , path = " zcash_keys" }
43- zcash_protocol = { version = " 0.6.1 " , path = " components/zcash_protocol" , default-features = false }
44- zip321 = { version = " 0.5 " , path = " components/zip321" }
43+ zcash_protocol = { version = " 0.7 " , path = " components/zcash_protocol" , default-features = false }
44+ zip321 = { version = " 0.6 " , path = " components/zip321" }
4545
4646zcash_note_encryption = " 0.4.1"
47- zcash_primitives = { version = " 0.25 " , path = " zcash_primitives" , default-features = false }
48- zcash_proofs = { version = " 0.25 " , path = " zcash_proofs" , default-features = false }
47+ zcash_primitives = { version = " 0.26 " , path = " zcash_primitives" , default-features = false }
48+ zcash_proofs = { version = " 0.26 " , path = " zcash_proofs" , default-features = false }
4949
5050pczt = { version = " 0.4" , path = " pczt" }
5151
@@ -76,7 +76,7 @@ block-buffer = { version = "=0.11.0-rc.3" } # later RCs require edition2024
7676crypto-common = { version = " =0.2.0-rc.1" } # later RCs require edition2024
7777ripemd = { version = " 0.1" , default-features = false }
7878secp256k1 = { version = " 0.29" , default-features = false , features = [" alloc" ] }
79- transparent = { package = " zcash_transparent" , version = " 0.5 " , path = " zcash_transparent" , default-features = false }
79+ transparent = { package = " zcash_transparent" , version = " 0.6 " , path = " zcash_transparent" , default-features = false }
8080zcash_script = { version = " 0.4" , default-features = false }
8181zeroize = { version = " 1.7" , default-features = false }
8282
0 commit comments