diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index 74be027960e..730628c5189 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -88,7 +88,7 @@ thiserror = "1.0.48" zebra-node-services = { path = "../zebra-node-services", version = "1.0.0-beta.32" } zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.32" } -zebra-scan = { path = "../zebra-scan", version="0.1.0-alpha.1",optional = true } +zebra-scan = { path = "../zebra-scan", version = "0.1.0-alpha.1", optional = true } # These crates are needed for the block-template-to-proposal binary zebra-rpc = { path = "../zebra-rpc", version = "1.0.0-beta.32", optional = true } @@ -104,7 +104,7 @@ reqwest = { version = "0.11.22", default-features = false, features = ["rustls-t # These crates are needed for the zebra-checkpoints and search-issue-refs binaries tokio = { version = "1.34.0", features = ["full"], optional = true } -jsonrpc = { version="0.16.0", optional = true } +jsonrpc = { version = "0.16.0", optional = true } -zcash_primitives = { version="0.13.0-rc.1", optional = true } -zcash_client_backend = {version="0.10.0-rc.1", optional = true} +zcash_primitives = { version = "0.13.0-rc.1", optional = true } +zcash_client_backend = {version = "0.10.0-rc.1", optional = true}