Skip to content

Commit

Permalink
Bump clap from 4.4.12 to 4.5.2
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.12 to 4.5.2.
- [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.4.12...v4.5.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 7, 2024
1 parent 5d03e65 commit efaedcc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 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 @@ -25,7 +25,7 @@ secular = { version = "1.0.1", features = ["normalization"] }
serde = { version = "1.0.196", features = ["derive"] }

[dependencies.clap]
version = "4.4.12"
version = "4.5.2"
features = ["cargo", "derive", "unicode", "wrap_help"]

[dependencies.ratatui]
Expand All @@ -34,7 +34,7 @@ default-features = false
features = ["crossterm", "serde"]

[build-dependencies]
clap = { version = "4.4.12", features = ["derive"] }
clap = { version = "4.5.2", features = ["derive"] }
clap_complete = "4.5.1"
clap_mangen = "0.2.19"

Expand Down

0 comments on commit efaedcc

Please sign in to comment.