@@ -36,14 +36,14 @@ zcash_keys = { version = "0.1", path = "zcash_keys" }
36
36
zcash_protocol = { version = " 0.1" , path = " components/zcash_protocol" }
37
37
38
38
zcash_note_encryption = " 0.4"
39
- zcash_primitives = { version = " 0.14 " , path = " zcash_primitives" , default-features = false }
39
+ zcash_primitives = { version = " 0.15 " , path = " zcash_primitives" , default-features = false }
40
40
zcash_proofs = { version = " 0.14" , path = " zcash_proofs" , default-features = false }
41
41
42
42
# Shielded protocols
43
43
ff = " 0.13"
44
44
group = " 0.13"
45
- incrementalmerkletree = " 0.5"
46
- shardtree = " 0.2 "
45
+ incrementalmerkletree = " 0.5.1 "
46
+ shardtree = " 0.3 "
47
47
zcash_spec = " 0.1"
48
48
49
49
# Payment protocols
@@ -52,11 +52,11 @@ bitvec = "1"
52
52
blake2s_simd = " 1"
53
53
bls12_381 = " 0.8"
54
54
jubjub = " 0.10"
55
- sapling = { package = " sapling-crypto" , version = " 0.1.2 " }
55
+ sapling = { package = " sapling-crypto" , version = " 0.1.3 " }
56
56
57
57
# - Orchard
58
58
nonempty = " 0.7"
59
- orchard = { version = " 0.7.1 " , default-features = false }
59
+ orchard = { version = " 0.8.0 " , default-features = false }
60
60
pasta_curves = " 0.5"
61
61
62
62
# - Transparent
@@ -120,9 +120,3 @@ zip32 = "0.1.1"
120
120
lto = true
121
121
panic = ' abort'
122
122
codegen-units = 1
123
-
124
- [patch .crates-io ]
125
- orchard = { git = " https://github.com/zcash/orchard" , rev = " 33474bdbfd7268e1f84718078d47f63d01a879d5" }
126
- incrementalmerkletree = { git = " https://github.com/zcash/incrementalmerkletree" , rev = " e1a7a80212c22e5a8912d05860f7eb6899c56a7c" }
127
- sapling = { git = " https://github.com/zcash/sapling-crypto" , package = " sapling-crypto" , rev = " 22412ae07644813253feb064d1692b0823242853" }
128
- shardtree = { git = " https://github.com/zcash/incrementalmerkletree" , rev = " e1a7a80212c22e5a8912d05860f7eb6899c56a7c" }
0 commit comments