@@ -302,12 +302,12 @@ proptest-derive = { workspace = true }
302302# enable span traces and track caller in tests
303303color-eyre = { workspace = true }
304304
305- zebra-chain = { path = " ../zebra-chain" , version = " 11.1.0 " , features = [" proptest-impl" ] }
306- zebra-consensus = { path = " ../zebra-consensus" , version = " 11.0.0 " , features = [" proptest-impl" ] }
307- zebra-network = { path = " ../zebra-network" , version = " 10.1.0 " , features = [" proptest-impl" ] }
308- zebra-state = { path = " ../zebra-state" , version = " 10.1.0 " , features = [" proptest-impl" ] }
305+ zebra-chain = { path = " ../zebra-chain" , features = [" proptest-impl" ] }
306+ zebra-consensus = { path = " ../zebra-consensus" , features = [" proptest-impl" ] }
307+ zebra-network = { path = " ../zebra-network" , features = [" proptest-impl" ] }
308+ zebra-state = { path = " ../zebra-state" , features = [" proptest-impl" ] }
309309
310- zebra-test = { path = " ../zebra-test" , version = " 4.0.0 " }
310+ zebra-test = { path = " ../zebra-test" }
311311
312312# Used by the checkpoint generation tests via the zebra-checkpoints feature
313313# (the binaries in this crate won't be built unless their features are enabled).
@@ -318,7 +318,7 @@ zebra-test = { path = "../zebra-test", version = "4.0.0" }
318318# When `-Z bindeps` is stabilised, enable this binary dependency instead:
319319# https://github.com/rust-lang/cargo/issues/9096
320320# zebra-utils { path = "../zebra-utils", artifact = "bin:zebra-checkpoints" }
321- zebra-utils = { path = " ../zebra-utils" , version = " 9.1.0 " }
321+ zebra-utils = { path = " ../zebra-utils" }
322322
323323[package .metadata .cargo-udeps .ignore ]
324324# These dependencies are false positives - they are actually used
0 commit comments