From 235dcc13a98bbc2641049307850847ca5f6681f7 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Thu, 22 Dec 2022 19:06:59 +0300 Subject: [PATCH] Bump libgit2 dependency to latest upstream (#145) Unblocks projects that link against native libgit2 for other reasons from being able to upgrade. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6dc4c75c..5e2e568a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ anyhow = "1.0.60" cfg-if = "1.0.0" enum-iterator = "~1.1.3" getset = "0.1.2" -git2 = { version = "0.14.4", optional = true, default-features = false } +git2 = { version = "0.15.0", optional = true, default-features = false } rustc_version = { version = "0.4.0", optional = true } sysinfo = { version = "0.27.0", optional = true, default-features = false } thiserror = "1.0.32"