6fff218
--- rustc-beta-src/Cargo.lock.orig	2023-05-19 19:02:31.000000000 -0700
6fff218
+++ rustc-beta-src/Cargo.lock	2023-05-24 16:36:33.312232441 -0700
6fff218
@@ -2967,7 +2967,6 @@
105a7c0
 dependencies = [
105a7c0
  "cc",
105a7c0
  "libc",
105a7c0
- "libssh2-sys",
105a7c0
  "libz-sys",
105a7c0
  "openssl-sys",
105a7c0
  "pkg-config",
6fff218
@@ -3000,20 +2999,6 @@
105a7c0
 ]
105a7c0
 
105a7c0
 [[package]]
105a7c0
-name = "libssh2-sys"
6fff218
-version = "0.3.0"
105a7c0
-source = "registry+https://github.com/rust-lang/crates.io-index"
6fff218
-checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee"
105a7c0
-dependencies = [
105a7c0
- "cc",
105a7c0
- "libc",
105a7c0
- "libz-sys",
105a7c0
- "openssl-sys",
105a7c0
- "pkg-config",
105a7c0
- "vcpkg",
105a7c0
-]
105a7c0
-
105a7c0
-[[package]]
105a7c0
 name = "libz-sys"
917b223
 version = "1.1.3"
105a7c0
 source = "registry+https://github.com/rust-lang/crates.io-index"
6fff218
--- rustc-beta-src/vendor/git2/Cargo.toml.orig	2023-05-19 21:16:57.000000000 -0700
6fff218
+++ rustc-beta-src/vendor/git2/Cargo.toml	2023-05-24 16:33:42.043813439 -0700
6fff218
@@ -55,9 +55,7 @@
105a7c0
 
105a7c0
 [features]
f5bf4af
 default = [
f5bf4af
-    "ssh",
f5bf4af
     "https",
f5bf4af
-    "ssh_key_from_memory",
f5bf4af
 ]
f5bf4af
 https = [
f5bf4af
     "libgit2-sys/https",