Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the deps group with 11 updates in the / directory:

Package From To
alloy-primitives 0.8.20 1.3.0
alloy-sol-types 0.8.20 1.3.0
anyhow 1.0.98 1.0.99
cargo_metadata 0.19.2 0.20.0
clap 4.5.40 4.5.45
hashbrown 0.15.4 0.15.5
prettyplease 0.2.34 0.2.36
proc-macro2 1.0.95 1.0.101
syn 2.0.104 2.0.106
thiserror 2.0.12 2.0.15
tokio 1.45.1 1.47.1

Updates alloy-primitives from 0.8.20 to 1.3.0

Release notes

Sourced from alloy-primitives's releases.

alloy-core v1.3.0

What's Changed

New Contributors

Full Changelog: alloy-rs/core@v1.2.1...v1.3.0

v1.2.1

What's Changed

Full Changelog: alloy-rs/core@v1.2.0...v1.2.1

alloy-core v1.2.0

What's Changed

Full Changelog: alloy-rs/core@v1.1.3...v1.2.0

alloy-core v1.1.3

What's Changed

New Contributors

Full Changelog: alloy-rs/core@v1.1.2...v1.1.3

alloy-core v1.1.2

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from alloy-primitives's changelog.

1.3.0 - 2025-07-22

Bug Fixes

  • [sol-types] Overflow in abi decoder (#982)

Documentation

  • Add EIP-712 usage example to README (#975)

Features

  • [primitives] Serialize Signed with a compact binary representation (#953)
  • Add native sqlx support for Address (MySQL/Postgres/SQLite) with feature gating and tests (#970)
  • Add is_dynamic method to DynSolType (#974)

Miscellaneous Tasks

  • Release 1.3.0
  • Fix warning in generated code (#976)
  • [meta] Update .gitignore
  • Add helper to find function by selector (#971)

1.2.1 - 2025-06-20

Bug Fixes

  • Colon 712 identifiers (#963)

Dependencies

  • [meta] Add edition 2024 bump to .git-blame-ignore-revs

Miscellaneous Tasks

  • Release 1.2.1
  • Re-enable clippy::missing-const-for-fn (#961)

1.2.0 - 2025-06-04

Dependencies

  • Bump to edition 2024 (#960)
  • Bump MSRV to 1.85 (#959)

Miscellaneous Tasks

  • Release 1.2.0

1.1.3 - 2025-06-04

... (truncated)

Commits
  • b3ef682 chore: release 1.3.0
  • 4764623 fix(sol-types): overflow in abi decoder (#982)
  • 49b7bce docs: Add EIP-712 usage example to README (#975)
  • 69d5353 chore: fix warning in generated code (#976)
  • 0af537d feat(primitives): serialize Signed with a compact binary representation (#953)
  • 892233d chore(meta): update .gitignore
  • a2aede7 feat: add native sqlx support for Address (MySQL/Postgres/SQLite) with featur...
  • d041f8b feat: add is_dynamic method to DynSolType (#974)
  • 8a500d9 chore: add helper to find function by selector (#971)
  • d8a94dc chore: release 1.2.1
  • Additional commits viewable in compare view

Updates alloy-sol-types from 0.8.20 to 1.3.0

Release notes

Sourced from alloy-sol-types's releases.

alloy-core v1.3.0

What's Changed

New Contributors

Full Changelog: alloy-rs/core@v1.2.1...v1.3.0

v1.2.1

What's Changed

Full Changelog: alloy-rs/core@v1.2.0...v1.2.1

alloy-core v1.2.0

What's Changed

Full Changelog: alloy-rs/core@v1.1.3...v1.2.0

alloy-core v1.1.3

What's Changed

New Contributors

Full Changelog: alloy-rs/core@v1.1.2...v1.1.3

alloy-core v1.1.2

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from alloy-sol-types's changelog.

1.3.0 - 2025-07-22

Bug Fixes

  • [sol-types] Overflow in abi decoder (#982)

Documentation

  • Add EIP-712 usage example to README (#975)

Features

  • [primitives] Serialize Signed with a compact binary representation (#953)
  • Add native sqlx support for Address (MySQL/Postgres/SQLite) with feature gating and tests (#970)
  • Add is_dynamic method to DynSolType (#974)

Miscellaneous Tasks

  • Release 1.3.0
  • Fix warning in generated code (#976)
  • [meta] Update .gitignore
  • Add helper to find function by selector (#971)

1.2.1 - 2025-06-20

Bug Fixes

  • Colon 712 identifiers (#963)

Dependencies

  • [meta] Add edition 2024 bump to .git-blame-ignore-revs

Miscellaneous Tasks

  • Release 1.2.1
  • Re-enable clippy::missing-const-for-fn (#961)

1.2.0 - 2025-06-04

Dependencies

  • Bump to edition 2024 (#960)
  • Bump MSRV to 1.85 (#959)

Miscellaneous Tasks

  • Release 1.2.0

1.1.3 - 2025-06-04

... (truncated)

Commits
  • b3ef682 chore: release 1.3.0
  • 4764623 fix(sol-types): overflow in abi decoder (#982)
  • 49b7bce docs: Add EIP-712 usage example to README (#975)
  • 69d5353 chore: fix warning in generated code (#976)
  • 0af537d feat(primitives): serialize Signed with a compact binary representation (#953)
  • 892233d chore(meta): update .gitignore
  • a2aede7 feat: add native sqlx support for Address (MySQL/Postgres/SQLite) with featur...
  • d041f8b feat: add is_dynamic method to DynSolType (#974)
  • 8a500d9 chore: add helper to find function by selector (#971)
  • d8a94dc chore: release 1.2.1
  • Additional commits viewable in compare view

Updates anyhow from 1.0.98 to 1.0.99

Release notes

Sourced from anyhow's releases.

1.0.99

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#420)
Commits
  • f2b963a Release 1.0.99
  • 2c64c15 Merge pull request #420 from dtolnay/enotempty
  • 8cf66f7 Allow build-script cleanup failure with NFSv3 output directory to be non-fatal
  • f5e145c Revert "Pin nightly toolchain used for miri job"
  • 1d7ef1d Update ui test suite to nightly-2025-06-30
  • 6929572 Update ui test suite to nightly-2025-06-18
  • 37224e3 Ignore mismatched_lifetime_syntaxes lint
  • 11f0e81 Pin nightly toolchain used for miri job
  • d04c999 Raise required compiler for backtrace feature to rust 1.82
  • 219d163 Update test suite to nightly-2025-05-01
  • See full diff in compare view

Updates cargo_metadata from 0.19.2 to 0.20.0

Commits
  • fa60b98 Merge pull request #293 from oli-obk/push-orzyoroqpxpu
  • 61345fb required features have a different format from normal feature names
  • 19f4203 Bump MSRV
  • 6861466 Fix build on with builder feature
  • a21b7a1 Update examples
  • 5895dd6 Merge pull request #261 from zetanumbers/docsrs-features
  • e3373d0 refactor: NodeDep::name: PackageName
  • 2f0142d Merge pull request #291 from gear-tech/fix-cross-compilation
  • 95d4a36 update changelog
  • 9cd40e6 append docs
  • Additional commits viewable in compare view

Updates clap from 4.5.40 to 4.5.45

Release notes

Sourced from clap's releases.

v4.5.45

[4.5.45] - 2025-08-12

Fixes

  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help

v4.5.44

[4.5.44] - 2025-08-11

Features

  • Add Command::mut_subcommands

v4.5.43

[4.5.43] - 2025-08-06

Fixes

  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look

v4.5.42

[4.5.42] - 2025-07-30

Fixes

  • Include subcommand visible long aliases in --help
Changelog

Sourced from clap's changelog.

[4.5.45] - 2025-08-12

Fixes

  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help

[4.5.44] - 2025-08-11

Features

  • Add Command::mut_subcommands

[4.5.43] - 2025-08-06

Fixes

  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look

[4.5.42] - 2025-07-30

Fixes

  • Include subcommand visible long aliases in --help

[4.5.41] - 2025-07-09

Features

  • Add Styles::context and Styles::context_value to customize the styling of [default: value] like notes in the --help
Commits
  • 246d972 chore: Release
  • a35a076 docs: Update changelog
  • 9b985a3 Merge pull request #5912 from epage/takes
  • 389fbe8 feat(builder): Allow flags to take num_args=0..=1
  • c395d02 test(parser): Show flag behavior
  • 32c119e refactor(assert): Be more specific than action.takes_values
  • 80ea3e7 fix(assert): Clean up num_args/action assert
  • 2bc0f45 fix(builder): Make ValueRange display independent of usize::MAX
  • a0187c6 test(assert): Verify num_args/action compat
  • a8f9885 refactor(builder): Be more explicit in how takes_values is used
  • Additional commits viewable in compare view

Updates hashbrown from 0.15.4 to 0.15.5

Release notes

Sourced from hashbrown's releases.

v0.15.5

Added

  • Added Entry::or_default_entry and Entry::or_insert_entry.

Changed

  • Re-implemented likely/unlikely with #[cold]
Changelog

Sourced from hashbrown's changelog.

0.15.5 - 2025-08-07

Added

  • Added Entry::or_default_entry and Entry::or_insert_entry.

Changed

  • Re-implemented likely/unlikely with #[cold]
Commits

Updates prettyplease from 0.2.34 to 0.2.36

Release notes

Sourced from prettyplease's releases.

0.2.36

0.2.35

  • Parenthesize for attributes on range expression (#119)
Commits

Updates proc-macro2 from 1.0.95 to 1.0.101

Release notes

Sourced from proc-macro2's releases.

1.0.101

  • Optimize Span location accessors (#519)

1.0.100

  • Stabilize Span methods on Rust 1.88+: start, end, line, column, file, local_file (#517, #518)

1.0.99

  • Prevent Span's unstable API becoming unavailable from a future new compiler lint (#515)

1.0.98

1.0.97

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#505, #512, thanks @​davvid)

1.0.96

  • Simplify how rustdoc flags are decided during docs.rs builds (#511)
Commits
  • d3188ea Release 1.0.101
  • cbd1286 Merge pull request #519 from dtolnay/binarysearch
  • fab4cb6 Convert SourceMap scan to binary search
  • f4708a8 Factor out SourceMap linear search to method
  • fdc853a Release 1.0.100
  • 848ed0b Merge pull request #518 from dtolnay/spanfile
  • 76ce1a3 Stabilize Span::file and Span::local_file
  • b5dd3c6 Merge pull request #517 from dtolnay/startend
  • 1d0ffc0 Use Span's start, end, line, column methods on stable 1.88+
  • 4f5845e Merge pull request #516 from dtolnay/probe
  • Additional commits viewable in compare view

Updates syn from 2.0.104 to 2.0.106

Release notes

Sourced from syn's releases.

2.0.106

  • Replace ~const syntax with [const] conditionally const syntax in trait bounds (#1896, rust-lang/rust#139858)
  • Support conditionally const impl Trait types (#1897)
  • Reject polarity modifier and lifetime binder used in the same trait bound (#1899, rust-lang/rust#127054)
  • Parse const trait bounds with bound lifetimes (#1902)
  • Parse bound lifetimes with lifetime bounds (#1903)
  • Allow type parameters and const parameters in trait bounds and generic closures (#1904, #1907, #1908, #1909)

2.0.105

Commits
  • 0e4bc64 Release 2.0.106
  • 4fb776a Merge pull request #1910 from dtolnay/traitboundissue
  • 41b24a5 Fix duplicated async trait bound issue
  • a64f024 Merge pull request #1909 from dtolnay/fortype
  • 176099e Parse type parameter introducer on closures
  • b790b39 Merge pull request #1908 from dtolnay/genericvsqpath
  • 9649639 Synchronize generics-vs-qpath heuristic with rust parser
  • 60de331 Merge pull request #1907 from dtolnay/forconst
  • 2aac6d7 Allow const parameters in for<>
  • 11934e5 Merge pull request #1905 from dtolnay/unsafestatic
  • Additional commits viewable in compare view

Updates thiserror from 2.0.12 to 2.0.15

Release notes

Sourced from thiserror's releases.

2.0.15

  • Prevent Error::provide API becoming unavailable from a future new compiler lint (#427)

2.0.14

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#426)

2.0.13

  • Documentation improvements
Commits
  • f6145eb Release 2.0.15
  • 2717177 Merge pull request #427 from dtolnay/caplints
  • 2cd13e6 Make error_generic_member_access compatible with -Dwarnings
  • eea6799 Release 2.0.14
  • a2aa6d7 Merge pull request #426 from dtolnay/enotempty
  • f00ebc5 Allow build-script cleanup failure with NFSv3 output directory to be non-fatal
  • 61f28da Release 2.0.13
  • 89872e3 Unindent crate-level markdown links
  • aee87e5 Wrap PR 425 to 80 columns
  • 0f94e99 Merge pull request #425 from Kriskras99/feat/doc_links
  • Additional commits viewable in compare view

Updates tokio from 1.45.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

Tokio v1.46.1

1.46.1 (July 4th, 2025)

This release fixes incorrect spawn locations in runtime task hooks for tasks spawned using tokio::spawn rather than Runtime::spawn. This issue only effected the spawn location in TaskMeta::spawned_at, and did not effect task locations in Tracing events.

... (truncated)

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 Aug 17, 2025
Bumps the deps group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [alloy-primitives](https://github.com/alloy-rs/core) | `0.8.20` | `1.3.0` |
| [alloy-sol-types](https://github.com/alloy-rs/core) | `0.8.20` | `1.3.0` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.98` | `1.0.99` |
| [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | `0.19.2` | `0.20.0` |
| [clap](https://github.com/clap-rs/clap) | `4.5.40` | `4.5.45` |
| [hashbrown](https://github.com/rust-lang/hashbrown) | `0.15.4` | `0.15.5` |
| [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.34` | `0.2.36` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.95` | `1.0.101` |
| [syn](https://github.com/dtolnay/syn) | `2.0.104` | `2.0.106` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.12` | `2.0.15` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.45.1` | `1.47.1` |



Updates `alloy-primitives` from 0.8.20 to 1.3.0
- [Release notes](https://github.com/alloy-rs/core/releases)
- [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/core@v0.8.20...v1.3.0)

Updates `alloy-sol-types` from 0.8.20 to 1.3.0
- [Release notes](https://github.com/alloy-rs/core/releases)
- [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/core@v0.8.20...v1.3.0)

Updates `anyhow` from 1.0.98 to 1.0.99
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.98...1.0.99)

Updates `cargo_metadata` from 0.19.2 to 0.20.0
- [Release notes](https://github.com/oli-obk/cargo_metadata/releases)
- [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md)
- [Commits](oli-obk/cargo_metadata@0.19.2...0.20.0)

Updates `clap` from 4.5.40 to 4.5.45
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.40...clap_complete-v4.5.45)

Updates `hashbrown` from 0.15.4 to 0.15.5
- [Release notes](https://github.com/rust-lang/hashbrown/releases)
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.15.4...v0.15.5)

Updates `prettyplease` from 0.2.34 to 0.2.36
- [Release notes](https://github.com/dtolnay/prettyplease/releases)
- [Commits](dtolnay/prettyplease@0.2.34...0.2.36)

Updates `proc-macro2` from 1.0.95 to 1.0.101
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.95...1.0.101)

Updates `syn` from 2.0.104 to 2.0.106
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.104...2.0.106)

Updates `thiserror` from 2.0.12 to 2.0.15
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.12...2.0.15)

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

---
updated-dependencies:
- dependency-name: alloy-primitives
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: alloy-sol-types
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: anyhow
  dependency-version: 1.0.99
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: cargo_metadata
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: clap
  dependency-version: 4.5.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: hashbrown
  dependency-version: 0.15.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: prettyplease
  dependency-version: 0.2.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: proc-macro2
  dependency-version: 1.0.101
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: syn
  dependency-version: 2.0.106
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: thiserror
  dependency-version: 2.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: tokio
  dependency-version: 1.47.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/deps-23a39c2ebd branch from c35d245 to 1ffe7ba Compare August 18, 2025 17:45
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.

0 participants