Skip to content

Comments

Bump alloy from 1.0.41 to 1.1.0 in the alloy group#1497

Merged
naps62 merged 1 commit intomainfrom
dependabot/cargo/alloy-0dec513a7b
Nov 18, 2025
Merged

Bump alloy from 1.0.41 to 1.1.0 in the alloy group#1497
naps62 merged 1 commit intomainfrom
dependabot/cargo/alloy-0dec513a7b

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps the alloy group with 1 update: alloy.

Updates alloy from 1.0.41 to 1.1.0

Release notes

Sourced from alloy's releases.

v1.1.0

The new msrv is now 1.88

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v1.0.42...v1.1.0

v1.0.42

What's Changed

... (truncated)

Changelog

Sourced from alloy's changelog.

1.1.0 - 2025-11-04

Bug Fixes

  • Remove redundant Vec clones in multicall builders (#3118)
  • BlobParams bincode deserialization (#3132)

Dependencies

  • [deps] Bump crate-ci/typos from 1.38.1 to 1.39.0 (#3135)
  • [deps] Bump taiki-e/install-action from 2.62.38 to 2.62.45 (#3134)
  • Bump MSRV to 1.88 (#3123)

Documentation

  • [network] Add usage examples for try_into_either and try_map_unknown (#3121)

Features

  • Re-export keystore-geth-compat feature (#3131)
  • Add missing conversion fns (#3124)
  • Add map sidecar fns (#3122)
  • [serde] Add checksum helper (#3117)

Miscellaneous Tasks

  • [ens] Bumped ens crate with appropriate features (#3128)

Other

  • Restrict consensus transaction tests to the serde feature (#3130)

1.0.42 - 2025-10-31

Bug Fixes

  • [json-rpc] Correct RequestPacket doc references to RequestPacket::{Single,Batch} (#3100)
  • Correct gas field types in Header::size() method (#3074)
  • [rpc-client] Remove redundant into_box_transport (#3071)
  • [transport] Decrement request counter on retry limit exceeded (#3069)
  • Add defaults for blob response flags and drop unused serde_as (#3057)
  • [tx-macro] Correctly generate uppercase aliases (#3053)
  • [signer] Propagate semver parse errors instead of unwrap (#3039)

Dependencies

  • Move alloy_primitives to dev-deps (#3106)
  • [deps] Bump taiki-e/install-action from 2.62.33 to 2.62.38 (#3086)
  • [deps] Bump taiki-e/install-action from 2.62.28 to 2.62.33 (#3056)

... (truncated)

Commits
  • 78b254e chore: release 1.1.0
  • 97eca6d Restrict consensus transaction tests to the serde feature (#3130)
  • a329469 feat: re-export keystore-geth-compat feature (#3131)
  • 52393f0 chore(ens): bumped ens crate with appropriate features (#3128)
  • e83fbd9 fix: remove redundant Vec clones in multicall builders (#3118)
  • 4397d86 chore(deps): bump crate-ci/typos from 1.38.1 to 1.39.0 (#3135)
  • eade9ff chore(deps): bump taiki-e/install-action from 2.62.38 to 2.62.45 (#3134)
  • 3e251e3 fix: BlobParams bincode deserialization (#3132)
  • a7467c9 feat: add missing conversion fns (#3124)
  • 330bac2 chore: bump MSRV to 1.88 (#3123)
  • Additional commits viewable in compare view

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 <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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 10, 2025
@dependabot dependabot bot requested a review from naps62 as a code owner November 10, 2025 18:11
@dependabot dependabot bot added rust Pull requests that update Rust code dependencies Pull requests that update a dependency file labels Nov 10, 2025
Bumps the alloy group with 1 update: [alloy](https://github.com/alloy-rs/alloy).


Updates `alloy` from 1.0.41 to 1.1.0
- [Release notes](https://github.com/alloy-rs/alloy/releases)
- [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/alloy@v1.0.41...v1.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/alloy-0dec513a7b branch from d2301fa to 9df6ac5 Compare November 17, 2025 18:15
@naps62 naps62 merged commit 0b36932 into main Nov 18, 2025
7 checks passed
@naps62 naps62 deleted the dependabot/cargo/alloy-0dec513a7b branch November 18, 2025 10:36
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