From 75131e6bef400c7b01e1388b18a08fad398190fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 23:22:56 +0000 Subject: [PATCH] Update git2 requirement from 0.13 to 0.15 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.15.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..3fdb03ae0 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.15", optional = true } heck = { version = "0.3", optional = true } http = { version = "0.2", optional = true } itertools = "0.10"