chore(deps): bump the cargo-minor-patch group across 1 directory with 5 updates - #1191
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
💡 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".
| [[package]] | ||
| name = "clap" | ||
| version = "4.6.6" | ||
| version = "4.6.7" |
There was a problem hiding this comment.
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
Bot
force-pushed
the
dependabot/cargo/cargo-minor-patch-7aab8ea234
branch
4 times, most recently
from
September 21, 2026 12:27
44d1384 to
2fa6c58
Compare
… 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
Bot
force-pushed
the
dependabot/cargo/cargo-minor-patch-7aab8ea234
branch
from
September 22, 2026 07:49
2fa6c58 to
5dde6a9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the cargo-minor-patch group with 5 updates in the / directory:
4.6.64.6.73.12.53.12.62.4.22.4.43.6.53.6.71.1.41.1.5Updates
clapfrom 4.6.6 to 4.6.7Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
d3e59a9chore: Released997f87docs: Update changelogfb6058cMerge pull request #6409 from heaths/pwsh-support2310870test(complete): Add tests for completer_for_path5967c17refactor(complete): Move shell detection to Shells594602bfix(complete): Detect pwsh for PowerShell3a4f2d0Merge pull request #6427 from clap-rs/renovate/shlex-2.x67ebaedMerge pull request #6426 from clap-rs/renovate/actions-checkout-7.xc968b13chore(deps): Update Rust crate shlex to v28f247cbchore(deps): Update actions/checkout action to v7Updates
napifrom 3.12.5 to 3.12.6Release notes
Sourced from napi's releases.
Commits
e2f21c6chore: release (#3525)134045achore(release): publish1391704fix(cli): drain outstanding async work before disposing a WASI binding (#3528)c50beb0chore(release): publish98ed126fix(cli): give reconciliation identity-resolver tests realistic time budgets ...f9be941fix(cli): settle threaded WASI disposal after async work (#3526)Updates
napi-buildfrom 2.4.2 to 2.4.4Release notes
Sourced from napi-build's releases.
Commits
38162bbchore: release (#3529)ec3d8eafix(napi): guard AsyncTask completion against env teardown (#3536)96ed267chore(deps): update release-plz/action action to v0.5.139 (#3537)b2c9f3bchore(deps): update release-plz/action action to v0.5.138 (#3533)f31c887fix(cli): skip the reconciliation heal test on hosts whose identity probes fa...34b8781chore(release): publish5f5c289fix(cli): derive WASI.d.ctsfrom ESM sources when nothing blocks it (#3532)2733e5bchore(release): publish43ddfacfix(cli): retry a filesystem snapshot whose source only changed metadata and ...e2f21c6chore: release (#3525)Updates
napi-derivefrom 3.6.5 to 3.6.7Release notes
Sourced from napi-derive's releases.
Commits
e2f21c6chore: release (#3525)134045achore(release): publish1391704fix(cli): drain outstanding async work before disposing a WASI binding (#3528)c50beb0chore(release): publish98ed126fix(cli): give reconciliation identity-resolver tests realistic time budgets ...f9be941fix(cli): settle threaded WASI disposal after async work (#3526)43100bachore: release (#3508)bb7b75achore(release): publish89d7a0bchore(deps): update dependency oxfmt to ^0.68.0 (#3519)5554591fix(cli): rate-limit failed incarnation probes and let reconciliation tests i...Updates
rustixfrom 1.1.4 to 1.1.5Commits
287214bchore: Release rustix version 1.1.50cea188fix(bug): ns->us overflow handling (#1655)a99fd26build: Remove OUT_DIR probe artifact (#1628)1e2954afix build errors for horizon target (#1671)4cecb72Mangle the name ofrustix::runtimeto discourage users. (#1633)ded795bFix compile errors for next libc version (#1676)9640071Expose theO_SYMLINK&O_NOFOLLOW_ANYflags on Apple platforms (#1666)cf67411Fix debug printing of abstract socket addrs (#1615)aab9464Completely removerustc_attrs. (#1663)a9620e8ci: fix syn pin (#1647)