From a277f09747f046b8aefec00abe1c163a27afdaca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 14 Dec 2018 05:51:15 +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 354c5be89ac..2ae4ab7bda9 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.7.5" -git2-curl = "0.8.1" +git2-curl = "0.9.0" glob = "0.2.11" hex = "0.3" home = "0.3"