Skip to content

Bump the cargo-patch-and-minor group across 1 directory with 6 updates - #4

Merged
nikuscs merged 1 commit into
mainfrom
dependabot/cargo/cargo-patch-and-minor-dd20d15537
Aug 17, 2026
Merged

Bump the cargo-patch-and-minor group across 1 directory with 6 updates#4
nikuscs merged 1 commit into
mainfrom
dependabot/cargo/cargo-patch-and-minor-dd20d15537

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
base64 0.23.0 0.23.1
clap 4.6.5 4.6.6
clap_complete 4.6.8 4.6.9
thiserror 2.0.19 2.0.20
async-trait 0.1.91 0.1.92
listeners 0.6.0 0.6.1

Updates base64 from 0.23.0 to 0.23.1

Changelog

Sourced from base64's changelog.

0.23.1

  • Make the tests build again on non-SIMD architectures
Commits

Updates clap from 4.6.5 to 4.6.6

Release notes

Sourced from clap's releases.

v4.6.6

[4.6.6] - 2026-08-06

Features

  • Add Command::get_overridden_usage
Changelog

Sourced from clap's changelog.

[4.6.6] - 2026-08-06

Features

  • Add Command::get_overridden_usage
Commits
  • 348cff3 chore: Release
  • d478377 docs: Update changelog
  • 04b9fbb Merge pull request #6414 from koopatroopa787/fix-bash-completion-bracket-glob
  • 7075239 Merge pull request #6422 from BaumiCoder/fix-fish-indentations
  • f90a966 fix(complete): Use spaces for indentation in fish
  • dd4997b fix(complete): Don't glob-expand bash positionals
  • 8387c81 Merge pull request #6399 from clap-rs/renovate/crate-ci-typos-1.x
  • 8141e11 chore(deps): Update compatible (dev) (#6398)
  • 8a6bd4e chore(deps): Update pre-commit hook crate-ci/typos to v1.47.0
  • 71a7213 chore(deps): Update Rust Stable to v1.96 (#6396)
  • See full diff in compare view

Updates clap_complete from 4.6.8 to 4.6.9

Commits
  • 715b812 chore: Release
  • 89e6e9b docs: Update changelog
  • 3918cb4 Merge pull request #6468 from sjh9714/fix-bash-posix-fn-name
  • 526c819 Merge pull request #6469 from latent-9/docs/fix-derive-reference-link
  • b2bd685 docs(clap_derive): Fix derive reference link
  • ecee8a4 fix(complete): Name the function after fn_name
  • 6dd2e5a test(complete): Show POSIX bash will not source
  • 4684d7a chore: Release
  • 51d50ad docs: Update changelog
  • 3bc3622 Merge pull request #6457 from bl4ck4t/master
  • Additional commits viewable in compare view

Updates thiserror from 2.0.19 to 2.0.20

Release notes

Sourced from thiserror's releases.

2.0.20

  • Suppress redundant_field_names clippy lint in generated code (#454)
Commits

Updates async-trait from 0.1.91 to 0.1.92

Release notes

Sourced from async-trait's releases.

0.1.92

  • Resolve double_must_use clippy lint in generated code (#303)
Commits

Updates listeners from 0.6.0 to 0.6.1

Release notes

Sourced from listeners's releases.

v0.6.1

Fixed

  • Correctly report IPv4-mapped IPv6 addresses on macOS (#57 — fixes #56)

Thanks to:

  • @​srid for reporting and fixing the IPv4-mapped IPv6 addresses bug on macOS
Changelog

Sourced from listeners's changelog.

[0.6.1] - 2026-08-02

Fixed

  • Correctly report IPv4-mapped IPv6 addresses on macOS (#57 — fixes #56)
Commits
  • 70d169c bump version to 0.6.1
  • e16d00a update deps
  • b5cfb62 update BSD runners versions
  • e870aed Merge pull request #58 from GyulyVGC/mapped-fix
  • 217541a update CHANGELOG
  • 9fcf8da test: gate ipv4-mapped test to macos/linux (bsd/windows reject the bind)
  • 3f05ee1 shorten verbose comments
  • 5ecf951 test: assert ::1 decode and cover UDP ipv4-mapped path
  • 226273e Merge pull request #57 from juspay/fix/darwin-v4-mapped-addresses
  • 227440e fix(macos): decode the address slot by insi_vflag, not soi_family
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 11, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/cargo-patch-and-minor-dd20d15537 branch from db6dec8 to 772c88f Compare August 11, 2026 15:41
Bumps the cargo-patch-and-minor group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [base64](https://github.com/marshallpierce/rust-base64) | `0.23.0` | `0.23.1` |
| [clap](https://github.com/clap-rs/clap) | `4.6.5` | `4.6.6` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.6.8` | `4.6.9` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.19` | `2.0.20` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.91` | `0.1.92` |
| [listeners](https://github.com/GyulyVGC/listeners) | `0.6.0` | `0.6.1` |



Updates `base64` from 0.23.0 to 0.23.1
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.23.0...v0.23.1)

Updates `clap` from 4.6.5 to 4.6.6
- [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.5...clap_complete-v4.6.6)

Updates `clap_complete` from 4.6.8 to 4.6.9
- [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.8...clap_complete-v4.6.9)

Updates `thiserror` from 2.0.19 to 2.0.20
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.19...2.0.20)

Updates `async-trait` from 0.1.91 to 0.1.92
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.91...0.1.92)

Updates `listeners` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/GyulyVGC/listeners/releases)
- [Changelog](https://github.com/GyulyVGC/listeners/blob/main/CHANGELOG.md)
- [Commits](GyulyVGC/listeners@v0.6.0...v0.6.1)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-version: 0.1.92
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-patch-and-minor
- dependency-name: base64
  dependency-version: 0.23.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-patch-and-minor
- dependency-name: clap
  dependency-version: 4.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-patch-and-minor
- dependency-name: clap_complete
  dependency-version: 4.6.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-patch-and-minor
- dependency-name: listeners
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-patch-and-minor
- dependency-name: thiserror
  dependency-version: 2.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/cargo-patch-and-minor-dd20d15537 branch from 772c88f to 745a659 Compare August 12, 2026 16:44
@nikuscs
nikuscs merged commit 5e3a873 into main Aug 17, 2026
@nikuscs
nikuscs deleted the dependabot/cargo/cargo-patch-and-minor-dd20d15537 branch August 17, 2026 09:53
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.

1 participant