Skip to content

chore(deps): bump revm from 38.0.0 to 40.0.2#700

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

chore(deps): bump revm from 38.0.0 to 40.0.2#700
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/revm-39.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps revm from 38.0.0 to 40.0.2.

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.

v111

date: 22.05.2026

Maintenance release. Adds is_fatal to DBErrorMarker (#3704). All transitively dependent crates bumped accordingly.

  • revm-database-interface: 12.0.0 -> 12.1.0 (✓ API compatible changes)
  • revm-context-interface: 19.0.1 -> 19.0.2 (✓ dependency bump)
  • revm-context: 18.0.1 -> 18.0.2 (✓ dependency bump)
  • revm-database: 15.0.0 -> 15.0.1 (✓ dependency bump)
  • revm-interpreter: 37.0.1 -> 37.0.2 (✓ dependency bump)
  • revm-precompile: 36.0.1 -> 36.0.2 (✓ dependency bump)
  • revm-handler: 20.0.1 -> 20.0.2 (✓ dependency bump)
  • revm-inspector: 21.0.1 -> 21.0.2 (✓ dependency bump)
  • revm-statetest-types: 19.0.1 -> 19.0.2 (✓ dependency bump)
  • revm: 40.0.1 -> 40.0.2 (✓ dependency bump)
  • revme: 17.0.1 -> 17.0.2 (✓ dependency bump)

v110

date: 21.05.2026

Maintenance release. Removes the dead refill_amount tracking field from GasTracker and PrecompileOutput (#3699). All transitively dependent crates bumped accordingly.

  • revm-context-interface: 19.0.0 -> 19.0.1 (✓ API compatible changes)
  • revm-context: 18.0.0 -> 18.0.1 (✓ dependency bump)
  • revm-interpreter: 37.0.0 -> 37.0.1 (✓ API compatible changes)
  • revm-precompile: 36.0.0 -> 36.0.1 (✓ API compatible changes)
  • revm-handler: 20.0.0 -> 20.0.1 (✓ API compatible changes)
  • revm-inspector: 21.0.0 -> 21.0.1 (✓ dependency bump)
  • revm-statetest-types: 19.0.0 -> 19.0.1 (✓ dependency bump)
  • revm: 40.0.0 -> 40.0.1 (✓ dependency bump)
  • revme: 17.0.0 -> 17.0.1 (✓ dependency bump)

v109

date: 20.05.2026

Bump revm-database-interface major version. All dependent crates bumped accordingly.

  • revm-database-interface: 11.1.0 -> 12.0.0 (⚠ API breaking changes)
  • revm-context-interface: 18.0.0 -> 19.0.0 (⚠ dependency bump)
  • revm-database: 14.0.0 -> 15.0.0 (⚠ dependency bump)
  • revm-context: 17.0.0 -> 18.0.0 (⚠ dependency bump)
  • revm-interpreter: 36.0.0 -> 37.0.0 (⚠ dependency bump)
  • revm-precompile: 35.0.0 -> 36.0.0 (⚠ dependency bump)
  • revm-handler: 19.0.0 -> 20.0.0 (⚠ dependency bump)
  • revm-inspector: 20.0.0 -> 21.0.0 (⚠ dependency bump)
  • revm-statetest-types: 18.0.0 -> 19.0.0 (⚠ dependency bump)
  • revm: 39.0.0 -> 40.0.0 (⚠ dependency bump)
  • revm-ee-tests: 0.2.0 -> 0.3.0 (⚠ dependency bump)

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 20, 2026
@dependabot dependabot Bot requested a review from satyakwok as a code owner May 20, 2026 06:25
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 20, 2026
@github-actions
Copy link
Copy Markdown

🤖 Dependabot auto-merge skipped — CI not green (status: failed). Manual review required.

@github-actions
Copy link
Copy Markdown

🤖 Dependabot auto-merge skipped — compatibility score % is below 75% threshold. Manual review required.

Bumps [revm](https://github.com/bluealloy/revm) from 38.0.0 to 40.0.2.
- [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)

---
updated-dependencies:
- dependency-name: revm
  dependency-version: 39.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump revm from 38.0.0 to 39.0.0 chore(deps): bump revm from 38.0.0 to 40.0.2 May 23, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/revm-39.0.0 branch from 722f37a to a2a9ac1 Compare May 23, 2026 09:48
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'sentrix-trie benches'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: a2a9ac1 Previous: c6ae261 Ratio
insert_single 171868 ns/iter (± 12844) 83470 ns/iter (± 10721) 2.06

This comment was automatically generated by workflow using github-action-benchmark.

@satyakwok satyakwok self-assigned this May 23, 2026
@github-actions
Copy link
Copy Markdown

🤖 Dependabot auto-merge skipped — CI not green (status: failed). Manual review required.

@github-actions
Copy link
Copy Markdown

🤖 Dependabot auto-merge skipped — compatibility score % is below 75% threshold. Manual review required.

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