From: Fabian Grünbichler Date: Mon, 17 Mar 2025 05:53:14 +0000 (+0100) Subject: cargo: update git2 bindings X-Git-Tag: archive/raspbian/1.85.0+dfsg2-2+rpi1~6^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1b66cfba06946ca02c155b178fa40e024db99dbb;p=rustc.git cargo: update git2 bindings to support libgit2 1.9 Signed-off-by: Fabian Grünbichler Gbp-Pq: Topic vendor Gbp-Pq: Name cargo-update-git2-bindings.patch --- 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"