Skip to content

Commit 8df7955

Browse files
dependabot[bot]khuey
authored andcommitted
Update clap requirement from 3.1 to 4.0
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.1.0...v4.0.2) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ff8b593 commit 8df7955

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
@@ -31,7 +31,7 @@ optional = true
3131
version = "0.12.0"
3232

3333
[dev-dependencies]
34-
clap = { version = "3.1", features = ["derive"] }
34+
clap = { version = "4.0", features = ["derive"] }
3535
diff = "0.1.11"
3636

3737
[features]

0 commit comments

Comments
 (0)