Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 9, 2025

Bumps the minor-patch group with 3 updates in the / directory: clap, tui-prompts and regex.

Updates clap from 4.5.48 to 4.5.51

Release notes

Sourced from clap's releases.

v4.5.51

[4.5.51] - 2025-10-29

Fixes

  • (help) Correctly calculate padding for short flags that take a value
  • (help) Don't panic on short flags using ArgAction::Count

v4.5.50

[4.5.50] - 2025-10-20

Features

  • Accept Cow where String and &str are accepted
Changelog

Sourced from clap's changelog.

[4.5.51] - 2025-10-29

Fixes

  • (help) Correctly calculate padding for short flags that take a value
  • (help) Don't panic on short flags using ArgAction::Count

[4.5.50] - 2025-10-20

Features

  • Accept Cow where String and &str are accepted

[4.5.49] - 2025-10-13

Fixes

  • (help) Correctly wrap when ANSI escape codes are present
Commits
  • b49dae2 chore: Release
  • d37b0b5 docs: Update changelog
  • 3398b6a Merge pull request #6009 from gtema/complete_try_generate
  • 21fc9e4 feat(clap-complete): Introduce fallible generator
  • bd01bdc Merge pull request #6012 from epage/sub
  • ed0c63d docs(derive): Specify arg_required_else_help is set for users
  • e2188d9 chore(deps): Update Rust Stable to v1.87 (#6004)
  • e01f2b7 docs: Cleanup unused links
  • 6b12a81 chore: Release
  • 8dd92a7 docs: Update changelog
  • Additional commits viewable in compare view

Updates tui-prompts from 0.5.0 to 0.5.2

Release notes

Sourced from tui-prompts's releases.

tui-prompts-v0.5.2

🐛 Bug Fixes

  • Clippy lints (#81)

    Fixes a bunch of lints that are in beta / nursery. A lot of these are opinionated enough that they're not enabled by default, but I figure they generally lead to nicer code, so are worth fixing.

  • More clippy lints (#84)

  • (tui-prompts) Full-width character input in non-multiline prompt (#93) (#94)

🎨 Styling

  • Add rustfmt and reformat code

⚙️ Miscellaneous Tasks

  • Remove needless lifetimes (#60)

  • Remove leftover github workflow files (#73)

tui-prompts-v0.5.1

🐛 Bug Fixes

  • Clippy lints (#81)

    Fixes a bunch of lints that are in beta / nursery. A lot of these are opinionated enough that they're not enabled by default, but I figure they generally lead to nicer code, so are worth fixing.

  • More clippy lints (#84)

  • (tui-prompts) Full-width character input in non-multiline prompt (#93) (#94)

🎨 Styling

  • Add rustfmt and reformat code

⚙️ Miscellaneous Tasks

  • Remove needless lifetimes (#60)

  • Remove leftover github workflow files (#73)

Changelog

Sourced from tui-prompts's changelog.

Changelog

All notable changes to this project will be documented in this file.

Commits
  • a10e770 chore: release (#105)
  • 0775928 chore: release (#104)
  • 163467b fix(tui-prompts): full-width character input in non-multiline prompt (#93) (#94)
  • 7039555 build(deps): bump actions/checkout from 4 to 5 (#99)
  • 27f3f56 build(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 (#100)
  • 424202f build(deps): bump clap from 4.5.43 to 4.5.48 (#103)
  • 298b51d build(deps): bump tokio from 1.46.1 to 1.47.1 (#96)
  • cf72784 build(deps): bump clap from 4.5.41 to 4.5.43 (#97)
  • cd549ac build(deps): bump tokio from 1.45.1 to 1.46.1 (#85)
  • eddc2f0 build(deps): bump rand from 0.9.1 to 0.9.2 (#88)
  • Additional commits viewable in compare view

Updates regex from 1.12.1 to 1.12.2

Changelog

Sourced from regex's changelog.

1.12.2 (2025-10-13)

This release fixes a cargo doc breakage on nightly when --cfg docsrs is enabled. This caused documentation to fail to build on docs.rs.

Bug fixes:

Commits

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 Pull requests that update Rust code labels Nov 9, 2025
…ates

Bumps the minor-patch group with 3 updates in the / directory: [clap](https://github.com/clap-rs/clap), [tui-prompts](https://github.com/joshka/tui-widgets) and [regex](https://github.com/rust-lang/regex).


Updates `clap` from 4.5.48 to 4.5.51
- [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.51)

Updates `tui-prompts` from 0.5.0 to 0.5.2
- [Release notes](https://github.com/joshka/tui-widgets/releases)
- [Changelog](https://github.com/joshka/tui-widgets/blob/main/CHANGELOG.md)
- [Commits](joshka/tui-widgets@tui-prompts-v0.5.0...tui-prompts-v0.5.2)

Updates `regex` from 1.12.1 to 1.12.2
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.12.1...1.12.2)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.51
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: tui-prompts
  dependency-version: 0.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: regex
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/minor-patch-4d0d8ba01f branch from dc73ca6 to 560a40f Compare November 12, 2025 22:00
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 1, 2025
@dependabot dependabot bot deleted the dependabot/cargo/minor-patch-4d0d8ba01f branch December 1, 2025 07: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