Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the examples-rust-all group in /examples/developer-hub-rust with 4 updates: alloy, tokio, reqwest and serde_json.

Updates alloy from 0.2.1 to 1.0.23

Release notes

Sourced from alloy's releases.

v1.0.23

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v1.0.22...v1.0.23

v1.0.22

What's Changed

Full Changelog: alloy-rs/alloy@v1.0.21...v1.0.22

v1.0.21

What's Changed

... (truncated)

Changelog

Sourced from alloy's changelog.

1.0.23 - 2025-07-22

Bug Fixes

  • Return abi decoding errors as multicall failures (#2724)
  • Start head - 1 for heartbeat block stream (#2715)
  • Don't stack overflow when deserring new sidecars (#2713)

Dependencies

  • Bump precompute default to 8 (#2732)
  • Bump msrv to 1.86 (#2721)

Features

  • [mev] Implement send_mev_bundle method (#2728)
  • [mev] Implement send_end_of_block_bundle method (#2727)
  • [mev] Implement send_private_raw_transaction method (#2726)
  • [mev] Implement call_bundle and send/cancel_private_transaction (#2725)
  • [mev] Add support for eth_sendBlobs method to mev api (#2723)
  • Allow sharing Ledger transport in LedgerSigner (#2707)
  • Add paused state to poller (#2717)
  • Add helpers for obtaining the tx requests (#2716)

Miscellaneous Tasks

  • Refine optional rpc-types features (#2734)
  • Added blob endpoints for anvil (#2731)
  • Add tx getters (#2720)
  • Add helper to collect rpc logs (#2712)

1.0.22 - 2025-07-14

Bug Fixes

  • No-std for serde-bincode-compat (#2711)

Dependencies

  • [rpc-client] Replace impl Stream with dedicated PollerStream type (#2695)

Features

  • Add filter_receipts iterator for filtering logs from receipts (#2701)

Miscellaneous Tasks

  • Release 1.0.22
  • Pin latest patch (#2710)

... (truncated)

Commits
  • ff758f8 chore: release 1.0.23
  • 693b61a fix: return abi decoding errors as multicall failures (#2724)
  • f148c2b chore: refine optional rpc-types features (#2734)
  • e5a4227 chore: bump precompute default to 8 (#2732)
  • 700b560 chore: added blob endpoints for anvil (#2731)
  • 566cee4 feat(mev): implement send_mev_bundle method (#2728)
  • 25019ad feat(mev): implement send_end_of_block_bundle method (#2727)
  • 709e83d feat(mev): implement send_private_raw_transaction method (#2726)
  • c857e2a feat(mev): implement call_bundle and send/cancel_private_transaction (#2725)
  • b4d929c feat(mev): add support for eth_sendBlobs method to mev api (#2723)
  • Additional commits viewable in compare view

Updates tokio from 1.46.1 to 1.47.1

Release notes

Sourced from tokio's releases.

Tokio v1.47.1

1.47.1 (August 1st, 2025)

Fixed

  • process: fix panic from spurious pidfd wakeup (#7494)
  • sync: fix broken link of Python asyncio.Event in SetOnce docs (#7485)

#7485: tokio-rs/tokio#7485 #7494: tokio-rs/tokio#7494

Tokio v1.47.0

1.47.0 (July 25th, 2025)

This release adds poll_proceed and cooperative to the coop module for cooperative scheduling, adds SetOnce to the sync module which provides similar functionality to [std::sync::OnceLock], and adds a new method sync::Notify::notified_owned() which returns an OwnedNotified without a lifetime parameter.

Added

  • coop: add cooperative and poll_proceed (#7405)
  • sync: add SetOnce (#7418)
  • sync: add sync::Notify::notified_owned() (#7465)

Changed

  • deps: upgrade windows-sys 0.52 → 0.59 (#7117)
  • deps: update to socket2 v0.6 (#7443)
  • sync: improve AtomicWaker::wake performance (#7450)

Documented

  • metrics: fix listed feature requirements for some metrics (#7449)
  • runtime: improve safety comments of Readiness<'_> (#7415)

#7405: tokio-rs/tokio#7405 #7415: tokio-rs/tokio#7415 #7418: tokio-rs/tokio#7418 #7449: tokio-rs/tokio#7449 #7450: tokio-rs/tokio#7450 #7465: tokio-rs/tokio#7465

Commits

Updates reqwest from 0.11.27 to 0.12.22

Release notes

Sourced from reqwest's releases.

v0.12.22

tl;dr

  • Fix socks proxies when resolving IPv6 destinations.

What's Changed

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

v0.12.21

tl;dr

  • Fix socks proxy to use socks4a:// instead of socks4h://.
  • Fix Error::is_timeout() to check for hyper and IO timeouts too.
  • Fix request Error to again include URLs when possible.
  • Fix socks connect error to include more context.
  • (wasm) implement Default for Body.

What's Changed

New Contributors

Full Changelog: seanmonstar/reqwest@v0.12.20...v0.12.21

v0.12.20

Highlights

  • Add ClientBuilder::tcp_user_timeout(Duration) option to set TCP_USER_TIMEOUT.
  • Fix proxy headers only using the first matched proxy.
  • (wasm) Fix re-adding Error::is_status().

What's Changed

... (truncated)

Changelog

Sourced from reqwest's changelog.

v0.12.22

  • Fix socks proxies when resolving IPv6 destinations.

v0.12.21

  • Fix socks proxy to use socks4a:// instead of socks4h://.
  • Fix Error::is_timeout() to check for hyper and IO timeouts too.
  • Fix request Error to again include URLs when possible.
  • Fix socks connect error to include more context.
  • (wasm) implement Default for Body.

v0.12.20

  • Add ClientBuilder::tcp_user_timeout(Duration) option to set TCP_USER_TIMEOUT.
  • Fix proxy headers only using the first matched proxy.
  • (wasm) Fix re-adding Error::is_status().

v0.12.19

  • Fix redirect that changes the method to GET should remove payload headers.
  • Fix redirect to only check the next scheme if the policy action is to follow.
  • (wasm) Fix compilation error if cookies feature is enabled (by the way, it's a noop feature in wasm).

v0.12.18

  • Fix compilation when socks enabled without TLS.

v0.12.17

  • Fix compilation on macOS.

v0.12.16

  • Add ClientBuilder::http3_congestion_bbr() to enable BBR congestion control.
  • Add ClientBuilder::http3_send_grease() to configure whether to send use QUIC grease.
  • Add ClientBuilder::http3_max_field_section_size() to configure the maximum response headers.
  • Add ClientBuilder::tcp_keepalive_interval() to configure TCP probe interval.
  • Add ClientBuilder::tcp_keepalive_retries() to configure TCP probe count.
  • Add Proxy::headers() to add extra headers that should be sent to a proxy.
  • Fix redirect::Policy::limit() which had an off-by-1 error, allowing 1 more redirect than specified.
  • Fix HTTP/3 to support streaming request bodies.
  • (wasm) Fix null bodies when calling Response::bytes_stream().

v0.12.15

  • Fix Windows to support both ProxyOverride and NO_PROXY.
  • Fix http3 to support streaming response bodies.
  • Fix http3 dependency from public API misuse.

... (truncated)

Commits

Updates serde_json from 1.0.141 to 1.0.142

Release notes

Sourced from serde_json's releases.

v1.0.142

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

Bumps the examples-rust-all group in /examples/developer-hub-rust with 4 updates: [alloy](https://github.com/alloy-rs/alloy), [tokio](https://github.com/tokio-rs/tokio), [reqwest](https://github.com/seanmonstar/reqwest) and [serde_json](https://github.com/serde-rs/json).


Updates `alloy` from 0.2.1 to 1.0.23
- [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.2.1...v1.0.23)

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

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

Updates `serde_json` from 1.0.141 to 1.0.142
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.141...v1.0.142)

---
updated-dependencies:
- dependency-name: alloy
  dependency-version: 1.0.23
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: examples-rust-all
- dependency-name: tokio
  dependency-version: 1.47.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: examples-rust-all
- dependency-name: reqwest
  dependency-version: 0.12.22
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: examples-rust-all
- dependency-name: serde_json
  dependency-version: 1.0.142
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: examples-rust-all
...

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 4, 2025
@dependabot dependabot bot requested a review from dineshpinto as a code owner August 4, 2025 18:58
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 4, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 5, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 5, 2025
@dependabot dependabot bot deleted the dependabot/cargo/examples/developer-hub-rust/examples-rust-all-fa151bcd9f branch August 5, 2025 08:13
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