about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-02-27 09:52:56 +0000
committerbors <bors@rust-lang.org>2020-02-27 09:52:56 +0000
commit610bceae716e9c68f899a56823bdd356d4c4f37e (patch)
tree5fcb68761e0b9da31d9ad6f55cb3056bd3aa0506
parent384593cd16c90a3af47d6c2771d24a17df35445a (diff)
parent43e760ce1dfcf92328d81fcf761f23bcdc18c0cd (diff)
downloadrust-610bceae716e9c68f899a56823bdd356d4c4f37e.tar.gz
rust-610bceae716e9c68f899a56823bdd356d4c4f37e.zip
Auto merge of #5232 - JohnTitor:git2-0.12, r=phansch
Update git2 to 0.12

changelog: none
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c1a410cf5c8..cfcdaf22291 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,7 @@ clippy_lints = { version = "0.0.212", path = "clippy_lints" }
 regex = "1"
 semver = "0.9"
 rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util"}
-git2 = { version = "0.11", optional = true }
+git2 = { version = "0.12", optional = true }
 tempfile = { version = "3.1.0", optional = true }
 lazy_static = "1.0"