Skip to content

Commit

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

---
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 Oct 8, 2024
1 parent 53521fd commit 380a57e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 86 deletions.
117 changes: 33 additions & 84 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde_with = "3.9.0"
thiserror = "1.0.63"

[dependencies.clap]
version = "4.5.17"
version = "4.5.20"
features = ["cargo", "derive", "unicode", "wrap_help"]

[dependencies.ratatui]
Expand All @@ -37,7 +37,7 @@ version = "0.3.36"
features = ["formatting", "local-offset", "serde"]

[build-dependencies]
clap = { version = "4.5.17", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
clap_complete = "4.5.26"
clap_mangen = "0.2.23"

Expand Down

0 comments on commit 380a57e

Please sign in to comment.