From 5f9425e99514c2d52ac990ea9a349a89327d486f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 16:23:49 +0000 Subject: [PATCH] Update git2-curl requirement from 0.14.1 to 0.15.0 Updates the requirements on [git2-curl](https://github.com/rust-lang/git2-rs) to permit the latest version. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.14.1...git2-curl-0.14.1) --- updated-dependencies: - dependency-name: git2-curl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 55a75c1afe9..0850c5b104e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ anyhow = "1.0" filetime = "0.2.9" flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] } git2 = "0.13.16" -git2-curl = "0.14.1" +git2-curl = "0.15.0" glob = "0.3.0" hex = "0.4" home = "0.5"