From 37724b8cac6724ca8fc0840ad89d34242133b506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 23:26:17 +0000 Subject: [PATCH] Update git2 requirement from 0.13.23 to 0.14.0 Updates the requirements on [git2](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.13.23...0.13.25) --- updated-dependencies: - dependency-name: git2 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 b906a8cd253..cdea052fe11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ pretty_env_logger = { version = "0.4", optional = true } anyhow = "1.0" filetime = "0.2.9" flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] } -git2 = "0.13.23" +git2 = "0.14.0" git2-curl = "0.14.1" glob = "0.3.0" hex = "0.4"