Skip to content

Commit 14ee6ff

Browse files
Update clap requirement from 3.2 to 4.5
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.2.0...clap_complete-v4.5.19) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e0f7ed6 commit 14ee6ff

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
@@ -115,7 +115,7 @@ required-features = ["async-std-runtime", "testing"]
115115

116116
[dependencies]
117117
async-channel = { version = "1.6", optional = true }
118-
clap = { version = "3.2", optional = true }
118+
clap = { version = "4.5", optional = true }
119119
futures = "0.3"
120120
inventory = { version = "0.3", optional = true }
121121
once_cell = "1.14"

0 commit comments

Comments
 (0)