Skip to content

Commit 754ae9c

Browse files
committed
Auto merge of #12096 - ehuss:update-git2, r=weihanglo
Update git2 This is a very minor update to libgit2 which fixes an issue when the ProgramData folder is missing on Windows. git2 changelog: https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md#0171---2023-04-13 libgit2-sys changelog: https://github.com/rust-lang/git2-rs/blob/master/libgit2-sys/CHANGELOG.md#0151164---2023-04-13 libgit2 changelog: https://github.com/libgit2/libgit2/releases/tag/v1.6.4
2 parents e2d1488 + 1ff7848 commit 754ae9c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env_logger = "0.10.0"
3131
filetime = "0.2.9"
3232
flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }
3333
fwdansi = "1.1.0"
34-
git2 = "0.17.0"
34+
git2 = "0.17.1"
3535
git2-curl = "0.18.0"
3636
gix = { version = "0.44.1", default-features = false, features = ["blocking-http-transport-curl", "progress-tree"] }
3737
gix-features-for-configuration-only = { version = "0.29.0", package = "gix-features", features = [ "parallel" ] }
@@ -51,7 +51,7 @@ jobserver = "0.1.26"
5151
lazy_static = "1.3.0"
5252
lazycell = "1.2.0"
5353
libc = "0.2.88"
54-
libgit2-sys = "0.15.0"
54+
libgit2-sys = "0.15.1"
5555
log = "0.4.17"
5656
memchr = "2.1.3"
5757
miow = "0.5.0"

0 commit comments

Comments
 (0)