From 35f415f1407d4c297db9d4fb0c379d80ec8e3867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 06:06:55 +0000 Subject: [PATCH] Update git2 requirement from 0.13.22 to 0.16.1 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.22...0.16.1) --- 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 41139de..a0dda02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ semver = { version = "1.0.4", features = ["serde"] } serde_json = "1.0.68" async-std = "1.10.0" thiserror = "1.0.29" -git2 = "0.13.22" +git2 = "0.16.1" regex = "1.5.4" lazy_static = "1.4.0" futures-util = "0.3.17"