Skip to content

Commit

Permalink
chore(deps): update git2 to 0.20.0 (#9812)
Browse files Browse the repository at this point in the history
### Description

update `git2` dependency to pull newer `libgit2-sys`. some distros
provide libgit2 1.9.0 and such version bump allows them to use system
libgit2
<!--
  ✍️ Write a short summary of your work.
  If necessary, include relevant screenshots.
-->

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->

Co-authored-by: Chris Olszewski <[email protected]>
  • Loading branch information
ognevny and chris-olszewski authored Feb 3, 2025
1 parent ee5e0c8 commit d943de8
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 @@ -108,7 +108,7 @@ dunce = "1.0.3"
either = "1.9.0"
futures = "0.3.26"
futures-retry = "0.6.0"
git2 = { version = "0.19.0", default-features = false }
git2 = { version = "0.20.0", default-features = false }
hex = "0.4.3"
httpmock = { version = "0.6.8", default-features = false }
indexmap = "1.9.2"
Expand Down

0 comments on commit d943de8

Please sign in to comment.