|
1 | 1 | [package] |
2 | 2 | name = "zebra-rpc" |
3 | | -version = "16.0.0" |
| 3 | +version = "16.0.1" |
4 | 4 | authors.workspace = true |
5 | 5 | description = "A Zebra JSON Remote Procedure Call (JSON-RPC) interface" |
6 | 6 | license.workspace = true |
@@ -109,16 +109,16 @@ zcash_transparent = { workspace = true } |
109 | 109 | # Test-only feature proptest-impl |
110 | 110 | proptest = { workspace = true, optional = true } |
111 | 111 |
|
112 | | -zebra-chain = { path = "../zebra-chain", version = "12.0.0", features = [ |
| 112 | +zebra-chain = { path = "../zebra-chain", version = "12.0.1", features = [ |
113 | 113 | "json-conversion", |
114 | 114 | ] } |
115 | | -zebra-consensus = { path = "../zebra-consensus", version = "15.0.0" } |
116 | | -zebra-network = { path = "../zebra-network", version = "12.0.0" } |
117 | | -zebra-node-services = { path = "../zebra-node-services", version = "10.0.0", features = [ |
| 115 | +zebra-consensus = { path = "../zebra-consensus", version = "15.0.1" } |
| 116 | +zebra-network = { path = "../zebra-network", version = "12.0.1" } |
| 117 | +zebra-node-services = { path = "../zebra-node-services", version = "10.0.1", features = [ |
118 | 118 | "rpc-client", |
119 | 119 | ] } |
120 | | -zebra-script = { path = "../zebra-script", version = "11.0.0" } |
121 | | -zebra-state = { path = "../zebra-state", version = "13.0.0" } |
| 120 | +zebra-script = { path = "../zebra-script", version = "11.0.1" } |
| 121 | +zebra-state = { path = "../zebra-state", version = "13.0.1" } |
122 | 122 |
|
123 | 123 | [build-dependencies] |
124 | 124 | openrpsee = { workspace = true } |
|
0 commit comments