]> git.proxmox.com Git - rustc.git/blame - debian/patches/c-update-libgit2.patch
Merge branch 'debian/experimental' into proxmox/bookworm
[rustc.git] / debian / patches / c-update-libgit2.patch
CommitLineData
d54e75de 1Index: rust/src/tools/cargo/Cargo.toml
267d1ebe 2===================================================================
d54e75de
FG
3--- rust.orig/src/tools/cargo/Cargo.toml
4+++ rust/src/tools/cargo/Cargo.toml
fbd32ee8 5@@ -33,8 +33,8 @@ env_logger = "0.10.0"
267d1ebe
FG
6 filetime = "0.2.9"
7 flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }
fbd32ee8
FG
8 fwdansi = "1.1.0"
9-git2 = "0.17.1"
d54e75de 10-git2-curl = "0.18.0"
fbd32ee8 11+git2 = "0.18"
267d1ebe 12+git2-curl = "0.19.0"
fbd32ee8
FG
13 gix = { version = "0.44.1", default-features = false, features = ["blocking-http-transport-curl", "progress-tree"] }
14 gix-features-for-configuration-only = { version = "0.29.0", package = "gix-features", features = [ "parallel" ] }
267d1ebe 15 glob = "0.3.0"
fbd32ee8
FG
16@@ -53,7 +53,7 @@ jobserver = "0.1.26"
17 lazy_static = "1.3.0"
d54e75de 18 lazycell = "1.2.0"
fbd32ee8
FG
19 libc = "0.2.144"
20-libgit2-sys = "0.15.1"
267d1ebe 21+libgit2-sys = "0.16.1"
fbd32ee8 22 log = "0.4.17"
267d1ebe 23 memchr = "2.1.3"
fbd32ee8 24 miow = "0.5.0"
d54e75de 25Index: rust/src/tools/cargo/crates/cargo-test-support/Cargo.toml
267d1ebe 26===================================================================
d54e75de
FG
27--- rust.orig/src/tools/cargo/crates/cargo-test-support/Cargo.toml
28+++ rust/src/tools/cargo/crates/cargo-test-support/Cargo.toml
fbd32ee8 29@@ -15,7 +15,7 @@ cargo-util = { path = "../cargo-util" }
267d1ebe
FG
30 crates-io = { path = "../crates-io" }
31 filetime = "0.2"
32 flate2 = { version = "1.0", default-features = false, features = ["zlib"] }
d54e75de 33-git2 = "0.17.0"
267d1ebe
FG
34+git2 = "0.18.0"
35 glob = "0.3"
36 itertools = "0.10.0"
37 lazy_static = "1.0"