Skip to content

Commit

Permalink
Update clap requirement from 3.0.1 to 4.0.18
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-v3.0.1...v4.0.18)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2022
1 parent ff096a7 commit 8bd83b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warp-packer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build = "build.rs"
LegalCopyright = "Copyright © 2020 Finter Mobility As"

[dependencies]
clap = "3.0.1"
clap = "4.0.18"
dirs = "4.0.0"
reqwest = "0.11.0"
tempdir = "0.3.7"
Expand Down

0 comments on commit 8bd83b4

Please sign in to comment.