Skip to content

Commit

Permalink
Merge pull request #1078 from PyO3/dependabot/cargo/clap-3.2.19
Browse files Browse the repository at this point in the history
Bump clap from 3.2.18 to 3.2.19
  • Loading branch information
messense authored Sep 1, 2022
2 parents 1c050be + c135e73 commit 51476b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ console = "0.15.0"
minijinja = "0.18.1"
lddtree = "0.2.9"
cc = "1.0.72"
clap = { version = "3.2.16", features = ["derive", "env", "wrap_help"] }
clap = { version = "3.2.19", features = ["derive", "env", "wrap_help"] }
clap_complete = "3.1.3"
clap_complete_fig = "3.1.0"
tracing = "0.1.36"
Expand Down

0 comments on commit 51476b2

Please sign in to comment.