Skip to content

chore(deps): bump the cargo-weekly group across 1 directory with 6 updates#517

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-weekly-a030f7d357
Open

chore(deps): bump the cargo-weekly group across 1 directory with 6 updates#517
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-weekly-a030f7d357

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo-weekly group with 6 updates in the / directory:

Package From To
alloy 2.0.5 2.1.0
clap_complete 4.6.5 4.6.7
getrandom 0.4.2 0.4.3
rusqlite 0.40.0 0.40.1
time 0.3.47 0.3.53
zeroize 1.8.2 1.9.0

Updates alloy from 2.0.5 to 2.1.0

Release notes

Sourced from alloy's releases.

v2.1.0

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v2.0.5...v2.1.0

Changelog

Sourced from alloy's changelog.

2.1.0 - 2026-06-16

Bug Fixes

  • [txpool] Checksum address map keys for tx pool (#4039)
  • Skip exp claim serialization in JWT if none (#4032)
  • [rpc-client] Include IPC path in metadata errors (#4016)
  • [rpc-types-engine] Support positional testing build block requests (#4014)
  • [signer-local] Return missing mnemonic phrase error (#4009)
  • [transport-http] Preserve JSON-RPC errors from non-2xx (#4006)

Dependencies

  • [deps] Bump alloy-eip7928 to 0.4 (#4011)

Documentation

  • [rpc-types-eth] Clarify block header docs (#3998)
  • [rpc-types-engine] Document ExecutionPayloadV4 fields (#4012)
  • [rpc-types-engine] Include ExecutionPayloadV4 in docs (#4008)

Features

  • [rpc-beacon-type] Extend ssz decoding to SignedBeaconBlock (#4029)
  • Provider::watch_canonical_logs_from (#4022)
  • [provider] Add anvil_dump_state_with_history to AnvilApi (#4025)
  • [engine] Add SSZ for payload bodies (#4026)
  • Add ssz encoding and decoding to Payload Envelopes (#4024)
  • [consensus] Add generic indexed value helper (#4005)
  • Provider::watch_blocks_from and Provider::watch_canonical_blocks_from (#3722)

Miscellaneous Tasks

  • Release 2.1.0
  • Release 2.1.0
  • Group weekly dependabot updates (#4035)
  • Fixed amsterdam docs and sequence in chain config (#4021)
  • Replaced typed tx with consensus tx in build_typed_simulate_tx… (#4015)
  • Added target_gas_limit to payload attributes v4 (#3980)

Other

  • Ignore proc-macro-error2 advisory (#4030)
  • Avoid caching pending tx snapshots by hash (#4001)
  • Update CODEOWNERS (#4004)
Commits
  • 68e909d chore: release 2.1.0
  • 9c449d0 chore: release 2.1.0
  • c5f3058 fix(txpool): checksum address map keys for tx pool (#4039)
  • 1a9c4d4 chore(deps): bump alloy-eip7928 to 0.4 (#4011)
  • 6d665a6 chore: group weekly dependabot updates (#4035)
  • df681af fix: skip exp claim serialization in JWT if none (#4032)
  • 6977a95 feat(rpc-beacon-type): extend ssz decoding to SignedBeaconBlock (#4029)
  • f700f88 ci: ignore proc-macro-error2 advisory (#4030)
  • 16f7a80 feat: Provider::watch_canonical_logs_from (#4022)
  • f3df589 chore: fixed amsterdam docs and sequence in chain config (#4021)
  • Additional commits viewable in compare view

Updates clap_complete from 4.6.5 to 4.6.7

Commits
  • d3e59a9 chore: Release
  • d997f87 docs: Update changelog
  • fb6058c Merge pull request #6409 from heaths/pwsh-support
  • 2310870 test(complete): Add tests for completer_for_path
  • 5967c17 refactor(complete): Move shell detection to Shells
  • 594602b fix(complete): Detect pwsh for PowerShell
  • 3a4f2d0 Merge pull request #6427 from clap-rs/renovate/shlex-2.x
  • 67ebaed Merge pull request #6426 from clap-rs/renovate/actions-checkout-7.x
  • c968b13 chore(deps): Update Rust crate shlex to v2
  • 8f247cb chore(deps): Update actions/checkout action to v7
  • Additional commits viewable in compare view

Updates getrandom from 0.4.2 to 0.4.3

Changelog

Sourced from getrandom's changelog.

0.4.3 - 2026-06-17

Added

  • wasm64-unknown-unknown target support for wasm_js backend #848

Changed

  • Drop wasip2 and wasip3 dependencies in favor of manual bindings #830

#830: rust-random/getrandom#830 #848: rust-random/getrandom#848

Commits

Updates rusqlite from 0.40.0 to 0.40.1

Release notes

Sourced from rusqlite's releases.

0.40.1

What's Changed

  • Fix clippy warnings #1852
  • Bump bundled SQLite version to 3.53.2 #1853
  • Bump hashlink version #1855
  • Fix SQL injection when SAVEPOINT name is tainted #1854

Full Changelog: rusqlite/rusqlite@v0.40.0...v0.40.1

Commits

Updates time from 0.3.47 to 0.3.53

Release notes

Sourced from time's releases.

v0.3.53

See the changelog for details.

v0.3.52

See the changelog for details.

v0.3.51

See the changelog for details.

v0.3.49

See the changelog for details.

v0.3.48

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.53 [2026-07-01]

There are no publicly-facing changes in this release. It solely works around the cookie crate relying on an implementation detail of time that was never part of the public API (and thus subject to semver guarantees). The internal API has been reverted to the extent necessary for cookie to compile. This measure is temporary; the internal change will be re-applied in an yet-to-be-determined future release.

0.3.52 [2026-06-30]

Fixed

  • Subsecond values in the time! macro are parsed using the textual representation, ensuring accuracy. Previously, they were parsed using the floating point representation, which could result in a loss of precision and even invalid values.
  • The date! macro could previously create an invalid value that would then panic at compile time. The macro now emits a proper error instead.
  • When parsing an invalid format description, an edge case would inadvertently panic. This now returns an error as intended.

Added

  • Support default values when parsing

0.3.51 [2026-06-22]

Fixed

  • time compiles with macros enabled. This version is otherwise identical to v0.3.50.

0.3.50 [2026-06-22] [YANKED]

This version was yanked because it would not compile when the macros feature was enabled.

Added

  • Timestamp type

Fixed

  • [year] in a runtime-parsed version 3 format description when the large-dates feature is not enabled now succeeds. This previously failed due to a missing #[cfg].

Performance

  • Further gains when parsing with the non-deprecated parts of the RFC 2822 well-known format
  • Gains when formatting with the ISO 8601 well-known format
  • Date arithmetic is improved in common situations

0.3.49 [2026-06-13]

... (truncated)

Commits
  • 0ae2f84 v0.3.53 release
  • cea8c96 Avoid issue with cookie crate temporarily
  • 55e1f2b Require private type to properly seal traits
  • 7cf4780 v0.3.52 release
  • 0e5b04f Fix trusted publishing workflow
  • 6e4140a Support default values when parsing
  • 10ac36a Add more doctests to Timestamp
  • 6b0d468 Restore lexer depth on the unclosed-bracket error path
  • 0abc06d Add trusted publishing
  • 43cf0c0 Preferentially group shards by target
  • Additional commits viewable in compare view

Updates zeroize from 1.8.2 to 1.9.0

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 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

…dates

Bumps the cargo-weekly group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [alloy](https://github.com/alloy-rs/alloy) | `2.0.5` | `2.1.0` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.6.5` | `4.6.7` |
| [getrandom](https://github.com/rust-random/getrandom) | `0.4.2` | `0.4.3` |
| [rusqlite](https://github.com/rusqlite/rusqlite) | `0.40.0` | `0.40.1` |
| [time](https://github.com/time-rs/time) | `0.3.47` | `0.3.53` |
| [zeroize](https://github.com/RustCrypto/utils) | `1.8.2` | `1.9.0` |



Updates `alloy` from 2.0.5 to 2.1.0
- [Release notes](https://github.com/alloy-rs/alloy/releases)
- [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/alloy@v2.0.5...v2.1.0)

Updates `clap_complete` from 4.6.5 to 4.6.7
- [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.6.5...clap_complete-v4.6.7)

Updates `getrandom` from 0.4.2 to 0.4.3
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.4.2...v0.4.3)

Updates `rusqlite` from 0.40.0 to 0.40.1
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.40.0...v0.40.1)

Updates `time` from 0.3.47 to 0.3.53
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.47...v0.3.53)

Updates `zeroize` from 1.8.2 to 1.9.0
- [Commits](RustCrypto/utils@zeroize-v1.8.2...zeroize-v1.9.0)

---
updated-dependencies:
- dependency-name: alloy
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-weekly
- dependency-name: clap_complete
  dependency-version: 4.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-weekly
- dependency-name: getrandom
  dependency-version: 0.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-weekly
- dependency-name: rusqlite
  dependency-version: 0.40.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-weekly
- dependency-name: time
  dependency-version: 0.3.53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-weekly
- dependency-name: zeroize
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-weekly
...

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 Jul 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Changelog not found.

A changelog entry is required before merging.

Add changelog

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgetrandom@​0.4.2 ⏵ 0.4.38110093100100
Updatedalloy@​2.0.5 ⏵ 2.1.110010093100100
Updatedclap_complete@​4.6.5 ⏵ 4.6.79710093100100
Updatedrusqlite@​0.40.0 ⏵ 0.40.110010093100100
Updatedtime@​0.3.47 ⏵ 0.3.5310010093100100
Updatedzeroize@​1.8.2 ⏵ 1.9.010010093100100

View full report

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