2a49c9
--- rustc-1.42.0-src/Cargo.lock.orig	2020-03-09 15:11:17.000000000 -0700
2a49c9
+++ rustc-1.42.0-src/Cargo.lock	2020-04-02 16:39:22.268896227 -0700
2a49c9
@@ -1796,7 +1796,6 @@
2a49c9
 dependencies = [
2a49c9
  "cc",
2a49c9
  "libc",
2a49c9
- "libssh2-sys",
2a49c9
  "libz-sys",
2a49c9
  "openssl-sys",
2a49c9
  "pkg-config",
2a49c9
@@ -1813,20 +1812,6 @@
2a49c9
 ]
2a49c9
 
2a49c9
 [[package]]
2a49c9
-name = "libssh2-sys"
2a49c9
-version = "0.2.14"
2a49c9
-source = "registry+https://github.com/rust-lang/crates.io-index"
2a49c9
-checksum = "36aa6e813339d3a063292b77091dfbbb6152ff9006a459895fa5bebed7d34f10"
2a49c9
-dependencies = [
2a49c9
- "cc",
2a49c9
- "libc",
2a49c9
- "libz-sys",
2a49c9
- "openssl-sys",
2a49c9
- "pkg-config",
2a49c9
- "vcpkg",
2a49c9
-]
2a49c9
-
2a49c9
-[[package]]
2a49c9
 name = "libz-sys"
2a49c9
 version = "1.0.25"
2a49c9
 source = "registry+https://github.com/rust-lang/crates.io-index"
2a49c9
--- rustc-1.42.0-src/vendor/git2/Cargo.toml.orig	2020-03-09 17:00:19.000000000 -0700
2a49c9
+++ rustc-1.42.0-src/vendor/git2/Cargo.toml	2020-04-02 16:38:46.163664007 -0700
2a49c9
@@ -55,7 +55,7 @@
2a49c9
 version = "0.1.39"
2a49c9
 
2a49c9
 [features]
2a49c9
-default = ["ssh", "https", "ssh_key_from_memory"]
2a49c9
+default = ["https"]
2a49c9
 https = ["libgit2-sys/https", "openssl-sys", "openssl-probe"]
2a49c9
 ssh = ["libgit2-sys/ssh"]
2a49c9
 ssh_key_from_memory = ["libgit2-sys/ssh_key_from_memory"]