Skip to content

chore: bump the cargo-minor-patch group across 1 directory with 3 updates - #175

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

chore: bump the cargo-minor-patch group across 1 directory with 3 updates#175
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-minor-patch-29f73789e3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the cargo-minor-patch group with 3 updates in the / directory: open, keyring and clap_complete_nushell.

Updates open from 5.4.1 to 5.4.3

Release notes

Sourced from open's releases.

v5.4.3

Bug Fixes

  • wait for intermediate child to terminate when double-forking

Commit Statistics

  • 3 commits contributed to the release.
  • 9 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Merge pull request #131 from ncfavier/reap (136d4d0)
    • Review (43e601d)
    • Wait for intermediate child to terminate when double-forking (a78c0ca)

v5.4.2

Bug Fixes

  • wait in that_detached instead of double-fork On macOS /usr/bin/open already detaches via LaunchServices. spawn_detached() adds another fork and leaves zombie children. Align that_detached with with_detached (PR #119).

Commit Statistics

  • 4 commits contributed to the release over the course of 18 calendar days.
  • 19 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Merge pull request #130 from s00d/fix/macos-that-detached-zombies (7468760)
    • Review (351bb54)
    • Wait in that_detached instead of double-fork (c4369c5)
    • Merge pull request #129 from Byron/fix-wsl (beb6a3f)

... (truncated)

Changelog

Sourced from open's changelog.

5.4.3 (2026-09-02)

Bug Fixes

  • wait for intermediate child to terminate when double-forking

Commit Statistics

  • 3 commits contributed to the release.
  • 9 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Merge pull request #131 from ncfavier/reap (136d4d0)
    • Review (43e601d)
    • Wait for intermediate child to terminate when double-forking (a78c0ca)

5.4.2 (2026-08-24)

Bug Fixes

  • wait in that_detached instead of double-fork On macOS /usr/bin/open already detaches via LaunchServices. spawn_detached() adds another fork and leaves zombie children. Align that_detached with with_detached (PR #119).

Commit Statistics

  • 5 commits contributed to the release over the course of 18 calendar days.
  • 19 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

... (truncated)

Commits

Updates keyring from 4.1.6 to 4.2.0

Release notes

Sourced from keyring's releases.

v4.2.0: update the CLI dependencies

This release updates the dependencies of the CLI feature so that it builds appropriate credential stores on each platform. In particular, the db-keystore requires 64-bit platforms and the Android keystore is included on Android.

What's Changed

Full Changelog: open-source-cooperative/keyring-rs@v4.1.6...v4.2.0

Commits
  • d18b5c8 Restore the android-native-keyring-store dependency for the cli. (#351)
  • ef30fb8 Restore the android-native-keyring-store dependency for the cli.
  • a0a5a7f Remove mimalloc feature from db-keystore. (#350)
  • 36981e5 Remove mimalloc feature from db-keystore.
  • 6db16c4 Bump dbus-secret-service-keyring-store from 1.0.0 to 1.0.1 (#348)
  • 19d5b62 Merge branch 'main' into dependabot/cargo/dbus-secret-service-keyring-store-1...
  • 6ea8273 Bump zbus-secret-service-keyring-store from 1.0.0 to 1.0.1 (#349)
  • 6a3ac80 Bump zbus-secret-service-keyring-store from 1.0.0 to 1.0.1
  • 659caf5 Bump dbus-secret-service-keyring-store from 1.0.0 to 1.0.1
  • ce7fee7 Bump base64 from 0.23.0 to 0.23.1 (#346)
  • Additional commits viewable in compare view

Updates clap_complete_nushell from 4.6.1 to 4.6.2

Release notes

Sourced from clap_complete_nushell's releases.

v4.6.2

[4.6.2] - 2026-07-15

Fixes

  • (help) Say alias when there is only one
Changelog

Sourced from clap_complete_nushell's changelog.

[4.6.2] - 2026-07-15

Fixes

  • (help) Say alias when there is only one
Commits
  • 8e50ec8 chore: Release
  • 1f7ca4e chore: Update transitive clap
  • 3e790f2 docs: Update changelog
  • 0b83f87 Merge pull request #6477 from antoniszymanski/master
  • dee8b8e fix(clap_complete_nushell): Set argument type to directory for `ValueHint::...
  • 4a622b4 chore: Release
  • e1f6b90 docs: Update changelog
  • a9660f4 Merge pull request #6467 from sylvestre/mangen-override-usage
  • 715b812 chore: Release
  • 89e6e9b docs: Update changelog
  • 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 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

…ates

Bumps the cargo-minor-patch group with 3 updates in the / directory: [open](https://github.com/Byron/open-rs), [keyring](https://github.com/open-source-cooperative/keyring-rs) and [clap_complete_nushell](https://github.com/clap-rs/clap).


Updates `open` from 5.4.1 to 5.4.3
- [Release notes](https://github.com/Byron/open-rs/releases)
- [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md)
- [Commits](Byron/open-rs@v5.4.1...v5.4.3)

Updates `keyring` from 4.1.6 to 4.2.0
- [Release notes](https://github.com/open-source-cooperative/keyring-rs/releases)
- [Commits](open-source-cooperative/keyring-rs@v4.1.6...v4.2.0)

Updates `clap_complete_nushell` from 4.6.1 to 4.6.2
- [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_nushell-v4.6.1...clap_complete_nushell-v4.6.2)

---
updated-dependencies:
- dependency-name: open
  dependency-version: 5.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-patch
- dependency-name: keyring
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-patch
- dependency-name: clap_complete_nushell
  dependency-version: 4.6.2
  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 added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 7, 2026
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