Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 24, 2025

Bumps the external group with 2 updates in the / directory: alloy and serde_json.

Updates alloy from 1.1.3 to 1.2.1

Release notes

Sourced from alloy's releases.

v1.2.1

What's Changed

... (truncated)

Changelog

Sourced from alloy's changelog.

1.2.1 - 2025-12-23

Bug Fixes

  • Simplify size functions (#3403)
  • Remove ring spec and bump gcloud version (#2768)
  • Saturate gas price in deser for unknown networks (#3095)
  • Clarify KMS signer EIP-155 documentation (#3335)
  • [node-bindings] Generalize ReadLineError output description (#3359)
  • Incorrect debug log message in heartbeat transaction watcher (#3362)
  • Don't blow up header maps when using auth (#3360)
  • [transport-ipc] Avoid false error on normal EOF (#3358)
  • Misleading Ledger signer debug log and align error handling (#3356)
  • [eip7547] Correct InclusionListSummaryEntryV1 Display name (#3354)
  • Resolve clippy and doctest warnings (#3333)
  • [rpc-types-eth] Correct build_7702 panic documentation (#3332)
  • Align EIP1186AccountProofResponse::is_empty with EIP-161 (#3303)
  • More flexible BadBlock type (#3322)

Dependencies

  • [deps] Bump taiki-e/install-action from 2.63.3 to 2.65.1 (#3406)
  • [deps] Run cargo shear (#3405)
  • [deps] Bump taiki-e/install-action from 2.62.64 to 2.63.3 (#3352)
  • [deps] Bump foundry-rs/foundry-toolchain from 1.5.0 to 1.6.0 (#3353)
  • [deps] Bump taiki-e/install-action from 2.62.60 to 2.62.64 (#3310)

Documentation

  • Add tenderly, turnkey, and tx-macros crates to README (#3385)
  • Add EIP-5792 and EIP-7547 crates to README (#3382)
  • [signer] Add Turnkey to signer implementations list (#3334)
  • Correct BlockOpcodeGas comment to block-level usage (#3349)
  • [network] Fix outdated Network trait example in README (#3346)
  • Fix Maybe*PayloadFields into_inner doc comments (#3324)
  • [provider] Fix debug trace call option type (#3318)
  • Fix try_into_eip7702 documentation (#3317)
  • Fix SendableTx::try_into_request documentation (#3311)
  • Fix swapped filter doc comments (#3308)
  • [rpc-types-eth] Fix swapped docs for get_to_block/get_from_block (#3307)

Features

  • Add Signer implementation for secp256 key (#3337)
  • Add transactionReceipts into SubscriptionKind (#2974)
  • [consensus] Add buffer-based signer recovery methods (#3340)
  • Add bincode compat support for BlobTransactionSidecarVariant (#3325)
  • Allow fusaka sidecars in the tx request (#3321)

Miscellaneous Tasks

... (truncated)

Commits

Updates serde_json from 1.0.146 to 1.0.147

Release notes

Sourced from serde_json's releases.

v1.0.147

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#1304)
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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Dec 24, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 24, 2025 12:43
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 24, 2025
@dependabot dependabot bot added the rust Pull requests that update rust code label Dec 24, 2025
Bumps the external group with 2 updates in the / directory: [alloy](https://github.com/alloy-rs/alloy) and [serde_json](https://github.com/serde-rs/json).


Updates `alloy` from 1.1.3 to 1.2.1
- [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.1.3...v1.2.1)

Updates `serde_json` from 1.0.146 to 1.0.147
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.146...v1.0.147)

---
updated-dependencies:
- dependency-name: alloy
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: external
- dependency-name: serde_json
  dependency-version: 1.0.147
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: external
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/external-72bce6750f branch from 1894c91 to c5dfb06 Compare December 25, 2025 08:07
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 5, 2026

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

@dependabot dependabot bot closed this Jan 5, 2026
@dependabot dependabot bot deleted the dependabot/cargo/external-72bce6750f branch January 5, 2026 14:18
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