Skip to content

Commit

Permalink
Auto merge of rust-lang#14067 - ehuss:update-git2, r=epage
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Jun 14, 2024
2 parents 05e61b2 + eadde99 commit d990adb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ curl = "0.4.46"
curl-sys = "0.4.72"
filetime = "0.2.23"
flate2 = { version = "1.0.30", default-features = false, features = ["zlib"] }
git2 = "0.18.3"
git2-curl = "0.19.0"
git2 = "0.19.0"
git2-curl = "0.20.0"
gix = { version = "0.63.0", default-features = false, features = ["blocking-http-transport-curl", "progress-tree", "revision", "parallel", "dirwalk"] }
glob = "0.3.1"
handlebars = { version = "5.1.2", features = ["dir_source"] }
Expand All @@ -61,7 +61,7 @@ itertools = "0.13.0"
jobserver = "0.1.31"
lazycell = "1.3.0"
libc = "0.2.154"
libgit2-sys = "0.16.2"
libgit2-sys = "0.17.0"
libloading = "0.8.3"
memchr = "2.7.2"
miow = "0.6.0"
Expand Down

0 comments on commit d990adb

Please sign in to comment.