Skip to content

chore(deps): bump the cargo-minor-patch group across 1 directory with 5 updates - #1191

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

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-minor-patch-7aab8ea234

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the cargo-minor-patch group with 5 updates in the / directory:

Package From To
clap 4.6.6 4.6.7
napi 3.12.5 3.12.6
napi-build 2.4.2 2.4.4
napi-derive 3.6.5 3.6.7
rustix 1.1.4 1.1.5

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

Updates napi from 3.12.5 to 3.12.6

Release notes

Sourced from napi's releases.

napi-v3.12.6

Fixed

  • (cli) drain outstanding async work before disposing a WASI binding (#3528)
Commits
  • e2f21c6 chore: release (#3525)
  • 134045a chore(release): publish
  • 1391704 fix(cli): drain outstanding async work before disposing a WASI binding (#3528)
  • c50beb0 chore(release): publish
  • 98ed126 fix(cli): give reconciliation identity-resolver tests realistic time budgets ...
  • f9be941 fix(cli): settle threaded WASI disposal after async work (#3526)
  • See full diff in compare view

Updates napi-build from 2.4.2 to 2.4.4

Release notes

Sourced from napi-build's releases.

napi-build-v2.4.4

Fixed

  • (napi) guard AsyncTask completion against env teardown (#3536)

napi-build-v2.4.3

Fixed

  • (cli) drain outstanding async work before disposing a WASI binding (#3528)
Commits
  • 38162bb chore: release (#3529)
  • ec3d8ea fix(napi): guard AsyncTask completion against env teardown (#3536)
  • 96ed267 chore(deps): update release-plz/action action to v0.5.139 (#3537)
  • b2c9f3b chore(deps): update release-plz/action action to v0.5.138 (#3533)
  • f31c887 fix(cli): skip the reconciliation heal test on hosts whose identity probes fa...
  • 34b8781 chore(release): publish
  • 5f5c289 fix(cli): derive WASI .d.cts from ESM sources when nothing blocks it (#3532)
  • 2733e5b chore(release): publish
  • 43ddfac fix(cli): retry a filesystem snapshot whose source only changed metadata and ...
  • e2f21c6 chore: release (#3525)
  • Additional commits viewable in compare view

Updates napi-derive from 3.6.5 to 3.6.7

Release notes

Sourced from napi-derive's releases.

napi-derive-v3.6.7

Other

  • update Cargo.toml dependencies

napi-derive-v3.6.6

Other

  • update Cargo.toml dependencies
Commits
  • e2f21c6 chore: release (#3525)
  • 134045a chore(release): publish
  • 1391704 fix(cli): drain outstanding async work before disposing a WASI binding (#3528)
  • c50beb0 chore(release): publish
  • 98ed126 fix(cli): give reconciliation identity-resolver tests realistic time budgets ...
  • f9be941 fix(cli): settle threaded WASI disposal after async work (#3526)
  • 43100ba chore: release (#3508)
  • bb7b75a chore(release): publish
  • 89d7a0b chore(deps): update dependency oxfmt to ^0.68.0 (#3519)
  • 5554591 fix(cli): rate-limit failed incarnation probes and let reconciliation tests i...
  • Additional commits viewable in compare view

Updates rustix from 1.1.4 to 1.1.5

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Rust implementation work. labels Sep 20, 2026
@dependabot
dependabot Bot requested a review from jeremi as a code owner September 20, 2026 01:26

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8c51ea8b52

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread Cargo.lock
[[package]]
name = "clap"
version = "4.6.6"
version = "4.6.7"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add the required DCO sign-off

The reviewed commit has no Signed-off-by: trailer, so it does not satisfy the repository's mandatory DCO requirement and cannot be accepted as-is; recreate the commit with git commit -s.

AGENTS.md reference: AGENTS.md:L405-L407

Useful? React with 👍 / 👎.

@dependabot
dependabot Bot force-pushed the dependabot/cargo/cargo-minor-patch-7aab8ea234 branch 4 times, most recently from 44d1384 to 2fa6c58 Compare September 21, 2026 12:27
@dependabot dependabot Bot changed the title chore(deps): Bump the cargo-minor-patch group across 1 directory with 5 updates chore(deps): bump the cargo-minor-patch group across 1 directory with 5 updates Sep 22, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/cargo-minor-patch-7aab8ea234 branch 2 times, most recently from 5dde6a9 to a052df3 Compare September 22, 2026 09:27
… 5 updates

Bumps the cargo-minor-patch group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.6.6` | `4.6.7` |
| [napi](https://github.com/napi-rs/napi-rs) | `3.12.5` | `3.12.6` |
| [napi-build](https://github.com/napi-rs/napi-rs) | `2.4.2` | `2.4.4` |
| [napi-derive](https://github.com/napi-rs/napi-rs) | `3.6.5` | `3.6.7` |
| [rustix](https://github.com/bytecodealliance/rustix) | `1.1.4` | `1.1.5` |



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/main/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.6.6...clap_complete-v4.6.7)

Updates `napi` from 3.12.5 to 3.12.6
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-v3.12.5...napi-v3.12.6)

Updates `napi-build` from 2.4.2 to 2.4.4
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-build-v2.4.2...napi-build-v2.4.4)

Updates `napi-derive` from 3.6.5 to 3.6.7
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-derive-v3.6.5...napi-derive-v3.6.7)

Updates `rustix` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md)
- [Commits](bytecodealliance/rustix@v1.1.4...v1.1.5)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-patch
- dependency-name: napi
  dependency-version: 3.12.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-patch
- dependency-name: napi-build
  dependency-version: 2.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-patch
- dependency-name: napi-derive
  dependency-version: 3.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-patch
- dependency-name: rustix
  dependency-version: 1.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/cargo-minor-patch-7aab8ea234 branch from a052df3 to 1f3bcfa Compare September 22, 2026 12:32

This branch has not been deployed

No deployments
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 Rust implementation work.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants