Skip to content

build(deps): bump the alloy-revm group across 1 directory with 9 updates#3652

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/alloy-revm-329a758001
Open

build(deps): bump the alloy-revm group across 1 directory with 9 updates#3652
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/alloy-revm-329a758001

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the alloy-revm group with 7 updates in the / directory:

Package From To
revm 38.0.0 41.0.0
alloy-rpc-types-trace 2.0.4 2.0.5
alloy 2.0.4 2.0.5
revm-inspectors 0.39.0 0.41.1
revm-precompile 34.0.0 41.0.0
revm-inspector 19.0.0 41.0.0
revm-context 16.0.1 41.0.0

Updates revm from 38.0.0 to 41.0.0

Changelog

Sourced from revm's changelog.

Because this is workspace with multi libraries, tags will be simplified, and with this document you can match version of project with git tag.

v113

date: 11.06.2026

All crates are now versioned in lockstep, starting at 41.0.0. Highlights:

  • TransientStorage newtype (#3736)

  • SSTORE gas accounting hook (#3734, #3750)

  • Conditional bundle update builder (#3729)

  • Commit perf improvements (#3732)

  • Fix out-of-bounds pointer in analyze_legacy (#3752)

  • revm-primitives: 24.0.1 -> 41.0.0 (✓ API compatible changes)

  • revm-bytecode: 11.0.1 -> 41.0.0 (✓ API compatible changes)

  • revm-state: 12.0.1 -> 41.0.0 (⚠ API breaking changes)

  • revm-database-interface: 12.1.1 -> 41.0.0 (⚠ API breaking changes)

  • revm-context-interface: 19.0.3 -> 41.0.0 (⚠ dependency bump)

  • revm-context: 18.0.3 -> 41.0.0 (⚠ dependency bump)

  • revm-database: 15.0.2 -> 41.0.0 (⚠ API breaking changes)

  • revm-interpreter: 37.0.3 -> 41.0.0 (✓ API compatible changes)

  • revm-precompile: 36.0.3 -> 41.0.0 (✓ dependency bump)

  • revm-handler: 20.0.3 -> 41.0.0 (✓ dependency bump)

  • revm-inspector: 21.0.3 -> 41.0.0 (✓ dependency bump)

  • revm-statetest-types: 19.0.3 -> 41.0.0 (✓ dependency bump)

  • revm: 40.0.3 -> 41.0.0 (✓ dependency bump)

  • revm-ee-tests: 0.3.0 -> 41.0.0 (✓ dependency bump)

  • revme: 17.0.3 -> 41.0.0 (✓ dependency bump)

v112

date: 26.05.2026

Maintenance release bundling the EIP-8037 (CPSB) gas-param work and a few utility additions. Highlights:

  • Bake EIP-8037 CPSB into gas params (#3714)

  • Add OnStateHook for State<DB> (#3710)

  • Mark RETURN and REVERT as memory-modifying (#3703)

  • Explain the CPSB acronym in docs (#3716)

  • revm-primitives: 24.0.0 -> 24.0.1 (✓ API compatible changes)

  • revm-bytecode: 11.0.0 -> 11.0.1 (✓ API compatible changes)

  • revm-database-interface: 12.1.0 -> 12.1.1 (✓ API compatible changes)

  • revm-context-interface: 19.0.2 -> 19.0.3 (✓ API compatible changes)

  • revm-state: 12.0.0 -> 12.0.1 (✓ dependency bump)

  • revm-context: 18.0.2 -> 18.0.3 (✓ dependency bump)

  • revm-database: 15.0.1 -> 15.0.2 (✓ dependency bump)

  • revm-interpreter: 37.0.2 -> 37.0.3 (✓ API compatible changes)

  • revm-precompile: 36.0.2 -> 36.0.3 (✓ dependency bump)

  • revm-handler: 20.0.2 -> 20.0.3 (✓ dependency bump)

  • revm-inspector: 21.0.2 -> 21.0.3 (✓ dependency bump)

  • revm-statetest-types: 19.0.2 -> 19.0.3 (✓ dependency bump)

  • revm: 40.0.2 -> 40.0.3 (✓ dependency bump)

... (truncated)

Commits

Updates alloy-rpc-types-trace from 2.0.4 to 2.0.5

Release notes

Sourced from alloy-rpc-types-trace's releases.

v2.0.5

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v2.0.4...v2.0.5

Changelog

Sourced from alloy-rpc-types-trace's changelog.

2.0.5 - 2026-05-18

Bug Fixes

  • [ci] Satisfy zepter secp256k1 propagation (#3993)
  • [network] Preserve transaction request extra fields
  • [consensus] Correct recovered transaction docs (#3984)
  • [signer-ledger] Reject invalid derivation paths (#3960)
  • [consensus-any] Saturate baseFeePerGas above u64::MAX on deser (#3741) (#3976)
  • [eips] Avoid panic in 7594 match_versioned_hashes (#3975)
  • [signer-trezor] Reject unsupported tx types (#3959)
  • [transport] Make retry queue count cancel-safe (#3956)
  • [signer-trezor] Dispatch EIP-1559 by tx type (#3958)
  • [rpc-types-trace] Default missing/null CallOutput.output to empty bytes (#3931)
  • [eip1559] Prevent divide-by-zero in next base fee calculation
  • [provider] Clean up failed impersonated sends (#3944)
  • Deduplicate AnyRpcTransaction conversion helpers (#3947)
  • [ci] Stabilize main red tests (#3942)

Dependencies

  • [deps] Bump github/codeql-action from 4.35.2 to 4.35.4 (#3990)
  • [deps] Bump taiki-e/install-action from 2.75.27 to 2.77.1
  • [deps] Bump crate-ci/typos from 1.45.0 to 1.46.0 (#3965)
  • [deps] Bump taiki-e/install-action from 2.75.20 to 2.75.27 (#3964)
  • [deps] Bump taiki-e/install-action from 2.75.15 to 2.75.20 (#3946)
  • [deps] Bump foundry-rs/foundry-toolchain from 1.7.0 to 1.8.0 (#3945)

Documentation

  • [rpc-types-eth] Correct sealed_header docs (#3995)
  • [node-bindings] Clarify Reth genesis behavior (#3994)
  • [eips] Document blob cell selection invariants (#3973)
  • [signer-tempo] Add changelog (#3962)

Features

  • [rpc-types-engine] Add payload attributes builders (#3985)
  • [rpc-types-beacon] Add builder validation request v6 (#3981)
  • [eips] Add EIP-7594 matching cell computation (#3974)
  • [rpc-types-engine] Add SSZ codecs for engine types (#3970)
  • [pubsub] Typed terminal-error channel (#3963)
  • [signer-tempo] Add Tempo wallet keystore reader (#3936)
  • [rpc-types-engine] Add sealed block execution data conversions (#3955)

Miscellaneous Tasks

  • Release 2.0.5
  • Release 2.0.5
  • Release 2.0.5

... (truncated)

Commits
  • 653989f chore: release 2.0.5
  • ee8c72f chore: release 2.0.5
  • a90ea92 chore: release 2.0.5
  • 51090d3 chore: release 2.0.5
  • 2d3a3fb docs(rpc-types-eth): correct sealed_header docs (#3995)
  • a019321 fix(ci): satisfy zepter secp256k1 propagation (#3993)
  • a51afc1 docs(node-bindings): clarify Reth genesis behavior (#3994)
  • 2aa6712 chore(deps): bump github/codeql-action from 4.35.2 to 4.35.4 (#3990)
  • f97b3cb fix(network): preserve transaction request extra fields
  • 51cb51d chore(deps): bump taiki-e/install-action from 2.75.27 to 2.77.1
  • Additional commits viewable in compare view

Updates alloy-consensus from 2.0.4 to 2.0.5

Release notes

Sourced from alloy-consensus's releases.

v2.0.5

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v2.0.4...v2.0.5

Changelog

Sourced from alloy-consensus's changelog.

2.0.5 - 2026-05-18

Bug Fixes

  • [ci] Satisfy zepter secp256k1 propagation (#3993)
  • [network] Preserve transaction request extra fields
  • [consensus] Correct recovered transaction docs (#3984)
  • [signer-ledger] Reject invalid derivation paths (#3960)
  • [consensus-any] Saturate baseFeePerGas above u64::MAX on deser (#3741) (#3976)
  • [eips] Avoid panic in 7594 match_versioned_hashes (#3975)
  • [signer-trezor] Reject unsupported tx types (#3959)
  • [transport] Make retry queue count cancel-safe (#3956)
  • [signer-trezor] Dispatch EIP-1559 by tx type (#3958)
  • [rpc-types-trace] Default missing/null CallOutput.output to empty bytes (#3931)
  • [eip1559] Prevent divide-by-zero in next base fee calculation
  • [provider] Clean up failed impersonated sends (#3944)
  • Deduplicate AnyRpcTransaction conversion helpers (#3947)
  • [ci] Stabilize main red tests (#3942)

Dependencies

  • [deps] Bump github/codeql-action from 4.35.2 to 4.35.4 (#3990)
  • [deps] Bump taiki-e/install-action from 2.75.27 to 2.77.1
  • [deps] Bump crate-ci/typos from 1.45.0 to 1.46.0 (#3965)
  • [deps] Bump taiki-e/install-action from 2.75.20 to 2.75.27 (#3964)
  • [deps] Bump taiki-e/install-action from 2.75.15 to 2.75.20 (#3946)
  • [deps] Bump foundry-rs/foundry-toolchain from 1.7.0 to 1.8.0 (#3945)

Documentation

  • [rpc-types-eth] Correct sealed_header docs (#3995)
  • [node-bindings] Clarify Reth genesis behavior (#3994)
  • [eips] Document blob cell selection invariants (#3973)
  • [signer-tempo] Add changelog (#3962)

Features

  • [rpc-types-engine] Add payload attributes builders (#3985)
  • [rpc-types-beacon] Add builder validation request v6 (#3981)
  • [eips] Add EIP-7594 matching cell computation (#3974)
  • [rpc-types-engine] Add SSZ codecs for engine types (#3970)
  • [pubsub] Typed terminal-error channel (#3963)
  • [signer-tempo] Add Tempo wallet keystore reader (#3936)
  • [rpc-types-engine] Add sealed block execution data conversions (#3955)

Miscellaneous Tasks

  • Release 2.0.5
  • Release 2.0.5
  • Release 2.0.5

... (truncated)

Commits
  • 653989f chore: release 2.0.5
  • ee8c72f chore: release 2.0.5
  • a90ea92 chore: release 2.0.5
  • 51090d3 chore: release 2.0.5
  • 2d3a3fb docs(rpc-types-eth): correct sealed_header docs (#3995)
  • a019321 fix(ci): satisfy zepter secp256k1 propagation (#3993)
  • a51afc1 docs(node-bindings): clarify Reth genesis behavior (#3994)
  • 2aa6712 chore(deps): bump github/codeql-action from 4.35.2 to 4.35.4 (#3990)
  • f97b3cb fix(network): preserve transaction request extra fields
  • 51cb51d chore(deps): bump taiki-e/install-action from 2.75.27 to 2.77.1
  • Additional commits viewable in compare view

Updates alloy from 2.0.4 to 2.0.5

Release notes

Sourced from alloy's releases.

v2.0.5

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v2.0.4...v2.0.5

Changelog

Sourced from alloy's changelog.

2.0.5 - 2026-05-18

Bug Fixes

  • [ci] Satisfy zepter secp256k1 propagation (#3993)
  • [network] Preserve transaction request extra fields
  • [consensus] Correct recovered transaction docs (#3984)
  • [signer-ledger] Reject invalid derivation paths (#3960)
  • [consensus-any] Saturate baseFeePerGas above u64::MAX on deser (#3741) (#3976)
  • [eips] Avoid panic in 7594 match_versioned_hashes (#3975)
  • [signer-trezor] Reject unsupported tx types (#3959)
  • [transport] Make retry queue count cancel-safe (#3956)
  • [signer-trezor] Dispatch EIP-1559 by tx type (#3958)
  • [rpc-types-trace] Default missing/null CallOutput.output to empty bytes (#3931)
  • [eip1559] Prevent divide-by-zero in next base fee calculation
  • [provider] Clean up failed impersonated sends (#3944)
  • Deduplicate AnyRpcTransaction conversion helpers (#3947)
  • [ci] Stabilize main red tests (#3942)

Dependencies

  • [deps] Bump github/codeql-action from 4.35.2 to 4.35.4 (#3990)
  • [deps] Bump taiki-e/install-action from 2.75.27 to 2.77.1
  • [deps] Bump crate-ci/typos from 1.45.0 to 1.46.0 (#3965)
  • [deps] Bump taiki-e/install-action from 2.75.20 to 2.75.27 (#3964)
  • [deps] Bump taiki-e/install-action from 2.75.15 to 2.75.20 (#3946)
  • [deps] Bump foundry-rs/foundry-toolchain from 1.7.0 to 1.8.0 (#3945)

Documentation

  • [rpc-types-eth] Correct sealed_header docs (#3995)
  • [node-bindings] Clarify Reth genesis behavior (#3994)
  • [eips] Document blob cell selection invariants (#3973)
  • [signer-tempo] Add changelog (#3962)

Features

  • [rpc-types-engine] Add payload attributes builders (#3985)
  • [rpc-types-beacon] Add builder validation request v6 (#3981)
  • [eips] Add EIP-7594 matching cell computation (#3974)
  • [rpc-types-engine] Add SSZ codecs for engine types (#3970)
  • [pubsub] Typed terminal-error channel (#3963)
  • [signer-tempo] Add Tempo wallet keystore reader (#3936)
  • [rpc-types-engine] Add sealed block execution data conversions (#3955)

Miscellaneous Tasks

  • Release 2.0.5
  • Release 2.0.5
  • Release 2.0.5

... (truncated)

Commits
  • 653989f chore: release 2.0.5
  • ee8c72f chore: release 2.0.5
  • a90ea92 chore: release 2.0.5
  • 51090d3 chore: release 2.0.5
  • 2d3a3fb docs(rpc-types-eth): correct sealed_header docs (#3995)
  • a019321 fix(ci): satisfy zepter secp256k1 propagation (#3993)
  • a51afc1 docs(node-bindings): clarify Reth genesis behavior (#3994)
  • 2aa6712 chore(deps): bump github/codeql-action from 4.35.2 to 4.35.4 (#3990)
  • f97b3cb fix(network): preserve transaction request extra fields
  • 51cb51d chore(deps): bump taiki-e/install-action from 2.75.27 to 2.77.1
  • Additional commits viewable in compare view

Updates revm-inspectors from 0.39.0 to 0.41.1

Release notes

Sourced from revm-inspectors's releases.

v0.41.0

What's Changed

Full Changelog: paradigmxyz/revm-inspectors@v0.40.1...v0.41.0

v0.40.1

What's Changed

New Contributors

Full Changelog: paradigmxyz/revm-inspectors@v0.40.0...v0.40.1

v0.40.0

What's Changed

New Contributors

Full Changelog: paradigmxyz/revm-inspectors@v0.39.0...v0.40.0

Changelog

Sourced from

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 23, 2026
@dependabot dependabot Bot changed the title build(deps): bump the alloy-revm group with 9 updates build(deps): bump the alloy-revm group across 1 directory with 9 updates May 27, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/alloy-revm-329a758001 branch from e78f32b to 1b9a55f Compare May 27, 2026 08:01
@shawn-zil

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/cargo/alloy-revm-329a758001 branch 3 times, most recently from 92a8d94 to 4720797 Compare June 1, 2026 02:35
@shawn-zil

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/cargo/alloy-revm-329a758001 branch from 4720797 to 931ccdd Compare June 4, 2026 08:14
@dependabot dependabot Bot force-pushed the dependabot/cargo/alloy-revm-329a758001 branch 2 times, most recently from f4c2788 to 306e6a3 Compare June 13, 2026 19:07
Bumps the alloy-revm group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [revm](https://github.com/bluealloy/revm) | `38.0.0` | `41.0.0` |
| [alloy-rpc-types-trace](https://github.com/alloy-rs/alloy) | `2.0.4` | `2.0.5` |
| [alloy](https://github.com/alloy-rs/alloy) | `2.0.4` | `2.0.5` |
| [revm-inspectors](https://github.com/paradigmxyz/revm-inspectors) | `0.39.0` | `0.41.1` |
| [revm-precompile](https://github.com/bluealloy/revm) | `34.0.0` | `41.0.0` |
| [revm-inspector](https://github.com/bluealloy/revm) | `19.0.0` | `41.0.0` |
| [revm-context](https://github.com/bluealloy/revm) | `16.0.1` | `41.0.0` |



Updates `revm` from 38.0.0 to 41.0.0
- [Release notes](https://github.com/bluealloy/revm/releases)
- [Changelog](https://github.com/bluealloy/revm/blob/main/CHANGELOG.md)
- [Commits](bluealloy/revm@v38...v41)

Updates `alloy-rpc-types-trace` from 2.0.4 to 2.0.5
- [Release notes](https://github.com/alloy-rs/alloy/releases)
- [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/alloy@v2.0.4...v2.0.5)

Updates `alloy-consensus` from 2.0.4 to 2.0.5
- [Release notes](https://github.com/alloy-rs/alloy/releases)
- [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/alloy@v2.0.4...v2.0.5)

Updates `alloy` from 2.0.4 to 2.0.5
- [Release notes](https://github.com/alloy-rs/alloy/releases)
- [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/alloy@v2.0.4...v2.0.5)

Updates `revm-inspectors` from 0.39.0 to 0.41.1
- [Release notes](https://github.com/paradigmxyz/revm-inspectors/releases)
- [Changelog](https://github.com/paradigmxyz/revm-inspectors/blob/main/CHANGELOG.md)
- [Commits](paradigmxyz/revm-inspectors@v0.39.0...v0.41.1)

Updates `revm-precompile` from 34.0.0 to 41.0.0
- [Release notes](https://github.com/bluealloy/revm/releases)
- [Changelog](https://github.com/bluealloy/revm/blob/main/CHANGELOG.md)
- [Commits](bluealloy/revm@v34...v41)

Updates `revm-inspector` from 19.0.0 to 41.0.0
- [Release notes](https://github.com/bluealloy/revm/releases)
- [Changelog](https://github.com/bluealloy/revm/blob/main/CHANGELOG.md)
- [Commits](bluealloy/revm@v19...v41)

Updates `revm-context` from 16.0.1 to 41.0.0
- [Release notes](https://github.com/bluealloy/revm/releases)
- [Changelog](https://github.com/bluealloy/revm/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bluealloy/revm/commits/v41)

Updates `alloy-rpc-types-debug` from 2.0.4 to 2.0.5
- [Release notes](https://github.com/alloy-rs/alloy/releases)
- [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/alloy@v2.0.4...v2.0.5)

---
updated-dependencies:
- dependency-name: alloy
  dependency-version: 2.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alloy-revm
- dependency-name: alloy-consensus
  dependency-version: 2.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alloy-revm
- dependency-name: alloy-rpc-types-debug
  dependency-version: 2.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alloy-revm
- dependency-name: alloy-rpc-types-trace
  dependency-version: 2.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alloy-revm
- dependency-name: revm
  dependency-version: 40.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alloy-revm
- dependency-name: revm-context
  dependency-version: 18.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alloy-revm
- dependency-name: revm-inspector
  dependency-version: 21.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alloy-revm
- dependency-name: revm-inspectors
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alloy-revm
- dependency-name: revm-precompile
  dependency-version: 36.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alloy-revm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/alloy-revm-329a758001 branch from 306e6a3 to 3cab3f2 Compare June 15, 2026 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant