Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2025

Bumps the minor-and-patch-cargo-weekly group with 3 updates in the /tools/alloy-core-rs-example directory: alloy, reqwest and idna.

Updates alloy from 1.0.24 to 1.0.25

Release notes

Sourced from alloy's releases.

v1.0.25

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v1.0.24...v1.0.25

Changelog

Sourced from alloy's changelog.

1.0.25 - 2025-08-19

Bug Fixes

  • [docs] Correct typos in EIP reference (#2759)
  • [CallBatchLayer] Don't batch if single request (#2397)
  • [batch.rs] Reference BatchFuture in panic message (#2771)
  • Typo in code comment (#2767)

Features

  • Add scale helper (#2797)
  • Add authorization list to CallBuilder (#2798)
  • [rpc-types-trace] Move CallKind from revm-inspector (#2779)
  • Add orretrypolicyfn (#2785)
  • Complete execution payload getter methods (#2782)
  • Implement Drop for MnemonicBuilder make sure passphrase and password will be cleaned up (#2756)
  • Expose alloy trie (#2773)
  • Add callframe utils (#2769)

Miscellaneous Tasks

  • Release 1.0.25
  • Fix warnings (#2799)
  • Add encode helper (#2789)
  • Add typos (#2787)
  • Remove BeaconOptimismPayloadAttributes (#2784)
  • Reduce logs for requests (#2783)
  • Add more callframe utils (#2777)

Other

  • Clarify as_revert_data docs to reflect None on missing hex (#2786)

Styling

  • Multicall send support (#2736)
Commits

Updates reqwest from 0.12.22 to 0.12.23

Release notes

Sourced from reqwest's releases.

v0.12.23

tl;dr

  • 🇺🇩🇸 Add ClientBuilder::unix_socket(path) option that will force all requests over that Unix Domain Socket.
  • 🔁 Add ClientBuilder::retries(policy) and reqwest::retry::Builder to configure automatic retries.
  • Add ClientBuilder::dns_resolver2() with more ergonomic argument bounds, allowing more resolver implementations.
  • Add http3_* options to blocking::ClientBuilder.
  • Fix default TCP timeout values to enabled and faster.
  • Fix SOCKS proxies to default to port 1080
  • (wasm) Add cache methods to RequestBuilder.

What's Changed

New Contributors

Full Changelog: seanmonstar/reqwest@v0.12.22...v0.12.23

Changelog

Sourced from reqwest's changelog.

v0.12.23

  • Add ClientBuilder::unix_socket(path) option that will force all requests over that Unix Domain Socket.
  • Add ClientBuilder::retry(policy) and reqwest::retry::Builder to configure automatic retries.
  • Add ClientBuilder::dns_resolver2() with more ergonomic argument bounds, allowing more resolver implementations.
  • Add http3_* options to blocking::ClientBuilder.
  • Fix default TCP timeout values to enabled and faster.
  • Fix SOCKS proxies to default to port 1080
  • (wasm) Add cache methods to RequestBuilder.
Commits
  • ae7375b v0.12.23
  • 9aacdc1 feat: add dns_resolver2 that is more ergonomic and flexible (#2793)
  • 221be11 refactor: loosen retry for_host parameter bounds (#2792)
  • acd1b05 feat: add reqwest::retry policies (#2763)
  • 54b6022 feat: add ClientBuilder::unix_socket() option (#2624)
  • 6358cef fix: add default tcp keepalive and user_timeout values (#2780)
  • 21226a5 style(client): use std::task::ready! macro to simplify Poll branch matching...
  • 82086e7 feat: add request cache options for wasm (#2775)
  • 2a0f7a3 ci: use msrv-aware cargo in msrv job (#2779)
  • f186803 fix(proxy): restore default port 1080 for SOCKS proxies without explicit port...
  • Additional commits viewable in compare view

Updates idna from 1.0.3 to 1.1.0

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

…ectory with 3 updates

Bumps the minor-and-patch-cargo-weekly group with 3 updates in the /tools/alloy-core-rs-example directory: [alloy](https://github.com/alloy-rs/alloy), [reqwest](https://github.com/seanmonstar/reqwest) and [idna](https://github.com/servo/rust-url).


Updates `alloy` from 1.0.24 to 1.0.25
- [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.24...v1.0.25)

Updates `reqwest` from 0.12.22 to 0.12.23
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.22...v0.12.23)

Updates `idna` from 1.0.3 to 1.1.0
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/commits)

---
updated-dependencies:
- dependency-name: alloy
  dependency-version: 1.0.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-weekly
- dependency-name: reqwest
  dependency-version: 0.12.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-weekly
- dependency-name: idna
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-cargo-weekly
...

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 Aug 26, 2025
@dependabot dependabot bot requested review from a team as code owners August 26, 2025 11:25
@dependabot dependabot bot requested a review from konstantinabl August 26, 2025 11:25
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 26, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 26, 2025

Superseded by #4326.

@dependabot dependabot bot closed this Aug 26, 2025
@dependabot dependabot bot deleted the dependabot/cargo/tools/alloy-core-rs-example/minor-and-patch-cargo-weekly-f3867518df branch August 26, 2025 14:56
Copy link

codecov bot commented Aug 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

❌ Your project status has failed because the head coverage (73.25%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage.

❗ There is a different number of reports uploaded between BASE (a98ec25) and HEAD (b939493). Click for more details.

HEAD has 41 uploads less than BASE
Flag BASE (a98ec25) HEAD (b939493)
config-service 2 0
37 2
relay 2 0
server 1 0
ws-server 1 0
@@             Coverage Diff             @@
##             main    #4317       +/-   ##
===========================================
- Coverage   95.61%   73.25%   -22.36%     
===========================================
  Files         121      121               
  Lines       19936    19936               
  Branches     1732      656     -1076     
===========================================
- Hits        19061    14604     -4457     
- Misses        849     5318     +4469     
+ Partials       26       14       -12     
Flag Coverage Δ
config-service ?
relay ?
server ?
ws-server ?

Flags with carried forward coverage won't be shown. Click here to find out more.
see 64 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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