From 50071bc6a1650e6806dc7b09e449190fd68c636f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 08:19:05 +0000 Subject: [PATCH] chore(deps): bump zebra-chain from 4.0.0 to 6.0.1 in /packages/wasm-utxo Bumps [zebra-chain](https://github.com/ZcashFoundation/zebra) from 4.0.0 to 6.0.1. - [Release notes](https://github.com/ZcashFoundation/zebra/releases) - [Changelog](https://github.com/ZcashFoundation/zebra/blob/main/CHANGELOG.md) - [Commits](https://github.com/ZcashFoundation/zebra/commits) --- updated-dependencies: - dependency-name: zebra-chain dependency-version: 6.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/wasm-utxo/Cargo.lock | 57 ++++++++++++++++++++++++++++++++--- packages/wasm-utxo/Cargo.toml | 2 +- 2 files changed, 54 insertions(+), 5 deletions(-) diff --git a/packages/wasm-utxo/Cargo.lock b/packages/wasm-utxo/Cargo.lock index 3bace3ef90e..f2435b2e6c1 100644 --- a/packages/wasm-utxo/Cargo.lock +++ b/packages/wasm-utxo/Cargo.lock @@ -374,6 +374,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09dc0086e469182132244e9b8d313a0742e1132da43a08c24b9dd3c18e0faf3a" dependencies = [ + "serde", "thiserror 2.0.17", ] @@ -2440,10 +2441,23 @@ checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289" dependencies = [ "dyn-clone", "ref-cast", + "schemars_derive", "serde", "serde_json", ] +[[package]] +name = "schemars_derive" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "301858a4023d78debd2353c7426dc486001bddc91ae31a76fb1f55132f7e2633" +dependencies = [ + "proc-macro2", + "quote", + "serde_derive_internals", + "syn", +] + [[package]] name = "sec1" version = "0.7.3" @@ -2545,6 +2559,17 @@ dependencies = [ "syn", ] +[[package]] +name = "serde_derive_internals" +version = "0.29.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "serde_json" version = "1.0.145" @@ -2691,6 +2716,27 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" +[[package]] +name = "strum" +version = "0.27.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" +dependencies = [ + "strum_macros", +] + +[[package]] +name = "strum_macros" +version = "0.27.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" +dependencies = [ + "heck", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "subtle" version = "2.6.1" @@ -3558,9 +3604,9 @@ dependencies = [ [[package]] name = "zcash_script" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bed6cf5b2b4361105d4ea06b2752f0c8af4641756c7fbc9858a80af186c234f" +checksum = "c6ef9d04e0434a80b62ad06c5a610557be358ef60a98afa5dbc8ecaf19ad72e7" dependencies = [ "bip32", "bitflags", @@ -3610,9 +3656,9 @@ dependencies = [ [[package]] name = "zebra-chain" -version = "4.0.0" +version = "6.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b41d733382b3ecbf892f816ab9c1e448c9ae868d2bbb9f12a55b80c4e21fee2" +checksum = "0eebcd0ad0160d7bbc7f8ed26e6d00e257adf17c6d136628ea8ae979c027eced" dependencies = [ "bech32", "bitflags", @@ -3620,6 +3666,7 @@ dependencies = [ "bitvec", "blake2b_simd", "blake2s_simd", + "bounded-vec", "bs58", "byteorder", "chrono", @@ -3645,6 +3692,7 @@ dependencies = [ "redjubjub", "ripemd 0.1.3", "sapling-crypto", + "schemars 1.1.0", "secp256k1", "serde", "serde-big-array", @@ -3652,6 +3700,7 @@ dependencies = [ "sha2 0.10.9", "sinsemilla", "static_assertions", + "strum", "tempfile", "thiserror 2.0.17", "tracing", diff --git a/packages/wasm-utxo/Cargo.toml b/packages/wasm-utxo/Cargo.toml index 7546cae9315..7ee04086d98 100644 --- a/packages/wasm-utxo/Cargo.toml +++ b/packages/wasm-utxo/Cargo.toml @@ -47,7 +47,7 @@ rstest = "0.26.1" pastey = "0.1" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] -zebra-chain = { version = "4.0", default-features = false } +zebra-chain = { version = "6.0", default-features = false } [build-dependencies] serde_json = "1.0"