Skip to content

Commit 284bd36

Browse files
authored
Merge pull request #2 from PyO3/dependabot/cargo/clap-4.5
Update clap requirement from 3.2 to 4.5
2 parents aec0c26 + 0eb883a commit 284bd36

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 = "2.3", 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)