Skip to content

Conversation

@dependabot
Copy link
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the external group with 4 updates: alloy-primitives, derive_more, serde_json and tracing.

Updates alloy-primitives from 1.4.1 to 1.5.2

Release notes

Sourced from alloy-primitives's releases.

alloy-core v1.5.1

What's Changed

Full Changelog: alloy-rs/core@v1.5.0...v1.5.1

alloy-core v1.5.0

What's Changed

New Contributors

Full Changelog: alloy-rs/core@v1.4.1...v1.5.0

Changelog

Sourced from alloy-primitives's changelog.

1.5.2 - 2025-12-22

Performance

  • [primitives] Always use FxHash for Fb* (#1054)

1.5.1 - 2025-12-18

Features

  • Extract cache to a separate crate (#1053)
  • [primitives] Add U256Map (#1052)

Miscellaneous Tasks

  • Release 1.5.1

1.5.0 - 2025-12-16

Bug Fixes

  • [primitives] Cache keccaks up to 88 bytes (#1049)

Documentation

  • Document allow(unexpected_cfgs) for wrap_fixed_bytes (#1043)

Features

  • Add rapidhash to available hashers (#1051)
  • Add keccak256_uncached (#1050)
  • [primitives] Add UintTryTo trait for Signed type (#1029)
  • [primitives] Add keccak256_cached (#1046)
  • [primitives] Add Signature::as_rsy method (#1041)
  • Add Bloom::accrue_logs method (#1039)

Miscellaneous Tasks

  • Release 1.5.0
  • Rm all deprecations (#1048)
  • [doc] Complete alloy-dyn-abi readme (#1044)
  • Clippy (#1037)

Testing

  • [primitives] Use correct keccak fn
Commits

Updates derive_more from 2.1.0 to 2.1.1

Release notes

Sourced from derive_more's releases.

2.1.1

API docs Changelog

Changelog

Sourced from derive_more's changelog.

2.1.1 - 2025-12-22

Fixed

  • .as_dyn_error() method hygiene inside Error derive expansion. (#527)
Commits

Updates serde_json from 1.0.145 to 1.0.146

Release notes

Sourced from serde_json's releases.

v1.0.146

Commits
  • 75ad7e6 Release 1.0.146
  • bc6c827 Merge pull request #1305 from Xeonacid/patch-1
  • a09210a Set fast_arithmetic=64 for riscv64
  • 01182e5 Update actions/upload-artifact@v5 -> v6
  • 383b13a Update actions/upload-artifact@v4 -> v5
  • 04dd357 Raise required compiler to Rust 1.68
  • e047dfb Resolve manual_let_else pedantic clippy lint
  • a525d9c Raise required compiler to Rust 1.65
  • f815793 Remove rustc version badge from readme
  • 3f17d2c Update actions/checkout@v5 -> v6
  • Additional commits viewable in compare view

Updates tracing from 0.1.43 to 0.1.44

Release notes

Sourced from tracing's releases.

tracing 0.1.44

Fixed

  • Fix record_all panic (#3432)

Changed

  • tracing-core: updated to 0.1.36 (#3440)

#3432: tokio-rs/tracing#3432 #3440: tokio-rs/tracing#3440

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 external group with 4 updates: [alloy-primitives](https://github.com/alloy-rs/core), [derive_more](https://github.com/JelteF/derive_more), [serde_json](https://github.com/serde-rs/json) and [tracing](https://github.com/tokio-rs/tracing).


Updates `alloy-primitives` from 1.4.1 to 1.5.2
- [Release notes](https://github.com/alloy-rs/core/releases)
- [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/core@v1.4.1...v1.5.2)

Updates `derive_more` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/JelteF/derive_more/releases)
- [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md)
- [Commits](JelteF/derive_more@v2.1.0...v2.1.1)

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

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

---
updated-dependencies:
- dependency-name: alloy-primitives
  dependency-version: 1.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: external
- dependency-name: derive_more
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: external
- dependency-name: serde_json
  dependency-version: 1.0.146
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: external
- dependency-name: tracing
  dependency-version: 0.1.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: external
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Dec 22, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 22, 2025 14:20
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 22, 2025
@dependabot dependabot bot requested review from Freyskeyd and iljakuklic December 22, 2025 14:20
@dependabot dependabot bot added the rust Pull requests that update rust code label Dec 22, 2025
@atanmarko atanmarko enabled auto-merge December 22, 2025 15:11
@atanmarko atanmarko added this pull request to the merge queue Dec 24, 2025
Merged via the queue into main with commit 0fbccaa Dec 24, 2025
19 checks passed
@atanmarko atanmarko deleted the dependabot/cargo/external-52fa5eaa93 branch December 24, 2025 12:40
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.

3 participants