From fb5abcd38f30951766622da895f1e908dd27aa73 Mon Sep 17 00:00:00 2001 From: bors Date: Fri, 13 Mar 2020 19:47:44 +0000 Subject: [PATCH] Auto merge of #7996 - alexcrichton:update-git2, r=Eh2406 Bump libgit2 dependencies Brings in rust-lang/git2-rs#527 Closes #7466 Closes #7988 --- Cargo.toml | 6 +++--- crates/cargo-test-support/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3eb42a2c461..07f88b3c23c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,8 +34,8 @@ anyhow = "1.0" filetime = "0.2" flate2 = { version = "1.0.3", features = ["zlib"] } fs2 = "0.4" -git2 = "0.12.0" -git2-curl = "0.13.0" +git2 = "0.13.0" +git2-curl = "0.14.0" glob = "0.3.0" hex = "0.4" home = "0.5" @@ -46,7 +46,7 @@ jobserver = "0.1.21" lazycell = "1.2.0" libc = "0.2" log = "0.4.6" -libgit2-sys = "0.11.0" +libgit2-sys = "0.12.0" memchr = "2.1.3" num_cpus = "1.0" opener = "0.4" diff --git a/crates/cargo-test-support/Cargo.toml b/crates/cargo-test-support/Cargo.toml index 0e321010e63..5363097b493 100644 --- a/crates/cargo-test-support/Cargo.toml +++ b/crates/cargo-test-support/Cargo.toml @@ -12,7 +12,7 @@ cargo = { path = "../.." } cargo-test-macro = { path = "../cargo-test-macro" } filetime = "0.2" flate2 = "1.0" -git2 = "0.12" +git2 = "0.13" glob = "0.3" lazy_static = "1.0" remove_dir_all = "0.5"