Skip to content

chore(deps): bump the rust-deps group in /rust with 3 updates#29

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust/rust-deps-5a0b05c846
Open

chore(deps): bump the rust-deps group in /rust with 3 updates#29
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust/rust-deps-5a0b05c846

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the rust-deps group in /rust with 3 updates: alloy, lru and tokio.

Updates alloy from 2.0.1 to 2.0.4

Release notes

Sourced from alloy's releases.

v2.0.4

What's Changed

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

v2.0.3

What's Changed

Full Changelog: alloy-rs/alloy@v2.0.2...v2.0.3

v2.0.2

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v2.0.1...v2.0.2

Changelog

Sourced from alloy's changelog.

2.0.4 - 2026-04-29

Bug Fixes

  • [rpc-types-engine] Remove non_exhaustive from testing build request (#3940)

2.0.3 - 2026-04-29

Features

  • [rpc-types-engine] Derive Default for testing build request (#3939)

Miscellaneous Tasks

  • Release 2.0.3

2.0.2 - 2026-04-29

Bug Fixes

  • [provider] Return network blocks from anvil_mine_detailed (#3928)
  • [node-bindings] Use create_dir_all for datadir creation (#3920)
  • [pubsub] Back off reconnect retries (#3919)

Features

  • [eips] Add EIP-7594 cell matching helpers (#3934)
  • [eips] Add EIP-7594 sidecar cell helper (#3933)
  • [eips] Add blob cells response type (#3932)
  • [eips] Add SSZ support for blob proof types (#3923)
  • [eips] Add sidecar shrink_to_fit helpers (#3918)

Miscellaneous Tasks

  • Release 2.0.2
  • Release 2.0.2
  • [rpc-types-engine] Mark TestingBuildBlockRequestV1 non_exhaustive (#3913)

Performance

  • [eips] Compute EIP-7594 cells only for matches (#3937)
  • [serde] Avoid heap allocation in JsonStorageKey Display (#3925)

Refactor

  • [rpc-types-engine] Move v4 payload deserialize impl (#3922)
  • [transport-ws] Make TLS opts selectable through features (#3915)
Commits
  • f3fe4cf chore: release 2.0.4
  • 69eb3d7 fix(rpc-types-engine): remove non_exhaustive from testing build request (#3940)
  • c915624 chore: release 2.0.3
  • e0fa41e feat(rpc-types-engine): derive Default for testing build request (#3939)
  • 3204bb4 chore: release 2.0.2
  • 9708257 chore: release 2.0.2
  • e24e43d perf(eips): compute EIP-7594 cells only for matches (#3937)
  • f119d71 fix(provider): return network blocks from anvil_mine_detailed (#3928)
  • ece836a feat(eips): add EIP-7594 cell matching helpers (#3934)
  • 0ff23ae feat(eips): add EIP-7594 sidecar cell helper (#3933)
  • Additional commits viewable in compare view

Updates lru from 0.16.4 to 0.18.0

Changelog

Sourced from lru's changelog.

v0.18.0 - 2026-04-27

  • Fix unconstrained lifetime in get_or_insert_mut_ref.

v0.17.0 - 2026-04-14

  • Upgrade hashbrown to 0.17.0 and update MSRV to 1.85.0.
Commits
  • dac07e3 Merge pull request #234 from jeromefroe/jerome/prepare-0-18-0-release
  • 0335315 Prepare 0.18.0 release
  • e40bbdc Merge pull request #233 from paolobarbolini/get_or_insert_mut_ref-unconstrain...
  • a615a5b Fix unconstrained lifetime in LruCache::get_or_insert_mut_ref
  • 13321a9 Merge pull request #232 from jeromefroe/jerome/prepare-0-17-0-release
  • f7d0ece Prepare 0.17.0 release
  • 2d3d6d5 Merge pull request #231 from xtqqczze/deps/hashbrown
  • 346e2fe Bump hashbrown to 0.17.0
  • 1302b4e Update MSRV to 1.85.0
  • See full diff in compare view

Updates tokio from 1.52.1 to 1.52.2

Release notes

Sourced from tokio's releases.

Tokio v1.52.2

1.52.2 (May 4th, 2026)

This release reverts the LIFO slot stealing change introduced in 1.51.0 (#7431), due to [its performance impact]#8065. (#8100)

#7431: tokio-rs/tokio#7431 #8065: tokio-rs/tokio#8065 #8100: tokio-rs/tokio#8100

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the rust-deps group in /rust with 3 updates: [alloy](https://github.com/alloy-rs/alloy), [lru](https://github.com/jeromefroe/lru-rs) and [tokio](https://github.com/tokio-rs/tokio).


Updates `alloy` from 2.0.1 to 2.0.4
- [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.1...v2.0.4)

Updates `lru` from 0.16.4 to 0.18.0
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.16.4...0.18.0)

Updates `tokio` from 1.52.1 to 1.52.2
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.52.1...tokio-1.52.2)

---
updated-dependencies:
- dependency-name: alloy
  dependency-version: 2.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-deps
- dependency-name: lru
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-deps
- dependency-name: tokio
  dependency-version: 1.52.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 4, 2026
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.

0 participants