From ad49dc5c4c25dbb494b50d6d35d911f28dda5157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 18:56:54 +0000 Subject: [PATCH] Update git2 requirement from 0.13.10 to 0.17.2 Updates the requirements on [git2](https://github.com/rust-lang/git2-rs) to permit the latest version. - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.11...0.17.2) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- git/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/Cargo.toml b/git/Cargo.toml index 3160ca3..1f0617f 100644 --- a/git/Cargo.toml +++ b/git/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "MIT" [dependencies] -git2 = "0.13.10" +git2 = "0.17.2" # When building for musl (ie. a static binary), we opt into the "vendored" # feature flag of openssl-sys which compiles libopenssl statically for us.