From b1e414015c32e8ca829c3208dd71be65bde03ed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:57:36 +0000 Subject: [PATCH] Bump zcash_proofs from 0.13.0-rc.1 to 0.14.0 Bumps [zcash_proofs](https://github.com/zcash/librustzcash) from 0.13.0-rc.1 to 0.14.0. - [Release notes](https://github.com/zcash/librustzcash/releases) - [Commits](https://github.com/zcash/librustzcash/compare/zcash_proofs-0.13.0-rc.1...zcash_proofs-0.14.0) --- updated-dependencies: - dependency-name: zcash_proofs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 146 ++++++++++++++++++++++++++++++++++++++++++++++++++--- Cargo.toml | 2 +- 2 files changed, 141 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec667537d..02c066f24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -462,6 +462,15 @@ dependencies = [ "subtle", ] +[[package]] +name = "document-features" +version = "0.2.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef5282ad69563b5fc40319526ba27e0e7363d552a896f0297d54f767717f9b95" +dependencies = [ + "litrs", +] + [[package]] name = "either" version = "1.9.0" @@ -794,6 +803,12 @@ version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128" +[[package]] +name = "litrs" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5" + [[package]] name = "log" version = "0.4.20" @@ -960,6 +975,36 @@ dependencies = [ "zcash_note_encryption", ] +[[package]] +name = "orchard" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fb255c3ffdccd3c84fe9ebed72aef64fdc72e6a3e4180dd411002d47abaad42" +dependencies = [ + "aes", + "bitvec", + "blake2b_simd", + "ff", + "fpe", + "group", + "halo2_gadgets", + "halo2_proofs", + "hex", + "incrementalmerkletree", + "lazy_static", + "memuse", + "nonempty", + "pasta_curves", + "rand", + "reddsa", + "serde", + "subtle", + "tracing", + "zcash_note_encryption", + "zcash_spec", + "zip32", +] + [[package]] name = "pairing" version = "0.23.0" @@ -1285,6 +1330,38 @@ dependencies = [ "wait-timeout", ] +[[package]] +name = "sapling-crypto" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02f4270033afcb0c74c5c7d59c73cfd1040367f67f224fe7ed9a919ae618f1b7" +dependencies = [ + "aes", + "bellman", + "bitvec", + "blake2b_simd", + "blake2s_simd", + "bls12_381", + "byteorder", + "document-features", + "ff", + "fpe", + "group", + "hex", + "incrementalmerkletree", + "jubjub", + "lazy_static", + "memuse", + "rand", + "rand_core", + "redjubjub", + "subtle", + "tracing", + "zcash_note_encryption", + "zcash_spec", + "zip32", +] + [[package]] name = "scopeguard" version = "1.2.0" @@ -1810,7 +1887,7 @@ dependencies = [ "lazy_static", "memuse", "nonempty", - "orchard", + "orchard 0.6.0", "proptest", "rand", "rand_core", @@ -1823,15 +1900,51 @@ dependencies = [ "zcash_note_encryption", ] +[[package]] +name = "zcash_primitives" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9070e084570bb78aed4f8d71fd6254492e62c87a5d01e084183980e98117092d" +dependencies = [ + "aes", + "bip0039", + "blake2b_simd", + "byteorder", + "document-features", + "equihash", + "ff", + "fpe", + "group", + "hex", + "incrementalmerkletree", + "jubjub", + "memuse", + "nonempty", + "orchard 0.7.1", + "rand", + "rand_core", + "redjubjub", + "sapling-crypto", + "sha2", + "subtle", + "tracing", + "zcash_address", + "zcash_encoding", + "zcash_note_encryption", + "zcash_spec", + "zip32", +] + [[package]] name = "zcash_proofs" -version = "0.13.0-rc.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48f22eff3bdc382327ef28f809024ddc89ec6d903ba71be629b2cbea34afdda2" +checksum = "b8a02eb1f151d9b9a6e16408d2c55ff440bd2fb232b7377277146d0fa2df9bc8" dependencies = [ "bellman", "blake2b_simd", "bls12_381", + "document-features", "group", "home", "jubjub", @@ -1839,9 +1952,10 @@ dependencies = [ "lazy_static", "rand_core", "redjubjub", + "sapling-crypto", "tracing", "xdg", - "zcash_primitives", + "zcash_primitives 0.14.0", ] [[package]] @@ -1867,7 +1981,7 @@ dependencies = [ "libc", "memuse", "metrics", - "orchard", + "orchard 0.6.0", "rand", "rand_core", "rayon", @@ -1877,10 +1991,19 @@ dependencies = [ "zcash_address", "zcash_encoding", "zcash_note_encryption", - "zcash_primitives", + "zcash_primitives 0.13.0-rc.1", "zcash_proofs", ] +[[package]] +name = "zcash_spec" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7a3bf58b673cb3dacd8ae09ba345998923a197ab0da70d6239d8e8838949e9b" +dependencies = [ + "blake2b_simd", +] + [[package]] name = "zerocopy" version = "0.7.32" @@ -1920,3 +2043,14 @@ dependencies = [ "quote", "syn 2.0.35", ] + +[[package]] +name = "zip32" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4226d0aee9c9407c27064dfeec9d7b281c917de3374e1e5a2e2cfad9e09de19e" +dependencies = [ + "blake2b_simd", + "memuse", + "subtle", +] diff --git a/Cargo.toml b/Cargo.toml index 1c1328bfe..f1b376573 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ zcash_address = "0.3" zcash_encoding = "0.2" zcash_note_encryption = "0.4" zcash_primitives = { version = "=0.13.0-rc.1", features = ["temporary-zcashd", "transparent-inputs"] } -zcash_proofs = { version = "=0.13.0-rc.1", features = ["directories"] } +zcash_proofs = { version = "=0.14.0", features = ["directories"] } bridgetree = "0.4" rand = "0.8"