6a711d
--- rustc-1.39.0-src/Cargo.lock.orig	2019-11-04 07:45:21.000000000 -0800
6a711d
+++ rustc-1.39.0-src/Cargo.lock	2019-11-08 13:25:37.743377197 -0800
6a711d
@@ -1697,7 +1697,6 @@
6a711d
 dependencies = [
6a711d
  "cc",
6a711d
  "libc",
6a711d
- "libssh2-sys",
6a711d
  "libz-sys",
6a711d
  "openssl-sys",
6a711d
  "pkg-config",
6a711d
@@ -1714,20 +1713,6 @@
6a711d
 ]
6a711d
 
6a711d
 [[package]]
6a711d
-name = "libssh2-sys"
6a711d
-version = "0.2.11"
6a711d
-source = "registry+https://github.com/rust-lang/crates.io-index"
6a711d
-checksum = "126a1f4078368b163bfdee65fbab072af08a1b374a5551b21e87ade27b1fbf9d"
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"
6a711d
 version = "1.0.25"
6a711d
 source = "registry+https://github.com/rust-lang/crates.io-index"
6a711d
--- rustc-1.39.0-src/vendor/git2/Cargo.toml.orig	2019-11-04 09:34:41.000000000 -0800
6a711d
+++ rustc-1.39.0-src/vendor/git2/Cargo.toml	2019-11-08 13:25:13.174904479 -0800
6a711d
@@ -55,7 +55,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"]