Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the patches group with 7 updates:

Package From To
ctor 0.6.0 0.6.1
syn 2.0.108 2.0.111
quote 1.0.41 1.0.42
zerocopy 0.8.27 0.8.31
bitfield 0.19.3 0.19.4
io-uring 0.7.10 0.7.11
clap 4.5.51 4.5.53

Updates ctor from 0.6.0 to 0.6.1

Commits

Updates syn from 2.0.108 to 2.0.111

Release notes

Sourced from syn's releases.

2.0.111

  • Allow first argument of braced!, bracketed!, parenthesized! to be an otherwise unused variable (#1946)

2.0.110

  • Tweaks to improve build speed (#1939, thanks @​dishmaker)
  • Make syn::ext::IdentExt::unraw available without "parsing" feature (#1940)
  • Support parsing syn::Meta followed by => (#1944)

2.0.109

Commits
  • 4e50867 Release 2.0.111
  • c57334b Merge pull request #1946 from dtolnay/unusedgroup
  • 6a43384 Suppress unused variable warning on variables used in group macro
  • 7ff6c86 Update actions/checkout@v5 -> v6
  • 59ce6bb Update test suite to nightly-2025-11-20
  • 3d91b8c Update test suite to nightly-2025-11-11
  • 2d87fca Delete version requirement from readme
  • 1c8cabe Release 2.0.110
  • 8ef195b Merge pull request #1944 from dtolnay/metaarrow
  • 9ab4aef Support parsing Meta followed by fat arrow
  • Additional commits viewable in compare view

Updates quote from 1.0.41 to 1.0.42

Release notes

Sourced from quote's releases.

1.0.42

Commits
  • bb9e7a4 Release 1.0.42
  • 683c1d6 Merge pull request #311 from dtolnay/append
  • ed93e8e Revert PR 305
  • 1f2a959 Merge pull request #310 from dtolnay/up
  • 37448aa Raise required compiler to Rust 1.68
  • 39ac89e Resolve manual_let_else pedantic clippy lint
  • f3eac36 Raise required compiler to Rust 1.65
  • 7b490c5 Merge pull request #309 from dtolnay/append
  • 71dfa84 Apply pattern from PR 306 to append_separated & append_terminated
  • df32af7 Touch up PR 306
  • Additional commits viewable in compare view

Updates zerocopy from 0.8.27 to 0.8.31

Release notes

Sourced from zerocopy's releases.

v0.8.31

What's Changed

Full Changelog: google/zerocopy@v0.8.30...v0.8.31

v0.8.30

UPGRADING NOTE: #2804, we invert the order of --cfgs passed by our build.rs script. This will be transparent to cargo users, but if you vendor zerocopy and build it by invoking rustc directly, you will need to update your --cfgs. Assuming you're on a relatively recent toolchain, you should simply stop passing any --cfgs when building zerocopy. For more details, see #2259.

What's Changed

Full Changelog: google/zerocopy@v0.8.29...v0.8.30

v0.8.29

What's Changed

Full Changelog: google/zerocopy@v0.8.28...v0.8.29

v0.8.28

What's Changed

... (truncated)

Commits
  • 8ffc71c Release 0.8.31 (#2837)
  • 3401924 [derive] Fix IntoBytes on repr(C) DST (#2836)
  • 21b7ffc [ci][dependabot] Run weekly, group updates (#2832)
  • 4628374 [CI] Bump Swatinem/rust-cache from 2.8.1 to 2.8.2 (#2831)
  • 5226dee [CI] Bump github/codeql-action from 3.31.4 to 4.31.5 (#2830)
  • 1f008b5 [ci] Add hide-from-release-notes label to Dependabot PRs (#2828)
  • d4750c9 [ci] Various performance improvements (#2829)
  • 0b7b338 [CI] Bump actions/dependency-review-action from 4.3.4 to 4.8.2 (#2826)
  • b7170e4 [CI] Bump ossf/scorecard-action from 2.4.0 to 2.4.3 (#2823)
  • a674dfe [CI] Bump obi1kenobi/cargo-semver-checks-action from 2.6 to 2.8 (#2827)
  • Additional commits viewable in compare view

Updates bitfield from 0.19.3 to 0.19.4

Changelog

Sourced from bitfield's changelog.

[0.19.4] - 2025-11-16

Added

  • Support try_into keyword in field definition to use TryInto instead of Into

Fixed

  • Print the correct error message on incorrect use of the impl in no_std crates, thanks to @​stop5 for reporting and proposing the fix
Commits
  • a459bcf bitfield 0.19.4
  • de82ee3 fix: print the correct error message on incorrect use of the impl in no_std c...
  • e3c2777 docs: Show in example that it is possible to add doc comments
  • 079e145 fix: Support try_into for array fields
  • 3cdcfd3 feat: Add support for try_into
  • See full diff in compare view

Updates io-uring from 0.7.10 to 0.7.11

Commits

Updates clap from 4.5.51 to 4.5.53

Release notes

Sourced from clap's releases.

v4.5.53

[4.5.53] - 2025-11-19

Features

  • Add default_values_if, default_values_ifs

v4.5.52

[4.5.52] - 2025-11-17

Fixes

  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup
Changelog

Sourced from clap's changelog.

[4.5.53] - 2025-11-19

Features

  • Add default_values_if, default_values_ifs

[4.5.52] - 2025-11-17

Fixes

  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup
Commits
  • 3716f9f chore: Release
  • 613b69a docs: Update changelog
  • d117f7a Merge pull request #6028 from epage/arg
  • cb8255d feat(builder): Allow quoted id's for arg macro
  • 1036060 Merge pull request #6025 from AldaronLau/typos-in-faq
  • 2fcafc0 docs: Fix minor grammar issues in FAQ
  • a380b65 Merge pull request #6023 from epage/template
  • 4d7ab14 chore: Update from _rust/main template
  • b8a7ea4 chore(deps): Update Rust Stable to v1.87 (#18)
  • f9842b3 chore: Avoid MSRV problems out of the box
  • Additional commits viewable in compare view

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 patches group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [ctor](https://github.com/mmastrac/rust-ctor) | `0.6.0` | `0.6.1` |
| [syn](https://github.com/dtolnay/syn) | `2.0.108` | `2.0.111` |
| [quote](https://github.com/dtolnay/quote) | `1.0.41` | `1.0.42` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.27` | `0.8.31` |
| [bitfield](https://github.com/dzamlo/rust-bitfield) | `0.19.3` | `0.19.4` |
| [io-uring](https://github.com/tokio-rs/io-uring) | `0.7.10` | `0.7.11` |
| [clap](https://github.com/clap-rs/clap) | `4.5.51` | `4.5.53` |


Updates `ctor` from 0.6.0 to 0.6.1
- [Commits](https://github.com/mmastrac/rust-ctor/commits)

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

Updates `quote` from 1.0.41 to 1.0.42
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.41...1.0.42)

Updates `zerocopy` from 0.8.27 to 0.8.31
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.27...v0.8.31)

Updates `bitfield` from 0.19.3 to 0.19.4
- [Changelog](https://github.com/dzamlo/rust-bitfield/blob/master/CHANGELOG.md)
- [Commits](dzamlo/rust-bitfield@v0.19.3...v0.19.4)

Updates `io-uring` from 0.7.10 to 0.7.11
- [Commits](https://github.com/tokio-rs/io-uring/commits/v0.7.11)

Updates `clap` from 4.5.51 to 4.5.53
- [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.51...clap_complete-v4.5.53)

---
updated-dependencies:
- dependency-name: ctor
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: syn
  dependency-version: 2.0.111
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: quote
  dependency-version: 1.0.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: zerocopy
  dependency-version: 0.8.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: bitfield
  dependency-version: 0.19.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: io-uring
  dependency-version: 0.7.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: clap
  dependency-version: 4.5.53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

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 1, 2025
@coveralls
Copy link

Pull Request Test Coverage Report for Build 19824398876

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 26.521%

Totals Coverage Status
Change from base Build 19414098802: 0.0%
Covered Lines: 3585
Relevant Lines: 14363

💛 - Coveralls

@Lencerf Lencerf merged commit 29f7b06 into main Dec 1, 2025
5 checks passed
@Lencerf Lencerf deleted the dependabot/cargo/patches-fcae4fbb41 branch December 1, 2025 19:14
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