Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 17, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Type Update Change
alloy dev-dependencies patch 1.0.30 -> 1.0.37
alloy dependencies patch 1.0.30 -> 1.0.37

Release Notes

alloy-rs/alloy (alloy)

v1.0.37

Compare Source

Bug Fixes
  • Use correct base update fraction (#​2958)
  • [consensus] Correct deprecated method references in Recovered (#​2950)
  • [consensus] Replace redundant set_chain_id call with comment in set_chain_id_checked (#​2948)
  • JWT Token Validation Logic in AuthService (#​2935)
  • Convert static vectors to arrays (#​2926)
  • [pubsub] Remove redundant shutdown try_recv check in recv_from_frontend (#​2922)
Dependencies
  • [deps] Bump crate-ci/typos from 1.36.2 to 1.36.3 (#​2953)
  • [deps] Bump taiki-e/install-action from 2.62.1 to 2.62.13 (#​2952)
Features
  • [provider] Include inner cause in DecodeError message (#​2945)
  • [network] Add tx type helper methods to AnyTxEnvelope and AnyRpcTransaction (#​2936)
  • Add UnsupportedTransactionType error (#​2928)
Miscellaneous Tasks
  • Use fqs for tx_hash_with_type forwarding (#​2944)
  • [beacon] Remove redundant DisplayFromStr on header.block_number (#​2943)
  • Align tracing targets (#​2932)
  • Remove unused core::panic import (#​2939)
  • Remove feature(doc_auto_cfg) (#​2941)
  • Fix a couple of grammatical errors (#​2931)
  • [eip-7702] Remove the leading whitespace of predeployed contract (#​2937)
  • [rpc-types-eth] Remove useless serde deny_unknown_fields on enums (#​2927)
Other
  • Recognize IPv6 loopback in guess_local_url (treat ::1 as local) (#​2954)
  • Use is_subscription() in RequestPacket::subscription_request_ids (#​2947)
  • Do not cache tag-based BlockId requests in provider cache (#​2942)
  • Avoid unnecessary String allocation in serde display serialization (#​2930)
Refactor
  • [rpc-client] Remove dead SerError state from BatchFuture (#​2934)
  • [beacon-events] Use BeaconBlockHeader in light client finality (#​2933)
Styling
  • [signer-gcp] Remove unused fmt::Debug import (#​2951)
Testing
  • Test display of UnsupportedTransactionType error and its conversion into TransactionBuilderError (#​2929)

v1.0.36

Compare Source

Bug Fixes
  • [jwt] Report parent directory path in try_create_random (#​2921)
Dependencies
  • [deps] Bump taiki-e/install-action from 2.61.9 to 2.62.1 (#​2915)
Features
  • [rpc-types-beacon] Add BeaconBlockData conversion to execution payload (#​2919)
Miscellaneous Tasks
  • Release 1.0.36
  • Forward std optional (#​2917)
  • Remove redundant copy (#​2916)

v1.0.35

Compare Source

Bug Fixes
  • [provider] Require context in eth_callMany params (#​2910)
  • Don't use serde private API (#​2909)
Features
  • Add bpo initalizers (#​2914)
  • [signer-local] Add mnemonic builder helpers and iterator (#​2864)
Miscellaneous Tasks
  • Release 1.0.35
  • Add helper for init blobparams (#​2913)

v1.0.34

Compare Source

Bug Fixes
  • [node-bindings] Correct docs for Anvil chain_id, Geth new, and Reth chain_or_path (#​2904)
Dependencies
Features
  • [eips] Add MAX_TX_GAS_LIMIT_OSAKA for EIP-7825 (#​2906)
Miscellaneous Tasks
  • Release 1.0.34

v1.0.33

Compare Source

Bug Fixes
  • [eip4844] Clippy no warning (#​2898)
  • [jwt] Jwt iat offset test flaky (#​2899)
  • [signer-aws] Return structured error instead of panic on parity recovery failure (#​2880)
Dependencies
  • [deps] Bump Swatinem/rust-cache from 2.8.0 to 2.8.1 (#​2902)
Miscellaneous Tasks
  • Release 1.0.33
  • Enable rustls by default (#​2905)
  • [ci] Enable CodeQL as part of ci.yml (#​2903)
  • [ci] Harden ci + add dependabot for managing pinned hashes (#​2900)
  • Add missing helpers (#​2897)
  • Re-export transport (#​2895)
  • Mark cloudflare error as retryable (#​2894)

v1.0.32

Compare Source

Bug Fixes
  • Use serde private mod patch notation (#​2886)
  • [consensus] Include EIP-7702 in ReceiptEnvelope Arbitrary range (#​2883)
  • [provider] Use correct admin_peerEvents subscription method (#​2877)
Miscellaneous Tasks
  • Release 1.0.32
Other
  • Avoid panic in AnvilInstance::drop; fail soft on kill error (#​2878)

v1.0.31

Compare Source

Bug Fixes
  • Compilation issues (#​2875)
  • Skip receipt fetch if more confirmations are requested (#​2851)
  • Make responses_by_ids accept HashSet keys Borrow (#​2852)
Documentation
  • Move EIP-4844 blob fee to BlobGasFiller (#​2857)
Features
  • [rpc-types-engine] Add transaction helper methods to ExecutionPayload (#​2871)
  • [rpc-client] Add connect convenience method (#​2854)
  • [providers] Pause heartbeat when no transactions are pending (#​2800)
Miscellaneous Tasks
  • Release 1.0.31
  • Treat 1008 rpc error as retryable (#​2870)
  • Add missing defaults (#​2867)
  • Add reqwest-default-tls feature (#​2865)
  • Avoid panic in HTTP transport: return error instead of expect (#​2862)
  • Mark legacy blob gas fn deprecated (#​2863)
  • Avoid panic on TempDir cleanup in node-bindings utils (#​2860)
  • Fix unused warning (#​2849)
Refactor
  • Consolidate effective gas price calculation into eip1559 module (#​2872)
Testing
  • Add serde test for CallLogFrame with regular JSON numbers (#​2866)

Configuration

📅 Schedule: Branch creation - "before 6am every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.32 chore(deps): update rust crate alloy to v1.0.33 Sep 19, 2025
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.33 chore(deps): update rust crate alloy to v1.0.34 Sep 21, 2025
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.34 chore(deps): update rust crate alloy to v1.0.35 Sep 22, 2025
@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.35 chore(deps): update rust crate alloy to v1.0.36 Sep 24, 2025
Copy link
Contributor Author

renovate bot commented Sep 25, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path thegraph-core/Cargo.toml --package [email protected] --precise 1.0.37
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

@renovate renovate bot changed the title chore(deps): update rust crate alloy to v1.0.36 chore(deps): update rust crate alloy to v1.0.37 Oct 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants