Skip to content

Commit

Permalink
Merge pull request #2 from PyO3/dependabot/cargo/clap-4.5
Browse files Browse the repository at this point in the history
Update clap requirement from 3.2 to 4.5
  • Loading branch information
davidhewitt authored Oct 11, 2024
2 parents aec0c26 + 0eb883a commit 284bd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ required-features = ["async-std-runtime", "testing"]

[dependencies]
async-channel = { version = "2.3", optional = true }
clap = { version = "3.2", optional = true }
clap = { version = "4.5", optional = true }
futures = "0.3"
inventory = { version = "0.3", optional = true }
once_cell = "1.14"
Expand Down

0 comments on commit 284bd36

Please sign in to comment.