Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump alloy from 0.3.5 to 0.5.4 #18

Merged
merged 2 commits into from
Nov 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps alloy from 0.3.5 to 0.5.4.

Release notes

Sourced from alloy's releases.

v0.5.3

What's Changed

Full Changelog: alloy-rs/alloy@v0.5.2...v0.5.3

v0.5.0

What's Changed

... (truncated)

Changelog

Sourced from alloy's changelog.

0.5.4 - 2024-10-23

Bug Fixes

  • Sidecar rlp decoding (#1549)

Dependencies

  • Bump alloy-eip7702 (#1550)

Features

  • Add osaka time to genesis (#1548)

Other

  • Add unit test for amount_wei Withdrawal (#1551)

0.5.3 - 2024-10-22

Bug Fixes

  • Correct implementations of Encodable and Decodable for sidecars (#1528)
  • [filter] Treat null fields as null (#1529)
  • Maybetagged serde for typed transaction (#1495)

Dependencies

  • Bump alloy-eip7702 (#1547)

Documentation

  • [prestate] Comment prestate more clear (#1527)

Features

  • [rpc-types-trace/prestate] Support disable_{code,storage} (#1538)
  • Derive serde for ExecutionPayloadSidecar (#1535)

Miscellaneous Tasks

  • Release 0.5.3
  • Remove self from codeowners (#1498)

Other

  • Add Debug trait bound for Transaction trait (#1543)
  • Impl From<RpcBlockHash> for BlockId (#1539)
  • Small refactor with then_some (#1533)
  • Add unit tests and reduce paths (#1531)

... (truncated)

Commits

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [alloy](https://github.com/alloy-rs/alloy) from 0.3.5 to 0.5.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@v0.3.5...v0.5.4)

---
updated-dependencies:
- dependency-name: alloy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 1, 2024
@storopoli
Copy link
Member

This seems nasty. What do you want to do here @Zk2u? I don't think we need the extra alloy functionality now, but maybe there are some optimizations and security improvements?

@Zk2u
Copy link
Collaborator

Zk2u commented Nov 1, 2024

I think it's generally best to integrate latest versions of libraries for both reasons

@storopoli
Copy link
Member

Ok will keep this open and assign it to you, if you don't mind.

@Zk2u Zk2u requested a review from storopoli November 5, 2024 09:26
Copy link
Member

@storopoli storopoli left a comment

Choose a reason for hiding this comment

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

ACK a4de743

@storopoli storopoli merged commit aa97b01 into main Nov 5, 2024
6 checks passed
@storopoli storopoli deleted the dependabot/cargo/alloy-0.5.4 branch November 5, 2024 09:43
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.

2 participants