Skip to content

Commit

Permalink
Merge pull request #180 from kitsuyui/renovate/clap
Browse files Browse the repository at this point in the history
fix(deps): update rust crate clap to 4.2.2
  • Loading branch information
kitsuyui authored Apr 15, 2023
2 parents 8178e28 + e093c23 commit 46f4710
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 34 deletions.
72 changes: 39 additions & 33 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 @@ -13,7 +13,7 @@ categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.2.1", features = ["derive"] }
clap = { version = "4.2.2", features = ["derive"] }
git2 = "0.17.0"
graphql_client = "0.12.0"
once_cell = "1.17.1"
Expand Down

0 comments on commit 46f4710

Please sign in to comment.