From 2af2abed4fae60a591ef1bc235e119f1b56b799d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 3 Jun 2020 08:14:57 -0700 Subject: [PATCH] Require latest libgit2 to pull in bugfixes This'll pull in a fix for #8258 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a7bca494f..e1e70d537 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ jobserver = "0.1.21" lazycell = "1.2.0" libc = "0.2" log = "0.4.6" -libgit2-sys = "0.12.5" +libgit2-sys = "0.12.7" memchr = "2.1.3" num_cpus = "1.0" opener = "0.4"