From cc4f7f5033b87f75264e0ce6519897301de84a4c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 17 Mar 2025 06:53:14 +0100 Subject: [PATCH] cargo: update git2 bindings MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit to support libgit2 1.9 Signed-off-by: Fabian Grünbichler Gbp-Pq: Topic vendor Gbp-Pq: Name cargo-update-git2-bindings.patch --- 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 f18075ed3b..cec907ef7f 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" -- 2.30.2