From b201aa9f49d09a4e9e45efbab93dba16369348c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 18:12:29 +0000 Subject: [PATCH 1/4] chore(deps): bump tar in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [tar](https://github.com/alexcrichton/tar-rs). Updates `tar` from 0.4.44 to 0.4.45 - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.44...0.4.45) --- updated-dependencies: - dependency-name: tar dependency-version: 0.4.45 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c4de48..e34a079 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -996,7 +996,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -1007,7 +1007,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -2415,7 +2415,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de" dependencies = [ "data-encoding", - "syn 2.0.117", + "syn 1.0.109", ] [[package]] @@ -2597,7 +2597,7 @@ dependencies = [ "libc", "option-ext", "redox_users 0.5.2", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -2828,7 +2828,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -5139,7 +5139,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -9474,7 +9474,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -10042,7 +10042,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -10198,9 +10198,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tar" -version = "0.4.44" +version = "0.4.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a" +checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973" dependencies = [ "filetime", "libc", @@ -10217,7 +10217,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -11358,7 +11358,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.48.0", ] [[package]] From 17aab839d266e628e9e7604d9333e69bfe1abbb6 Mon Sep 17 00:00:00 2001 From: Randy Grok Date: Wed, 25 Mar 2026 12:09:22 +0100 Subject: [PATCH 2/4] ci: allow dependabot PRs in claude code review workflow --- .github/workflows/claude-code-review.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index c953e63..7f5f503 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -54,6 +54,9 @@ jobs: # Optional: Use sticky comments to make Claude reuse the same comment on subsequent pushes to the same PR use_sticky_comment: true + # Allow dependabot PRs to be reviewed + allowed_bots: "dependabot[bot]" + # Optional: Customize review based on file types # direct_prompt: | # Review this PR focusing on: From d88803571e9ae0bfe936c7d7a1df5c4cebd22c66 Mon Sep 17 00:00:00 2001 From: Randy Grok Date: Wed, 25 Mar 2026 12:11:09 +0100 Subject: [PATCH 3/4] Revert "ci: allow dependabot PRs in claude code review workflow" This reverts commit 17aab839d266e628e9e7604d9333e69bfe1abbb6. --- .github/workflows/claude-code-review.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 7f5f503..c953e63 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -54,9 +54,6 @@ jobs: # Optional: Use sticky comments to make Claude reuse the same comment on subsequent pushes to the same PR use_sticky_comment: true - # Allow dependabot PRs to be reviewed - allowed_bots: "dependabot[bot]" - # Optional: Customize review based on file types # direct_prompt: | # Review this PR focusing on: From 6a81d3e66746be01bc38576f14d7380312386eef Mon Sep 17 00:00:00 2001 From: Randy Grok Date: Wed, 25 Mar 2026 21:34:21 +0100 Subject: [PATCH 4/4] ci: exclude ev-tests from unit workflow The ev-tests package contains e2e tests that start full nodes and can hang under CI resource pressure. These tests already run in the dedicated e2e workflow with a 60-minute timeout. --- .github/workflows/unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 868007b..75c90fe 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -35,7 +35,7 @@ jobs: cargo nextest run \ --locked \ --workspace \ - -E "(kind(lib) | kind(bin) | kind(proc-macro))" \ + -E "(kind(lib) | kind(bin) | kind(proc-macro)) - package(ev-tests)" \ --no-tests=warn client-test: