From 284029877459f2a434082b5ec05e43eabd52ce48 Mon Sep 17 00:00:00 2001 From: pacu Date: Tue, 10 Feb 2026 18:22:36 -0300 Subject: [PATCH 1/2] Fix cargo deny workflow --- .github/workflows/ci-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pr.yaml b/.github/workflows/ci-pr.yaml index fe039c0..812e36a 100644 --- a/.github/workflows/ci-pr.yaml +++ b/.github/workflows/ci-pr.yaml @@ -25,7 +25,7 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Run cargo-deny - uses: EmbarkStudios/cargo-deny-action@v1 + uses: EmbarkStudios/cargo-deny-action@v2 with: command: check From 3e2132799e40f2fddee44e03a6ec1cb95b85a4a1 Mon Sep 17 00:00:00 2001 From: Pacu Date: Thu, 12 Feb 2026 16:06:38 -0300 Subject: [PATCH 2/2] Update to `zingo_common_components` that fixes cargo-deny --- Cargo.lock | 93 ++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 77 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48943a9..4fd903e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -441,6 +441,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09dc0086e469182132244e9b8d313a0742e1132da43a08c24b9dd3c18e0faf3a" dependencies = [ + "serde", "thiserror 2.0.17", ] @@ -937,7 +938,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -1046,7 +1047,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -2032,7 +2033,7 @@ version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d463f34ca3c400fde3a054da0e0b8c6ffa21e4590922f3e18281bb5eeef4cbdc" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -2286,7 +2287,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -2873,7 +2874,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.60.2", ] [[package]] @@ -3281,7 +3282,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -3743,7 +3744,7 @@ dependencies = [ "getrandom 0.3.4", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -4904,7 +4905,7 @@ dependencies = [ "tracing", "tracing-subscriber", "zcash_protocol", - "zebra-chain", + "zebra-chain 4.0.0", "zebra-node-services", "zebra-rpc", "zingo_common_components", @@ -5116,6 +5117,66 @@ dependencies = [ "zcash_transparent", ] +[[package]] +name = "zebra-chain" +version = "5.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a15c1b579eb4d25214fa15839a74f4b9599806bc8addb910cfbec50dd59fb97f" +dependencies = [ + "bech32", + "bitflags", + "bitflags-serde-legacy", + "bitvec", + "blake2b_simd", + "blake2s_simd", + "bounded-vec", + "bs58", + "byteorder", + "chrono", + "derive-getters", + "dirs", + "ed25519-zebra", + "equihash", + "futures", + "group", + "halo2_proofs", + "hex", + "humantime", + "incrementalmerkletree", + "itertools 0.14.0", + "jubjub", + "lazy_static", + "num-integer", + "orchard", + "primitive-types", + "rand_core 0.6.4", + "rayon", + "reddsa", + "redjubjub", + "ripemd 0.1.3", + "sapling-crypto", + "secp256k1", + "serde", + "serde-big-array", + "serde_with", + "sha2 0.10.9", + "sinsemilla", + "static_assertions", + "tempfile", + "thiserror 2.0.17", + "tracing", + "uint 0.10.0", + "x25519-dalek", + "zcash_address", + "zcash_encoding", + "zcash_history", + "zcash_note_encryption", + "zcash_primitives", + "zcash_protocol", + "zcash_script", + "zcash_transparent", +] + [[package]] name = "zebra-consensus" version = "3.1.2" @@ -5149,7 +5210,7 @@ dependencies = [ "tracing-futures", "zcash_proofs", "zcash_protocol", - "zebra-chain", + "zebra-chain 4.0.0", "zebra-node-services", "zebra-script", "zebra-state", @@ -5189,7 +5250,7 @@ dependencies = [ "tracing", "tracing-error", "tracing-futures", - "zebra-chain", + "zebra-chain 4.0.0", ] [[package]] @@ -5205,7 +5266,7 @@ dependencies = [ "serde_json", "tokio", "tower 0.4.13", - "zebra-chain", + "zebra-chain 4.0.0", ] [[package]] @@ -5250,7 +5311,7 @@ dependencies = [ "zcash_protocol", "zcash_script", "zcash_transparent", - "zebra-chain", + "zebra-chain 4.0.0", "zebra-consensus", "zebra-network", "zebra-node-services", @@ -5268,7 +5329,7 @@ dependencies = [ "thiserror 2.0.17", "zcash_primitives", "zcash_script", - "zebra-chain", + "zebra-chain 4.0.0", ] [[package]] @@ -5305,7 +5366,7 @@ dependencies = [ "tokio", "tower 0.4.13", "tracing", - "zebra-chain", + "zebra-chain 4.0.0", "zebra-node-services", ] @@ -5406,9 +5467,9 @@ dependencies = [ [[package]] name = "zingo_common_components" version = "0.1.0" -source = "git+https://github.com/zingolabs/zingo-common.git?branch=dev#7de9f9e8a261f95a632df2c57d2c9cbe68fc0ae8" +source = "git+https://github.com/zingolabs/zingo-common.git?branch=dev#ae5aaad38af3a962fe125c8fd99cbcc4f1ded562" dependencies = [ - "zebra-chain", + "zebra-chain 5.0.0", ] [[package]]