From 38300f7bd55d70b22f2fd655333f3d8eb4fdf91e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 07:00:56 +0000 Subject: [PATCH] Update git2 requirement from 0.13.22 to 0.17.0 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) - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.22...git2-curl-0.17.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 41139de..9f9b0ef 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.17.0" regex = "1.5.4" lazy_static = "1.4.0" futures-util = "0.3.17"