d07ae9
--- rustc-1.56.0-src/Cargo.lock.orig	2021-10-18 02:52:36.000000000 -0700
d07ae9
+++ rustc-1.56.0-src/Cargo.lock	2021-10-19 18:00:47.999793566 -0700
d07ae9
@@ -1895,7 +1895,6 @@
6a711d
 dependencies = [
6a711d
  "cc",
6a711d
  "libc",
6a711d
- "libssh2-sys",
6a711d
  "libz-sys",
6a711d
  "openssl-sys",
6a711d
  "pkg-config",
d07ae9
@@ -1918,20 +1917,6 @@
6a711d
 ]
6a711d
 
6a711d
 [[package]]
6a711d
-name = "libssh2-sys"
905bf8
-version = "0.2.19"
6a711d
-source = "registry+https://github.com/rust-lang/crates.io-index"
905bf8
-checksum = "ca46220853ba1c512fc82826d0834d87b06bcd3c2a42241b7de72f3d2fe17056"
6a711d
-dependencies = [
6a711d
- "cc",
6a711d
- "libc",
6a711d
- "libz-sys",
6a711d
- "openssl-sys",
6a711d
- "pkg-config",
6a711d
- "vcpkg",
6a711d
-]
6a711d
-
6a711d
-[[package]]
6a711d
 name = "libz-sys"
d07ae9
 version = "1.1.3"
6a711d
 source = "registry+https://github.com/rust-lang/crates.io-index"
d07ae9
--- rustc-1.56.0-src/vendor/git2/Cargo.toml.orig	2021-10-18 04:05:54.000000000 -0700
d07ae9
+++ rustc-1.56.0-src/vendor/git2/Cargo.toml	2021-10-19 17:57:37.960500359 -0700
d07ae9
@@ -52,7 +52,7 @@
6a711d
 version = "0.1.39"
6a711d
 
6a711d
 [features]
6a711d
-default = ["ssh", "https", "ssh_key_from_memory"]
6a711d
+default = ["https"]
6a711d
 https = ["libgit2-sys/https", "openssl-sys", "openssl-probe"]
6a711d
 ssh = ["libgit2-sys/ssh"]
6a711d
 ssh_key_from_memory = ["libgit2-sys/ssh_key_from_memory"]