Skip to content

Commit edb5281

Browse files
committed
Auto merge of #12580 - ehuss:update-git2, r=epage
Update git2 This is a routine update of libgit2. Changelog: https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md#0180---2023-08-28 There is a pretty large number of changes, but I don't think any of them are particularly of interest in terms of changes users will see. Most of the changes are opt-in and we don't opt-in to them (SHA256, Windows schannel, or shallow clone).
2 parents 25050d9 + 58b5951 commit edb5281

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ curl-sys = "0.4.65"
3838
filetime = "0.2.21"
3939
flate2 = { version = "1.0.26", default-features = false, features = ["zlib"] }
4040
fwdansi = "1.1.0"
41-
git2 = "0.17.2"
42-
git2-curl = "0.18.0"
41+
git2 = "0.18.0"
42+
git2-curl = "0.19.0"
4343
gix = { version = "0.45.1", default-features = false, features = ["blocking-http-transport-curl", "progress-tree"] }
4444
gix-features-for-configuration-only = { version = "0.30.0", package = "gix-features", features = [ "parallel" ] }
4545
glob = "0.3.1"
@@ -57,7 +57,7 @@ jobserver = "0.1.26"
5757
lazy_static = "1.4.0"
5858
lazycell = "1.3.0"
5959
libc = "0.2.147"
60-
libgit2-sys = "0.15.2"
60+
libgit2-sys = "0.16.1"
6161
libloading = "0.8.0"
6262
memchr = "2.5.0"
6363
miow = "0.6.0"

0 commit comments

Comments
 (0)