From ed66cbc700063e82bb890cb05bb40c9d686f0905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 14 Dec 2018 16:30:00 +0000 Subject: [PATCH] Update git2-curl requirement from 0.8.1 to 0.9.0 Updates the requirements on [git2-curl](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) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 68c1bb92518..32d2007618a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ filetime = "0.2" flate2 = { version = "1.0.3", features = ['zlib'] } fs2 = "0.4" git2 = "0.8.0" -git2-curl = "0.8.1" +git2-curl = "0.9.0" glob = "0.2.11" hex = "0.3" home = "0.3"