Skip to content

build(deps): Bump clap from 4.5.58 to 4.5.60#81

Merged
onuralpszr merged 3 commits intomainfrom
dependabot/cargo/clap-4.5.60
Feb 23, 2026
Merged

build(deps): Bump clap from 4.5.58 to 4.5.60#81
onuralpszr merged 3 commits intomainfrom
dependabot/cargo/clap-4.5.60

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps clap from 4.5.58 to 4.5.60.

Release notes

Sourced from clap's releases.

v4.5.60

[4.5.60] - 2026-02-19

Fixes

  • (help) Quote empty default values, possible values

v4.5.59

[4.5.59] - 2026-02-16

Fixes

  • Command::ignore_errors no longer masks help/version on subcommands
Changelog

Sourced from clap's changelog.

[4.5.60] - 2026-02-19

Fixes

  • (help) Quote empty default values, possible values

[4.5.59] - 2026-02-16

Fixes

  • Command::ignore_errors no longer masks help/version on subcommands
Commits
  • 33d24d8 chore: Release
  • 9332409 docs: Update changelog
  • b7adce5 Merge pull request #6166 from fabalchemy/fix-dynamic-powershell-completion
  • 009bba4 fix(clap_complete): Improve powershell registration
  • d89d57d chore: Release
  • f18b67e docs: Update changelog
  • 9d218eb Merge pull request #6165 from epage/shirt
  • 126440c fix(help): Correctly calculate padding for short-only args
  • 9e3c05e test(help): Show panic with short, valueless arg
  • c9898d0 test(help): Verify short with value
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Bumps the Rust CLI argument parsing dependency clap to a newer patch version for improved stability and maintenance 🛠️✨

📊 Key Changes

  • Upgraded clap from ^4.5.58 to ^4.5.60 in Cargo.toml 🧰
  • Updated Cargo.lock accordingly to reflect the dependency resolution changes 📦

🎯 Purpose & Impact

  • Improves reliability and compatibility by pulling in the latest patch-level fixes from clap 🔧✅
  • Minimal risk to users: no feature changes or API-level changes expected—primarily a maintenance update 🟢
  • Helps keep the ultralytics/inference CLI tooling up-to-date for smoother builds and fewer dependency-related issues over time 🚀
📋 Skipped 1 file (lock files, generated, images, etc.)
  • Cargo.lock

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.58 to 4.5.60.
- [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.58...clap_complete-v4.5.60)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.60
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Dependency-related topics label Feb 23, 2026
@codecov
Copy link

codecov bot commented Feb 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@onuralpszr onuralpszr merged commit a8a7147 into main Feb 23, 2026
9 checks passed
@onuralpszr onuralpszr deleted the dependabot/cargo/clap-4.5.60 branch February 23, 2026 09:11
@UltralyticsAssistant
Copy link
Member

Merged and shipped — thank you! 🎉 Big thanks to @dependabot[bot] and @onuralpszr for keeping ultralytics/inference in top shape by bumping clap to the latest patch and refreshing the lockfile. These small, steady maintenance updates are what keep our CLI reliable and builds smooth over time.

“We are what we repeatedly do. Excellence, then, is not an act, but a habit.” — Aristotle

This PR is a perfect example of that habit: quiet improvements that strengthen stability and compatibility with minimal risk. Really appreciate the care and consistency you bring to the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency-related topics

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants