Skip to content

Commit

Permalink
chore(deps): bump clap from 4.5.20 to 4.5.24
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.20 to 4.5.24.
- [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.20...clap_complete-v4.5.24)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 46f74ed commit c00f247
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ thiserror = "1.0.66"
textwrap = "0.16.1"
tui-input = "0.11.0"
tui-popup = "0.6.0"
clap = { version = "4.5.20", features = ["derive", "env", "wrap_help", "cargo"] }
clap = { version = "4.5.24", features = ["derive", "env", "wrap_help", "cargo"] }
clap_complete = "4.5.36"
clap_mangen = "0.2.21"
webbrowser = "1.0.2"
Expand Down

0 comments on commit c00f247

Please sign in to comment.