@@ -94,16 +94,16 @@ sapling-crypto = { workspace = true }
9494# Test-only feature proptest-impl
9595proptest = { workspace = true , optional = true }
9696
97- zebra-chain = { path = " ../zebra-chain" , version = " 3.1 .0" , features = [
97+ zebra-chain = { path = " ../zebra-chain" , version = " 4.0 .0" , features = [
9898 " json-conversion" ,
9999] }
100- zebra-consensus = { path = " ../zebra-consensus" , version = " 3.1.1 " }
100+ zebra-consensus = { path = " ../zebra-consensus" , version = " 3.1.2 " }
101101zebra-network = { path = " ../zebra-network" , version = " 3.0.0" }
102- zebra-node-services = { path = " ../zebra-node-services" , version = " 2.1.1 " , features = [
102+ zebra-node-services = { path = " ../zebra-node-services" , version = " 2.1.2 " , features = [
103103 " rpc-client" ,
104104] }
105- zebra-script = { path = " ../zebra-script" , version = " 3.0.1 " }
106- zebra-state = { path = " ../zebra-state" , version = " 3.1.1 " }
105+ zebra-script = { path = " ../zebra-script" , version = " 3.0.2 " }
106+ zebra-state = { path = " ../zebra-state" , version = " 3.1.2 " }
107107
108108[build-dependencies ]
109109tonic-prost-build = { workspace = true }
@@ -117,16 +117,16 @@ proptest = { workspace = true }
117117thiserror = { workspace = true }
118118tokio = { workspace = true , features = [" full" , " tracing" , " test-util" ] }
119119
120- zebra-chain = { path = " ../zebra-chain" , version = " 3.1 .0" , features = [
120+ zebra-chain = { path = " ../zebra-chain" , version = " 4.0 .0" , features = [
121121 " proptest-impl" ,
122122] }
123- zebra-consensus = { path = " ../zebra-consensus" , version = " 3.1.1 " , features = [
123+ zebra-consensus = { path = " ../zebra-consensus" , version = " 3.1.2 " , features = [
124124 " proptest-impl" ,
125125] }
126126zebra-network = { path = " ../zebra-network" , version = " 3.0.0" , features = [
127127 " proptest-impl" ,
128128] }
129- zebra-state = { path = " ../zebra-state" , version = " 3.1.1 " , features = [
129+ zebra-state = { path = " ../zebra-state" , version = " 3.1.2 " , features = [
130130 " proptest-impl" ,
131131] }
132132
0 commit comments