Skip to content

chore(deps-rs): bump the patch group across 1 directory with 2 updates - #2013

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/patch-e0e74d7564
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/patch-e0e74d7564

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the patch group with 2 updates in the / directory: cc and clap.

Updates cc from 1.4.5 to 1.4.6

Release notes

Sourced from cc's releases.

cc-v1.4.6

Fixed

  • Prevent check_exe from dropping flags on the floor. (#1884)
  • update fd handling to use BorrowedFd (#1882)

Other

  • (deps) bump taiki-e/install-action from 2.87.2 to 2.87.4 (#1888)
  • Regenerate target info (#1891)
  • (deps) bump tombi-toml/setup-tombi from 1.5.0 to 1.5.1 (#1890)
  • (deps) bump release-plz/action from 0.5.131 to 0.5.132 (#1889)
  • Fix ci(test): make sure right toolchain is passed (#1892)
  • (deps) bump tombi-toml/setup-tombi from 1.2.5 to 1.5.0 (#1885)
  • (deps) bump taiki-e/install-action from 2.85.5 to 2.87.2 (#1886)
  • add toml formatting check (#1879)
Changelog

Sourced from cc's changelog.

1.4.6 - 2026-09-11

Fixed

  • Prevent check_exe from dropping flags on the floor. (#1884)
  • update fd handling to use BorrowedFd (#1882)

Other

  • (deps) bump taiki-e/install-action from 2.87.2 to 2.87.4 (#1888)
  • Regenerate target info (#1891)
  • (deps) bump tombi-toml/setup-tombi from 1.5.0 to 1.5.1 (#1890)
  • (deps) bump release-plz/action from 0.5.131 to 0.5.132 (#1889)
  • Fix ci(test): make sure right toolchain is passed (#1892)
  • (deps) bump tombi-toml/setup-tombi from 1.2.5 to 1.5.0 (#1885)
  • (deps) bump taiki-e/install-action from 2.85.5 to 2.87.2 (#1886)
  • add toml formatting check (#1879)
Commits
  • 4c76c59 chore(cc): release v1.4.6 (#1895)
  • ecdd98f chore(deps): update windows-bindgen requirement from 0.66 to 0.100 (#1896)
  • 9fea865 Add support for CUDA on Windows on ARM. (#1893)
  • 29acb75 chore(deps): bump taiki-e/install-action from 2.87.2 to 2.87.4 (#1888)
  • f0d33bb Regenerate target info (#1891)
  • 1686a3d chore(deps): bump tombi-toml/setup-tombi from 1.5.0 to 1.5.1 (#1890)
  • bd6b7d0 chore(deps): bump release-plz/action from 0.5.131 to 0.5.132 (#1889)
  • 42adfca Fix ci(test): make sure right toolchain is passed (#1892)
  • 527ec73 fix: Prevent check_exe from dropping flags on the floor. (#1884)
  • fc1fb3c chore(deps): bump tombi-toml/setup-tombi from 1.2.5 to 1.5.0 (#1885)
  • Additional commits viewable in compare view

Updates clap from 4.6.6 to 4.6.7

Release notes

Sourced from clap's releases.

v4.6.7

[4.6.7] - 2026-09-14

Features

  • (derive) Add #[command(defer = <bool>)] attribute to opt-in to lazy initialisation of subcommands
Changelog

Sourced from clap's changelog.

[4.6.7] - 2026-09-14

Features

  • (derive) Add #[command(defer = <bool>)] attribute to opt-in to lazy initialisation of subcommands
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

@dependabot dependabot Bot added A-rust Area: Rust code X-dependabot Dependabot dependency update labels Sep 18, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 18, 2026 02:53
@dependabot
dependabot Bot requested a review from doug-q September 18, 2026 02:53
@codecov

codecov Bot commented Sep 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.23%. Comparing base (e3d1730) to head (66362fc).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2013   +/-   ##
=======================================
  Coverage   87.23%   87.23%           
=======================================
  Files         204      204           
  Lines       32164    32164           
  Branches    30501    30501           
=======================================
  Hits        28058    28058           
  Misses       2893     2893           
  Partials     1213     1213           
Flag Coverage Δ
python 92.27% <ø> (ø)
qis-compiler 74.37% <ø> (ø)
rust 86.96% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Bumps the patch group with 2 updates in the / directory: [cc](https://github.com/rust-lang/cc-rs) and [clap](https://github.com/clap-rs/clap).


Updates `cc` from 1.4.5 to 1.4.6
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.4.5...cc-v1.4.6)

Updates `clap` from 4.6.6 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.6...clap_complete-v4.6.7)

---
updated-dependencies:
- dependency-name: cc
  dependency-version: 1.4.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: clap
  dependency-version: 4.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-rs): bump the patch group with 2 updates chore(deps-rs): bump the patch group across 1 directory with 2 updates Sep 18, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/patch-e0e74d7564 branch from 4b48940 to 66362fc Compare September 18, 2026 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-rust Area: Rust code X-dependabot Dependabot dependency update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants