From cae265d9413893aa9cf8b99f932cdfe1c6f586d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Sun, 22 Dec 2019 17:06:43 +0100 Subject: [PATCH] deps: bump git2 from 0.10 to 0.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b757ac0a2f..84b96a32914 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,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.10", optional = true } +git2 = { version = "0.11", optional = true } tempfile = { version = "3.1.0", optional = true } lazy_static = "1.0"