Skip to content

Commit

Permalink
Merge pull request #483 from kitsuyui/renovate/git2-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate git2 to 0.19.0
  • Loading branch information
kitsuyui authored Jul 1, 2024
2 parents 842c4ea + 65be872 commit c80b501
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -14,7 +14,7 @@ categories = ["command-line-utilities"]

[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
git2 = "0.18.3"
git2 = "0.19.0"
graphql_client = "0.14.0"
once_cell = "1.19.0"
regex = "1.10.4"
Expand Down

0 comments on commit c80b501

Please sign in to comment.