summaryrefslogtreecommitdiffstats
path: root/debian/patches/c-update-libgit2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/c-update-libgit2.patch')
-rw-r--r--debian/patches/c-update-libgit2.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/debian/patches/c-update-libgit2.patch b/debian/patches/c-update-libgit2.patch
deleted file mode 100644
index c1d59a40a..000000000
--- a/debian/patches/c-update-libgit2.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-Index: rust/src/tools/cargo/Cargo.toml
-===================================================================
---- rust.orig/src/tools/cargo/Cargo.toml
-+++ rust/src/tools/cargo/Cargo.toml
-@@ -37,8 +37,8 @@ curl-sys = "0.4.65"
- filetime = "0.2.21"
- flate2 = { version = "1.0.26", default-features = false, features = ["zlib"] }
- fwdansi = "1.1.0"
--git2 = "0.17.2"
--git2-curl = "0.18.0"
-+git2 = "0.18"
-+git2-curl = "0.19.0"
- gix = { version = "0.45.1", default-features = false, features = ["blocking-http-transport-curl", "progress-tree"] }
- gix-features-for-configuration-only = { version = "0.30.0", package = "gix-features", features = [ "parallel" ] }
- glob = "0.3.1"
-@@ -56,7 +56,7 @@ jobserver = "0.1.26"
- lazy_static = "1.4.0"
- lazycell = "1.3.0"
- libc = "0.2.147"
--libgit2-sys = "0.15.2"
-+libgit2-sys = "0.16.1"
- libloading = "0.8.0"
- memchr = "2.5.0"
- miow = "0.6.0"
-Index: rust/src/tools/cargo/crates/cargo-test-support/Cargo.toml
-===================================================================
---- rust.orig/src/tools/cargo/crates/cargo-test-support/Cargo.toml
-+++ rust/src/tools/cargo/crates/cargo-test-support/Cargo.toml
-@@ -15,7 +15,7 @@ cargo-util = { path = "../cargo-util" }
- crates-io = { path = "../crates-io" }
- filetime = "0.2"
- flate2 = { version = "1.0", default-features = false, features = ["zlib"] }
--git2 = "0.17.0"
-+git2 = "0.18.0"
- glob = "0.3"
- itertools = "0.10.0"
- lazy_static = "1.0"