Skip to content

Commit 0877f61

Browse files
committed
Auto merge of #8998 - ehuss:update-git2, r=alexcrichton
Update git2 Hopefully this will finally fix #8517 (and hopefully won't cause much breakage). Major changes: - Requires libgit2 1.1: rust-lang/git2-rs#632 - Update libgit2: rust-lang/git2-rs#642 (changes: libgit2/libgit2@7f4fa17...530d37b)
2 parents 8abc050 + b425e4c commit 0877f61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ pretty_env_logger = { version = "0.4", optional = true }
3232
anyhow = "1.0"
3333
filetime = "0.2.9"
3434
flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }
35-
git2 = "0.13.12"
36-
git2-curl = "0.14.0"
35+
git2 = "0.13.13"
36+
git2-curl = "0.14.1"
3737
glob = "0.3.0"
3838
hex = "0.4"
3939
home = "0.5"
@@ -44,7 +44,7 @@ jobserver = "0.1.21"
4444
lazycell = "1.2.0"
4545
libc = "0.2"
4646
log = "0.4.6"
47-
libgit2-sys = "0.12.14"
47+
libgit2-sys = "0.12.15"
4848
memchr = "2.1.3"
4949
num_cpus = "1.0"
5050
opener = "0.4"

0 commit comments

Comments
 (0)