diff --git a/Cargo.lock b/Cargo.lock index e4bc271f0a..fd6a52ad61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5714,9 +5714,9 @@ dependencies = [ [[package]] name = "zcash_primitives" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5a8d812efec385ecbcefc862c0005bb1336474ea7dd9b671d5bbddaadd04be2" +checksum = "8a9ccee58d0f9e8da312a999a4c0cd3d001ff3b37af6fb1318c89e6a3076f4da" dependencies = [ "aes", "bip0039", diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 8f163ae80f..81f49ba385 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -97,7 +97,7 @@ orchard = "0.8.0" zcash_encoding = "0.2.0" zcash_history = "0.4.0" zcash_note_encryption = "0.4.0" -zcash_primitives = { version = "0.15.0", features = ["transparent-inputs"] } +zcash_primitives = { version = "0.15.1", features = ["transparent-inputs"] } sapling = { package = "sapling-crypto", version = "0.1" } zcash_protocol = { version = "0.1.1" } zcash_address = { version = "0.3.2" } diff --git a/zebra-grpc/Cargo.toml b/zebra-grpc/Cargo.toml index 2010b769d6..41b44e960c 100644 --- a/zebra-grpc/Cargo.toml +++ b/zebra-grpc/Cargo.toml @@ -26,7 +26,7 @@ tokio-stream = "0.1.15" tower = { version = "0.4.13", features = ["util", "buffer"] } color-eyre = "0.6.3" -zcash_primitives = { version = "0.15.0" } +zcash_primitives = { version = "0.15.1" } zebra-node-services = { path = "../zebra-node-services", version = "1.0.0-beta.37", features = ["shielded-scan"] } zebra-chain = { path = "../zebra-chain" , version = "1.0.0-beta.37" } diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index 6adf640de4..4e2a384423 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -64,7 +64,7 @@ tracing = "0.1.39" hex = { version = "0.4.3", features = ["serde"] } serde = { version = "1.0.203", features = ["serde_derive"] } -zcash_primitives = { version = "0.15.0" } +zcash_primitives = { version = "0.15.1" } # Experimental feature getblocktemplate-rpcs rand = { version = "0.8.5", optional = true } diff --git a/zebra-scan/Cargo.toml b/zebra-scan/Cargo.toml index 1672e1d16f..b550757cf1 100644 --- a/zebra-scan/Cargo.toml +++ b/zebra-scan/Cargo.toml @@ -53,7 +53,7 @@ futures = "0.3.30" zcash_client_backend = { version = "0.12.1" } zcash_keys = { version = "0.2.0", features = ["sapling"] } -zcash_primitives = "0.15.0" +zcash_primitives = "0.15.1" zcash_address = "0.3.2" sapling = { package = "sapling-crypto", version = "0.1" } diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index c5fbecd179..03769a936f 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -120,7 +120,7 @@ tokio = { version = "1.37.0", features = ["full"], optional = true } jsonrpc = { version = "0.18.0", optional = true } -zcash_primitives = { version = "0.15.0", optional = true } +zcash_primitives = { version = "0.15.1", optional = true } zcash_client_backend = { version = "0.12.1", optional = true } zcash_protocol = { version = "0.1.1" }