From 7b6737168f72bd5a728275b67d1c6c043ec3c3dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 23:30:11 +0000 Subject: [PATCH] Update git2 requirement from 0.13 to 0.14 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.0...git2-curl-0.14.0) --- 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 0675acc3b..4346f9da2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ paperclip-core = { path = "core", version = "0.4.1" } paperclip-macros = { path = "macros", version = "0.5.1", optional = true } env_logger = { version = "0.8", optional = true } -git2 = { version = "0.13", optional = true } +git2 = { version = "0.14", optional = true } heck = { version = "0.3", optional = true } http = { version = "0.2", optional = true } itertools = "0.10"