diff --git a/Cargo.lock b/Cargo.lock index 78a19264e9c..441cf0985b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5696,9 +5696,9 @@ dependencies = [ [[package]] name = "zcash_note_encryption" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b4580cd6cee12e44421dac43169be8d23791650816bdb34e6ddfa70ac89c1c5" +checksum = "77efec759c3798b6e4d829fcc762070d9b229b0f13338c40bf993b7b609c2272" dependencies = [ "chacha20", "chacha20poly1305", @@ -5771,9 +5771,9 @@ dependencies = [ [[package]] name = "zcash_protocol" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bc22b9155b2c7eb20105cd06de170d188c1bc86489b92aa3fda7b8da8d96acf" +checksum = "d4bbb28b59321f47454e69c2d95c11c227bb1a21bfa3381bd43c4ac98f5caee1" dependencies = [ "document-features", "memuse", diff --git a/Cargo.toml b/Cargo.toml index c50c93ad414..1f6fec65e96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ zcash_history = "0.4.0" zcash_keys = "0.4.0" zcash_primitives = "0.19.0" zcash_proofs = "0.19.0" -zcash_protocol = "0.4.0" +zcash_protocol = "0.4.1" [workspace.metadata.release] diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index b7a9b5d9d32..5131228f3ee 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -98,7 +98,7 @@ halo2 = { package = "halo2_proofs", version = "0.3.0" } orchard.workspace = true zcash_encoding.workspace = true zcash_history.workspace = true -zcash_note_encryption = "0.4.0" +zcash_note_encryption = "0.4.1" zcash_primitives = { workspace = true, features = ["transparent-inputs"] } sapling-crypto.workspace = true zcash_protocol.workspace = true diff --git a/zebra-scan/Cargo.toml b/zebra-scan/Cargo.toml index 17bd29baed7..61ea4ccfdc5 100644 --- a/zebra-scan/Cargo.toml +++ b/zebra-scan/Cargo.toml @@ -94,7 +94,7 @@ ff = { version = "0.13.0", optional = true } group = { version = "0.13.0", optional = true } jubjub = { version = "0.10.0", optional = true } rand = { version = "0.8.5", optional = true } -zcash_note_encryption = { version = "0.4.0", optional = true } +zcash_note_encryption = { version = "0.4.1", optional = true } zebra-test = { path = "../zebra-test", version = "1.0.0-beta.43", optional = true } @@ -121,7 +121,7 @@ group = "0.13.0" jubjub = "0.10.0" rand = "0.8.5" tempfile = "3.14.0" -zcash_note_encryption = "0.4.0" +zcash_note_encryption = "0.4.1" toml = "0.8.19" tonic = "0.12.3"