Skip to content

Commit

Permalink
Update clap requirement from 3.2.6 to 4.4.7
Browse files Browse the repository at this point in the history
Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version.
- [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.0.0-rc.1...v4.4.7)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 1590b18 commit 7d4a6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ unzip3 = "1"
light-curve-feature-test-util = { path = "test-util" }
approx = "0.5"
chfft = "0.3.4"
clap = { version = "3.2.6", features = ["std", "color", "suggestions", "derive", "wrap_help", "unstable-v4"] }
clap = { version = "4.4.7", features = ["std", "color", "suggestions", "derive", "wrap_help", "unstable-v4"] }
criterion = "0.5"
hyperdual = "1.1"
light-curve-common = "0.1.0"
Expand Down

0 comments on commit 7d4a6b6

Please sign in to comment.