Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2025

Bumps the clap group with 4 updates: clap, clap_builder, clap_derive and clap_lex.

Updates clap from 4.5.48 to 4.5.49

Changelog

Sourced from clap's changelog.

[4.5.49] - 2025-10-13

Fixes

  • (help) Correctly wrap when ANSI escape codes are present
Commits

Updates clap_builder from 4.5.48 to 4.5.49

Changelog

Sourced from clap_builder's changelog.

[4.5.49] - 2025-10-13

Fixes

  • (help) Correctly wrap when ANSI escape codes are present
Commits
  • 0bb3ad7 chore: Release
  • 5cb5ce3 docs: Update changelog
  • 245c8ba Merge pull request #6149 from epage/wrap
  • dd17a41 fix(help): Correctly calculate wrap points with ANSI escape codes
  • 2cc4e35 test(ui): Avoid override term width
  • 93e3559 refactor(help): Clarify that we're carrying over indentation
  • b1c46e6 refactor(help): Clarify var name
  • 03b9b38 test(help): Show styled wrapping behavior
  • c9a39a5 Merge pull request #6146 from clap-rs/renovate/actions-checkout-5.x
  • 58599fb chore(deps): Update actions/checkout action to v5
  • Additional commits viewable in compare view

Updates clap_derive from 4.5.47 to 4.5.49

Release notes

Sourced from clap_derive's releases.

v4.5.48

[4.5.48] - 2025-09-19

Documentation

  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry
Changelog

Sourced from clap_derive's changelog.

[4.5.49] - 2025-10-13

Fixes

  • (help) Correctly wrap when ANSI escape codes are present

[4.5.48] - 2025-09-19

Documentation

  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry
Commits
  • 0bb3ad7 chore: Release
  • 5cb5ce3 docs: Update changelog
  • 245c8ba Merge pull request #6149 from epage/wrap
  • dd17a41 fix(help): Correctly calculate wrap points with ANSI escape codes
  • 2cc4e35 test(ui): Avoid override term width
  • 93e3559 refactor(help): Clarify that we're carrying over indentation
  • b1c46e6 refactor(help): Clarify var name
  • 03b9b38 test(help): Show styled wrapping behavior
  • c9a39a5 Merge pull request #6146 from clap-rs/renovate/actions-checkout-5.x
  • 58599fb chore(deps): Update actions/checkout action to v5
  • Additional commits viewable in compare view

Updates clap_lex from 0.7.5 to 0.7.6

Changelog

Sourced from clap_lex's changelog.

v0.7.6 (2015-05-05)

Improvements

  • Options adds number of values to options in help/usage (c1c993c4)

Features

  • from_usage adds ability to add value names or num of vals in usage string (ad55748c, closes #98)

Bug Fixes

  • MultipleValues properly distinguishes between multiple values and multiple occurrences (dd2a7564, closes #99)
  • help fixes tab alignment with multiple values (847001ff)

Documentation

  • from_usage explains new usage strings with multiple values (5a3a42df)
Commits
  • 0bb3ad7 chore: Release
  • 5cb5ce3 docs: Update changelog
  • 245c8ba Merge pull request #6149 from epage/wrap
  • dd17a41 fix(help): Correctly calculate wrap points with ANSI escape codes
  • 2cc4e35 test(ui): Avoid override term width
  • 93e3559 refactor(help): Clarify that we're carrying over indentation
  • b1c46e6 refactor(help): Clarify var name
  • 03b9b38 test(help): Show styled wrapping behavior
  • c9a39a5 Merge pull request #6146 from clap-rs/renovate/actions-checkout-5.x
  • 58599fb chore(deps): Update actions/checkout action to v5
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust labels Oct 14, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 14, 2025 03:03
@dependabot dependabot bot added rust dependencies Pull requests that update a dependency file labels Oct 14, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/clap-3676804ac1 branch from f726b9f to 5c066b2 Compare October 17, 2025 03:03
Bumps the clap group with 4 updates: [clap](https://github.com/clap-rs/clap), [clap_builder](https://github.com/clap-rs/clap), [clap_derive](https://github.com/clap-rs/clap) and [clap_lex](https://github.com/clap-rs/clap).


Updates `clap` from 4.5.48 to 4.5.49
- [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.5.48...clap_complete-v4.5.49)

Updates `clap_builder` from 4.5.48 to 4.5.49
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.48...v4.5.49)

Updates `clap_derive` from 4.5.47 to 4.5.49
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.47...v4.5.49)

Updates `clap_lex` from 0.7.5 to 0.7.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_lex-v0.7.5...clap_lex-v0.7.6)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.49
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: clap
- dependency-name: clap_builder
  dependency-version: 4.5.49
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: clap
- dependency-name: clap_derive
  dependency-version: 4.5.49
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: clap
- dependency-name: clap_lex
  dependency-version: 0.7.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: clap
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/clap-3676804ac1 branch from 5c066b2 to 317a201 Compare October 20, 2025 03:02
@alpeb alpeb merged commit da793ac into main Oct 20, 2025
27 checks passed
@alpeb alpeb deleted the dependabot/cargo/clap-3676804ac1 branch October 20, 2025 14:19
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant