From 0e044546f86069a323287102854294c234729cd9 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Tue, 15 Mar 2022 07:22:00 +0800 Subject: [PATCH] Bump git2@0.14.2 and libgit2-sys@0.13.2 The previous libgit2-sys release forgot to include the fix of libgit2 1.4.2. https://github.com/rust-lang/git2-rs/pull/820#issuecomment-1064284814 That might cause problems when people don't have "Git for Windows" installed on their machines. --- Cargo.toml | 4 ++-- crates/cargo-test-support/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 148db4262b0..ee1ce815547 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ pretty_env_logger = { version = "0.4", optional = true } anyhow = "1.0" filetime = "0.2.9" flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] } -git2 = "0.14.1" +git2 = "0.14.2" git2-curl = "0.15.0" glob = "0.3.0" hex = "0.4" @@ -41,7 +41,7 @@ jobserver = "0.1.24" lazycell = "1.2.0" libc = "0.2" log = "0.4.6" -libgit2-sys = "0.13.1" +libgit2-sys = "0.13.2" memchr = "2.1.3" opener = "0.5" os_info = "3.0.7" diff --git a/crates/cargo-test-support/Cargo.toml b/crates/cargo-test-support/Cargo.toml index c4c6e961e10..c5e65d14b89 100644 --- a/crates/cargo-test-support/Cargo.toml +++ b/crates/cargo-test-support/Cargo.toml @@ -13,7 +13,7 @@ cargo-test-macro = { path = "../cargo-test-macro" } cargo-util = { path = "../cargo-util" } filetime = "0.2" flate2 = { version = "1.0", default-features = false, features = ["zlib"] } -git2 = "0.14.1" +git2 = "0.14.2" glob = "0.3" itertools = "0.10.0" lazy_static = "1.0"