Skip to content

Commit d04b333

Browse files
Update clap requirement from 2.33.1 to 4.4.2 (#76)
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_generate-v3.0.0-rc.0...v4.4.2) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a996580 commit d04b333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exclude = [
1616

1717
[dependencies]
1818
leetup-cache = { path = "./cache", version = "0.1.0"}
19-
clap = "2.33.1"
19+
clap = "4.4.2"
2020
structopt = "0.3.15"
2121
thiserror = "1.0.20"
2222
anyhow = "1.0.31"

0 commit comments

Comments
 (0)