11[package ]
22# Crate metadata
33name = " zebrad"
4- version = " 6.3.0 "
4+ version = " 6.3.1 "
55authors.workspace = true
66description = " The Zcash Foundation's independent, consensus-compatible implementation of a Zcash node"
77license.workspace = true
@@ -158,10 +158,10 @@ comparison-interpreter = ["zebra-script/comparison-interpreter"]
158158
159159[dependencies ]
160160zebra-chain = { path = " ../zebra-chain" , version = " 12.0.0" }
161- zebra-consensus = { path = " ../zebra-consensus" , version = " 15.0.0 " }
161+ zebra-consensus = { path = " ../zebra-consensus" , version = " 15.0.1 " }
162162zebra-network = { path = " ../zebra-network" , version = " 12.0.0" }
163163zebra-node-services = { path = " ../zebra-node-services" , version = " 10.0.0" , features = [" rpc-client" ] }
164- zebra-rpc = { path = " ../zebra-rpc" , version = " 16.0.0 " }
164+ zebra-rpc = { path = " ../zebra-rpc" , version = " 16.0.1 " }
165165zebra-state = { path = " ../zebra-state" , version = " 13.0.0" }
166166# zebra-script is not used directly, but we list it here to enable the
167167# "comparison-interpreter" feature. (Feature unification will take care of
@@ -170,7 +170,7 @@ zebra-script = { path = "../zebra-script", version = "11.0.0" }
170170zcash_script = { workspace = true }
171171
172172# Required for crates.io publishing, but it's only used in tests
173- zebra-utils = { path = " ../zebra-utils" , version = " 10.0.1 " , optional = true }
173+ zebra-utils = { path = " ../zebra-utils" , version = " 10.0.2 " , optional = true }
174174
175175abscissa_core = { workspace = true }
176176clap = { workspace = true , features = [" cargo" ] }
0 commit comments