From 56dffe70cd65cc405362b67fa0b07525a15b0cd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 14 Dec 2018 05:51:03 +0000 Subject: [PATCH] Update git2 requirement from 0.7.5 to 0.8.0 Updates the requirements on [git2](https://github.com/alexcrichton/git2-rs) to permit the latest version. - [Release notes](https://github.com/alexcrichton/git2-rs/releases) - [Commits](https://github.com/alexcrichton/git2-rs/commits/git2-curl-0.8.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 354c5be89..68c1bb925 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ failure = "0.1.2" filetime = "0.2" flate2 = { version = "1.0.3", features = ['zlib'] } fs2 = "0.4" -git2 = "0.7.5" +git2 = "0.8.0" git2-curl = "0.8.1" glob = "0.2.11" hex = "0.3"