From: =?utf-8?q?Fabian_Gr=C3=BCnbichler?= <git@fabian.gruenbichler.email>
Date: Mon, 17 Mar 2025 06:53:14 +0100
Subject: cargo: update git2 bindings
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

to support libgit2 1.9


Signed-off-by: Fabian Grünbichler <git@fabian.gruenbichler.email>
---
 src/tools/cargo/Cargo.toml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/tools/cargo/Cargo.toml b/src/tools/cargo/Cargo.toml
index f18075e..cec907e 100644
--- a/src/tools/cargo/Cargo.toml
+++ b/src/tools/cargo/Cargo.toml
@@ -47,8 +47,8 @@ curl = "0.4.46"
 curl-sys = "0.4.73"
 filetime = "0.2.23"
 flate2 = { version = "1.0.30", default-features = false, features = ["zlib"] }
-git2 = "0.19.0"
-git2-curl = "0.20.0"
+git2 = "0.20.0"
+git2-curl = "0.21.0"
 gix = { version = "0.69.1", default-features = false, features = ["blocking-http-transport-curl", "progress-tree", "parallel", "dirwalk"] }
 glob = "0.3.1"
 handlebars = { version = "6.0.0", features = ["dir_source"] }
@@ -64,7 +64,7 @@ itertools = "0.13.0"
 jobserver = "0.1.32"
 lazycell = "1.3.0"
 libc = "0.2.155"
-libgit2-sys = "0.17.0"
+libgit2-sys = "0.18.0"
 libloading = "0.8.5"
 memchr = "2.7.4"
 miow = "0.6.0"
