|
1 | 1 | [package] |
2 | 2 | # Crate metadata |
3 | 3 | name = "zebrad" |
4 | | -version = "6.1.0" |
| 4 | +version = "6.2.0" |
5 | 5 | authors.workspace = true |
6 | 6 | description = "The Zcash Foundation's independent, consensus-compatible implementation of a Zcash node" |
7 | 7 | license.workspace = true |
@@ -158,19 +158,19 @@ comparison-interpreter = ["zebra-script/comparison-interpreter"] |
158 | 158 |
|
159 | 159 | [dependencies] |
160 | 160 | zebra-chain = { path = "../zebra-chain", version = "11.2.0" } |
161 | | -zebra-consensus = { path = "../zebra-consensus", version = "12.0.0" } |
162 | | -zebra-network = { path = "../zebra-network", version = "10.1.1" } |
| 161 | +zebra-consensus = { path = "../zebra-consensus", version = "12.0.1" } |
| 162 | +zebra-network = { path = "../zebra-network", version = "10.2.0" } |
163 | 163 | zebra-node-services = { path = "../zebra-node-services", version = "9.1.1", features = ["rpc-client"] } |
164 | | -zebra-rpc = { path = "../zebra-rpc", version = "12.0.0" } |
165 | | -zebra-state = { path = "../zebra-state", version = "11.0.0" } |
| 164 | +zebra-rpc = { path = "../zebra-rpc", version = "12.1.0" } |
| 165 | +zebra-state = { path = "../zebra-state", version = "11.1.0" } |
166 | 166 | # zebra-script is not used directly, but we list it here to enable the |
167 | 167 | # "comparison-interpreter" feature. (Feature unification will take care of |
168 | 168 | # enabling it in the other imports of zcash-script.) |
169 | 169 | zebra-script = { path = "../zebra-script", version = "10.1.1" } |
170 | 170 | zcash_script = { workspace = true } |
171 | 171 |
|
172 | 172 | # Required for crates.io publishing, but it's only used in tests |
173 | | -zebra-utils = { path = "../zebra-utils", version = "9.1.1", optional = true } |
| 173 | +zebra-utils = { path = "../zebra-utils", version = "9.1.2", optional = true } |
174 | 174 |
|
175 | 175 | abscissa_core = { workspace = true } |
176 | 176 | clap = { workspace = true, features = ["cargo"] } |
|
0 commit comments