From ecdcf9819e29b35ce42dc4f1e1f59de43d140632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 05:03:47 +0000 Subject: [PATCH] Update git2 requirement from 0.13.6 to 0.14.4 in /base 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.6...0.14.4) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- base/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Cargo.toml b/base/Cargo.toml index b513ddc..14e3f02 100644 --- a/base/Cargo.toml +++ b/base/Cargo.toml @@ -16,7 +16,7 @@ dirs = "3.0.1" async-trait = "0.1.35" thiserror = "1.0.19" colored = "2.0.0" -git2 = "0.13.6" +git2 = "0.14.4" [dev-dependencies] tempfile="3.1.0"