chore: bump deps (#15359)

This commit is contained in:
Matthias Seitz
2025-03-28 16:56:42 +01:00
committed by GitHub
parent 6260fe94b7
commit 57dda5e958
8 changed files with 402 additions and 203 deletions

View File

@@ -231,7 +231,8 @@ jobs:
- uses: rui314/setup-mold@v1
- uses: dtolnay/rust-toolchain@stable
- name: Ensure no arbitrary or proptest dependency on default build
run: cargo tree --package reth -e=features,no-dev | grep -Eq "arbitrary|proptest" && exit 1 || exit 0
# TODO enable arbitrary check again after https://github.com/ethereum/c-kzg-4844/pull/553 run: cargo tree --package reth -e=features,no-dev | grep -Eq "arbitrary|proptest" && exit 1 || exit 0
run: cargo tree --package reth -e=features,no-dev | grep -Eq "proptest" && exit 1 || exit 0
# Checks that selected rates can compile with power set of features
features: