From aa5e7310e29699d9349fbc7add8f59fc2eb69044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 23:09:10 +0000 Subject: [PATCH] chore: update git2 requirement from 0.15 to 0.16 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.15.0...git2-curl-0.16.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 c2db42295..33387f206 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ paperclip-core = { path = "core", version = "0.5.2" } paperclip-macros = { path = "macros", version = "0.6.1", optional = true } env_logger = { version = "0.8", optional = true } -git2 = { version = "0.15", optional = true } +git2 = { version = "0.16", optional = true } heck = { version = "0.4", optional = true } http = { version = "0.2", optional = true } itertools = "0.10"