]> git.proxmox.com Git - rustc.git/commitdiff
Update early-stage patches for 1.73.0+dfsg1
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 27 May 2024 12:01:33 +0000 (14:01 +0200)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Mon, 27 May 2024 20:08:51 +0000 (22:08 +0200)
debian/patches/d-0000-ignore-removed-submodules.patch
debian/patches/d-0001-pkg-config-no-special-snowflake.patch
debian/patches/d-0002-mdbook-strip-embedded-libs.patch
debian/patches/d-0005-no-jemalloc.patch
debian/patches/d-0010-cargo-remove-vendored-c-crates.patch
debian/patches/d-0011-cargo-remove-nghttp2.patch
debian/patches/d-0020-remove-windows-dependencies.patch
debian/patches/d-0021-vendor-remove-windows-dependencies.patch

index 1cea0a8bfc325b471399d36739c52dcc8a74121e..3542cd9c5f9dd80e537741eec0d70a5aea2f3ada 100644 (file)
@@ -4,17 +4,17 @@ Subject: d-0000-ignore-removed-submodules
 
 ---
  Cargo.toml                         |  7 -----
- src/bootstrap/bootstrap.py         |  6 +----
+ src/bootstrap/bootstrap.py         |  ---
  src/bootstrap/builder.rs           | 54 +++++++++-----------------------------
  src/bootstrap/test.rs              | 12 +--------
  src/tools/rust-analyzer/Cargo.toml | 11 +++++++-
- 5 files changed, 25 insertions(+), 65 deletions(-)
+ 5 files changed, 24 insertions(+), 64 deletions(-)
 
 diff --git a/Cargo.toml b/Cargo.toml
-index 20b1c65..16d4ebe 100644
+index d2e84d5..a852385 100644
 --- a/Cargo.toml
 +++ b/Cargo.toml
-@@ -20,22 +20,15 @@ members = [
+@@ -19,22 +19,15 @@ members = [
    "src/tools/tidy",
    "src/tools/tier-check",
    "src/tools/build-manifest",
@@ -38,10 +38,10 @@ index 20b1c65..16d4ebe 100644
    "src/tools/lld-wrapper",
    "src/tools/collect-license-metadata",
 diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py
-index 149350e..2813c89 100644
+index f44a05a..27da09c 100644
 --- a/src/bootstrap/bootstrap.py
 +++ b/src/bootstrap/bootstrap.py
-@@ -946,10 +946,6 @@ class RustBuild(object):
+@@ -944,10 +944,6 @@ class RustBuild(object):
          args = [self.cargo(), "build", "--manifest-path",
                  os.path.join(self.rust_root, "src/bootstrap/Cargo.toml")]
          args.extend("--verbose" for _ in range(self.verbose))
@@ -53,10 +53,10 @@ index 149350e..2813c89 100644
              args.append("--features")
              args.append("build-metrics")
 diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs
-index 05b66f9..ff1f0eb 100644
+index b366619..8866581 100644
 --- a/src/bootstrap/builder.rs
 +++ b/src/bootstrap/builder.rs
-@@ -459,20 +459,20 @@ impl<'a> ShouldRun<'a> {
+@@ -497,20 +497,20 @@ impl<'a> ShouldRun<'a> {
          static SUBMODULES_PATHS: OnceCell<Vec<String>> = OnceCell::new();
  
          let init_submodules_paths = |src: &PathBuf| {
@@ -89,7 +89,7 @@ index 05b66f9..ff1f0eb 100644
  
              submodules_paths
          };
-@@ -646,25 +646,14 @@ impl<'a> Builder<'a> {
+@@ -684,25 +684,14 @@ impl<'a> Builder<'a> {
                  tool::Linkchecker,
                  tool::CargoTest,
                  tool::Compiletest,
@@ -112,10 +112,10 @@ index 05b66f9..ff1f0eb 100644
 -                llvm::Lld,
 -                llvm::CrtBeginEnd,
 -                tool::RustdocGUITest,
+                 tool::OptimizedDist
              ),
              Kind::Check | Kind::Clippy | Kind::Fix => describe!(
-                 check::Std,
-@@ -672,12 +661,7 @@ impl<'a> Builder<'a> {
+@@ -711,12 +700,7 @@ impl<'a> Builder<'a> {
                  check::Rustdoc,
                  check::CodegenBackend,
                  check::Clippy,
@@ -128,7 +128,7 @@ index 05b66f9..ff1f0eb 100644
                  check::Bootstrap
              ),
              Kind::Test => describe!(
-@@ -706,7 +690,6 @@ impl<'a> Builder<'a> {
+@@ -745,7 +729,6 @@ impl<'a> Builder<'a> {
                  test::TierCheck,
                  test::Cargotest,
                  test::Cargo,
@@ -136,7 +136,7 @@ index 05b66f9..ff1f0eb 100644
                  test::ErrorIndex,
                  test::Distcheck,
                  test::RunMakeFullDeps,
-@@ -722,7 +705,6 @@ impl<'a> Builder<'a> {
+@@ -761,7 +744,6 @@ impl<'a> Builder<'a> {
                  test::EmbeddedBook,
                  test::EditionGuide,
                  test::Rustfmt,
@@ -144,7 +144,7 @@ index 05b66f9..ff1f0eb 100644
                  test::Clippy,
                  test::RustDemangler,
                  test::CompiletestTest,
-@@ -759,7 +741,6 @@ impl<'a> Builder<'a> {
+@@ -798,7 +780,6 @@ impl<'a> Builder<'a> {
                  doc::CargoBook,
                  doc::Clippy,
                  doc::ClippyBook,
@@ -152,7 +152,7 @@ index 05b66f9..ff1f0eb 100644
                  doc::EmbeddedBook,
                  doc::EditionGuide,
                  doc::StyleGuide,
-@@ -777,12 +758,9 @@ impl<'a> Builder<'a> {
+@@ -816,12 +797,9 @@ impl<'a> Builder<'a> {
                  dist::Analysis,
                  dist::Src,
                  dist::Cargo,
@@ -165,7 +165,7 @@ index 05b66f9..ff1f0eb 100644
                  dist::LlvmTools,
                  dist::RustDev,
                  dist::Bootstrap,
-@@ -799,11 +777,9 @@ impl<'a> Builder<'a> {
+@@ -838,11 +816,9 @@ impl<'a> Builder<'a> {
                  install::Docs,
                  install::Std,
                  install::Cargo,
@@ -177,7 +177,7 @@ index 05b66f9..ff1f0eb 100644
                  install::LlvmTools,
                  install::Src,
                  install::Rustc
-@@ -813,7 +789,6 @@ impl<'a> Builder<'a> {
+@@ -852,7 +828,6 @@ impl<'a> Builder<'a> {
                  run::BuildManifest,
                  run::BumpStage0,
                  run::ReplaceVersionPlaceholder,
@@ -185,7 +185,7 @@ index 05b66f9..ff1f0eb 100644
                  run::CollectLicenseMetadata,
                  run::GenerateCopyright,
                  run::GenerateWindowsSys,
-@@ -1965,10 +1940,7 @@ impl<'a> Builder<'a> {
+@@ -1990,10 +1965,7 @@ impl<'a> Builder<'a> {
              }
          }
  
@@ -198,10 +198,10 @@ index 05b66f9..ff1f0eb 100644
          }
  
 diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs
-index eed7a58..c3bf972 100644
+index d0d62db..3c4c4e3 100644
 --- a/src/bootstrap/test.rs
 +++ b/src/bootstrap/test.rs
-@@ -2129,17 +2129,7 @@ impl Step for RustcGuide {
+@@ -2143,17 +2143,7 @@ impl Step for RustcGuide {
      }
  
      fn run(self, builder: &Builder<'_>) {
@@ -210,7 +210,7 @@ index eed7a58..c3bf972 100644
 -
 -        let src = builder.src.join(relative_path);
 -        let mut rustbook_cmd = builder.tool_cmd(Tool::Rustbook);
--        let toolstate = if try_run(builder, rustbook_cmd.arg("linkcheck").arg(&src)).is_ok() {
+-        let toolstate = if builder.run_delaying_failure(rustbook_cmd.arg("linkcheck").arg(&src)) {
 -            ToolState::TestPass
 -        } else {
 -            ToolState::TestFail
@@ -221,7 +221,7 @@ index eed7a58..c3bf972 100644
  }
  
 diff --git a/src/tools/rust-analyzer/Cargo.toml b/src/tools/rust-analyzer/Cargo.toml
-index 3050cf7..174e1f0 100644
+index f6a50bf..bd38d4f 100644
 --- a/src/tools/rust-analyzer/Cargo.toml
 +++ b/src/tools/rust-analyzer/Cargo.toml
 @@ -1,5 +1,14 @@
index 4cdf7fbbbbda1f3b74ad18a976c5ca30eb47de1e..bae6877426de471a7dd3fc75c9ccbab9fd92a85e 100644 (file)
@@ -8,7 +8,7 @@ Subject: d-0001-pkg-config-no-special-snowflake
  2 files changed, 10 insertions(+), 17 deletions(-)
 
 diff --git a/vendor/pkg-config/src/lib.rs b/vendor/pkg-config/src/lib.rs
-index 3653032..7b82fa5 100644
+index 3653032..553ac75 100644
 --- a/vendor/pkg-config/src/lib.rs
 +++ b/vendor/pkg-config/src/lib.rs
 @@ -117,11 +117,8 @@ pub enum Error {
index c6acfd4585e600fa219c6a258d790b3b44d59cc7..6e7914c4547c9c81824e6d5ab4a54a1dbc776ccf 100644 (file)
@@ -14,7 +14,7 @@ Comment: Use https://github.com/infinity0/mdBook/tree/debian to help you rebase
  7 files changed, 47 insertions(+), 234 deletions(-)
 
 diff --git a/src/tools/linkchecker/main.rs b/src/tools/linkchecker/main.rs
-index c8a3700..4095c03 100644
+index 7f73cac..e4805cc 100644
 --- a/src/tools/linkchecker/main.rs
 +++ b/src/tools/linkchecker/main.rs
 @@ -159,7 +159,17 @@ impl Checker {
index 09b8db75256e3f7972802829c9db1f0dbff37348..a947d676bf5932572926eb9ee310a0d09fee65eb 100644 (file)
@@ -26,12 +26,12 @@ index 41003ad..0578f7b 100644
  max_level_info = ['rustc_driver_impl/max_level_info']
  rustc_use_parallel_compiler = ['rustc_driver_impl/rustc_use_parallel_compiler']
 diff --git a/src/tools/rust-analyzer/crates/profile/Cargo.toml b/src/tools/rust-analyzer/crates/profile/Cargo.toml
-index 602e742..5faecc5 100644
+index 937834a..fd98d85 100644
 --- a/src/tools/rust-analyzer/crates/profile/Cargo.toml
 +++ b/src/tools/rust-analyzer/crates/profile/Cargo.toml
 @@ -17,7 +17,6 @@ cfg-if = "1.0.0"
  libc = "0.2.135"
- la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
+ la-arena.workspace = true
  countme = { version = "3.0.1", features = ["enable"] }
 -jemalloc-ctl = { version = "0.5.0", package = "tikv-jemalloc-ctl", optional = true }
  
index 21e1e0b06b64591ef3832eb04e94ca728e5f39d9..1e8c91ca6f3cc3ed8c71001075680c39830fb3ac 100644 (file)
@@ -8,16 +8,15 @@ Last-Update: 2023-05-17
  1 file changed, 1 insertion(+), 3 deletions(-)
 
 diff --git a/src/tools/cargo/Cargo.toml b/src/tools/cargo/Cargo.toml
-index 7e383be..384fe45 100644
+index 0e189a6..4071e8c 100644
 --- a/src/tools/cargo/Cargo.toml
 +++ b/src/tools/cargo/Cargo.toml
-@@ -203,8 +203,6 @@ test = false
+@@ -217,7 +217,5 @@ test = false
  doc = false
  
  [features]
 -vendored-openssl = ["openssl/vendored"]
 -vendored-libgit2 = ["libgit2-sys/vendored"]
 +# Debian: removed vendoring flags
- pretty-env-logger = ["pretty_env_logger"]
  # This is primarily used by rust-lang/rust distributing cargo the executable.
 -all-static = ['vendored-openssl', 'curl/static-curl', 'curl/force-system-lib-on-osx']
index b9a1f1b69cc72472a68b7779cc47a3a70c9abdd0..ef2fe174fa5a8a5292fbf88cb02b785ac76604d9 100644 (file)
@@ -8,7 +8,7 @@ Last-Update: 2023-05-17 <YYYY-MM-DD, last update of the meta-information, option
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/vendor/curl-sys/Cargo.toml b/vendor/curl-sys/Cargo.toml
-index d89f441..6d89163 100644
+index 174d6eb..ffa79ac 100644
 --- a/vendor/curl-sys/Cargo.toml
 +++ b/vendor/curl-sys/Cargo.toml
 @@ -52,7 +52,7 @@ version = "0.3.3"
index 0a6bd3235d9ad97ddf2ae00842b3a2195825269e..3bb0bdcb81ff522e361631ff39ec9ecc4eb555ab 100644 (file)
@@ -11,22 +11,23 @@ Subject: d-0020-remove-windows-dependencies
  compiler/rustc_session/Cargo.toml                  |  7 ----
  library/backtrace/Cargo.toml                       | 13 -------
  src/bootstrap/Cargo.toml                           | 15 --------
- src/tools/cargo/Cargo.toml                         | 18 ++--------
+ src/tools/cargo/Cargo.toml                         | 20 ++---------
  .../cargo/crates/cargo-test-support/Cargo.toml     | 41 ++++++++++------------
  src/tools/cargo/crates/cargo-util/Cargo.toml       |  7 ----
  src/tools/cargo/crates/home/Cargo.toml             |  3 --
+ .../cargo/credential/cargo-credential/Cargo.toml   |  3 --
  src/tools/compiletest/Cargo.toml                   | 10 ------
  src/tools/rust-analyzer/crates/profile/Cargo.toml  |  3 --
  .../rust-analyzer/crates/rust-analyzer/Cargo.toml  |  6 ----
  src/tools/rust-analyzer/crates/stdx/Cargo.toml     |  4 ---
- 15 files changed, 22 insertions(+), 133 deletions(-)
+ 16 files changed, 22 insertions(+), 138 deletions(-)
 
 diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml
-index 984efa2..f4c194b 100644
+index 34d0e2d..2cb22f0 100644
 --- a/compiler/rustc_codegen_ssa/Cargo.toml
 +++ b/compiler/rustc_codegen_ssa/Cargo.toml
-@@ -49,7 +49,3 @@ libc = "0.2.50"
- version = "0.31.1"
+@@ -45,7 +45,3 @@ libc = "0.2.50"
+ version = "0.32.0"
  default-features = false
  features = ["read_core", "elf", "macho", "pe", "xcoff", "unaligned", "archive", "write"]
 -
@@ -34,12 +35,12 @@ index 984efa2..f4c194b 100644
 -version = "0.48.0"
 -features = ["Win32_Globalization"]
 diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml
-index a5c3cb3..5cf1462 100644
+index f77bd53..a3d1810 100644
 --- a/compiler/rustc_data_structures/Cargo.toml
 +++ b/compiler/rustc_data_structures/Cargo.toml
 @@ -37,16 +37,6 @@ itertools = "0.10.1"
  [dependencies.parking_lot]
- version = "0.11"
+ version = "0.12"
  
 -[target.'cfg(windows)'.dependencies.windows]
 -version = "0.48.0"
@@ -55,10 +56,10 @@ index a5c3cb3..5cf1462 100644
  memmap2 = "0.2.1"
  
 diff --git a/compiler/rustc_driver_impl/Cargo.toml b/compiler/rustc_driver_impl/Cargo.toml
-index 67352c5..f27cb40 100644
+index a7b0161..62c4249 100644
 --- a/compiler/rustc_driver_impl/Cargo.toml
 +++ b/compiler/rustc_driver_impl/Cargo.toml
-@@ -56,12 +56,6 @@ rustc_mir_transform = { path = "../rustc_mir_transform" }
+@@ -57,12 +57,6 @@ rustc_mir_transform = { path = "../rustc_mir_transform" }
  [target.'cfg(unix)'.dependencies]
  libc = "0.2"
  
@@ -72,12 +73,12 @@ index 67352c5..f27cb40 100644
  llvm = ['rustc_interface/llvm']
  max_level_info = ['rustc_log/max_level_info']
 diff --git a/compiler/rustc_errors/Cargo.toml b/compiler/rustc_errors/Cargo.toml
-index e8bcd7c..36a5ee6 100644
+index faab9f0..3ea55cb 100644
 --- a/compiler/rustc_errors/Cargo.toml
 +++ b/compiler/rustc_errors/Cargo.toml
-@@ -26,13 +26,5 @@ termize = "0.1.1"
- serde = { version = "1.0.125", features = [ "derive" ] }
+@@ -27,13 +27,5 @@ serde = { version = "1.0.125", features = [ "derive" ] }
  serde_json = "1.0.59"
+ derive_setters = "0.1.6"
  
 -[target.'cfg(windows)'.dependencies.windows]
 -version = "0.48.0"
@@ -90,10 +91,10 @@ index e8bcd7c..36a5ee6 100644
  [features]
  rustc_use_parallel_compiler = ['rustc_error_messages/rustc_use_parallel_compiler']
 diff --git a/compiler/rustc_session/Cargo.toml b/compiler/rustc_session/Cargo.toml
-index 1291d14..d9f8675 100644
+index e26d25d..fe343f8 100644
 --- a/compiler/rustc_session/Cargo.toml
 +++ b/compiler/rustc_session/Cargo.toml
-@@ -25,10 +25,3 @@ termize = "0.1.1"
+@@ -24,10 +24,3 @@ termize = "0.1.1"
  
  [target.'cfg(unix)'.dependencies]
  libc = "0.2"
@@ -136,7 +137,7 @@ index cff2c9e..ad053f0 100644
  
  [[example]]
 diff --git a/src/bootstrap/Cargo.toml b/src/bootstrap/Cargo.toml
-index 85eb543..cf21349 100644
+index 74b9a23..e65e3c2 100644
 --- a/src/bootstrap/Cargo.toml
 +++ b/src/bootstrap/Cargo.toml
 @@ -62,21 +62,6 @@ semver = "1.0.17"
@@ -162,7 +163,7 @@ index 85eb543..cf21349 100644
  pretty_assertions = "1.2"
  
 diff --git a/src/tools/cargo/Cargo.toml b/src/tools/cargo/Cargo.toml
-index 384fe45..7ed3853 100644
+index 4071e8c..1f8164f 100644
 --- a/src/tools/cargo/Cargo.toml
 +++ b/src/tools/cargo/Cargo.toml
 @@ -2,7 +2,9 @@
@@ -172,19 +173,37 @@ index 384fe45..7ed3853 100644
 -  "credential/*",
 +  "credential/cargo-credential",
 +  "credential/cargo-credential-1password",
-+  "credential/cargo-credential-gnome-secret",
++  "credential/cargo-credential-libsecret",
    "benches/benchsuite",
    "benches/capture",
  ]
-@@ -91,7 +93,6 @@ unicode-xid = "0.2.0"
- url = "2.2.2"
- varisat = "0.2.1"
- walkdir = "2.3.1"
+@@ -21,8 +23,6 @@ bytesize = "1.2"
+ cargo = { path = "" }
+ cargo-credential = { version = "0.3.0", path = "credential/cargo-credential" }
+ cargo-credential-libsecret = { version = "0.3.1", path = "credential/cargo-credential-libsecret" }
+-cargo-credential-wincred = { version = "0.3.0", path = "credential/cargo-credential-wincred" }
+-cargo-credential-macos-keychain = { version = "0.3.0", path = "credential/cargo-credential-macos-keychain" }
+ cargo-platform = { path = "crates/cargo-platform", version = "0.1.4" }
+ cargo-test-macro = { path = "crates/cargo-test-macro" }
+ cargo-test-support = { path = "crates/cargo-test-support" }
+@@ -100,7 +100,6 @@ unicode-xid = "0.2.4"
+ url = "2.4.0"
+ varisat = "0.2.2"
+ walkdir = "2.3.3"
 -windows-sys = "0.48"
  
  [package]
  name = "cargo"
-@@ -174,19 +175,6 @@ walkdir.workspace = true
+@@ -125,8 +124,6 @@ bytesize.workspace = true
+ cargo-platform.workspace = true
+ cargo-credential.workspace = true
+ cargo-credential-libsecret.workspace = true
+-cargo-credential-macos-keychain.workspace = true
+-cargo-credential-wincred.workspace = true
+ cargo-util.workspace = true
+ clap = { workspace = true, features = ["wrap_help"] }
+ crates-io.workspace = true
+@@ -186,21 +183,6 @@ walkdir.workspace = true
  [target.'cfg(not(windows))'.dependencies]
  openssl = { workspace = true, optional = true }
  
@@ -195,17 +214,19 @@ index 384fe45..7ed3853 100644
 -workspace = true
 -features = [
 -  "Win32_Foundation",
+-  "Win32_Security",
 -  "Win32_Storage_FileSystem",
+-  "Win32_System_IO",
 -  "Win32_System_Console",
--  "Win32_System_Threading",
 -  "Win32_System_JobObjects",
+-  "Win32_System_Threading",
 -]
 -
  [dev-dependencies]
  cargo-test-macro.workspace = true
  cargo-test-support.workspace = true
 diff --git a/src/tools/cargo/crates/cargo-test-support/Cargo.toml b/src/tools/cargo/crates/cargo-test-support/Cargo.toml
-index 305c809a..c656678 100644
+index 085041a..fa0e603 100644
 --- a/src/tools/cargo/crates/cargo-test-support/Cargo.toml
 +++ b/src/tools/cargo/crates/cargo-test-support/Cargo.toml
 @@ -9,25 +9,22 @@ publish = false
@@ -254,12 +275,12 @@ index 305c809a..c656678 100644
 +toml = "0.7.0"
 +url = "2.2.2"
 diff --git a/src/tools/cargo/crates/cargo-util/Cargo.toml b/src/tools/cargo/crates/cargo-util/Cargo.toml
-index 6145810..46af186 100644
+index 99a5942..39eb404 100644
 --- a/src/tools/cargo/crates/cargo-util/Cargo.toml
 +++ b/src/tools/cargo/crates/cargo-util/Cargo.toml
-@@ -19,10 +19,3 @@ same-file.workspace = true
- shell-escape.workspace = true
+@@ -19,10 +19,3 @@ shell-escape.workspace = true
  tempfile.workspace = true
+ tracing.workspace = true
  walkdir.workspace = true
 -
 -[target.'cfg(target_os = "macos")'.dependencies]
@@ -269,18 +290,31 @@ index 6145810..46af186 100644
 -miow.workspace = true
 -windows-sys = { workspace = true, features = ["Win32_Storage_FileSystem", "Win32_Foundation", "Win32_System_Console"] }
 diff --git a/src/tools/cargo/crates/home/Cargo.toml b/src/tools/cargo/crates/home/Cargo.toml
-index 6c65ecc1..11fd255 100644
+index 03bd555..32fdf26 100644
 --- a/src/tools/cargo/crates/home/Cargo.toml
 +++ b/src/tools/cargo/crates/home/Cargo.toml
-@@ -15,6 +15,3 @@ license = "MIT OR Apache-2.0"
- readme = "README.md"
+@@ -14,6 +14,3 @@ include = [
+ license.workspace = true
  repository = "https://github.com/rust-lang/cargo"
  description = "Shared definitions of home directories."
 -
 -[target.'cfg(windows)'.dependencies]
 -windows-sys = { workspace = true, features = ["Win32_Foundation", "Win32_UI_Shell"] }
+diff --git a/src/tools/cargo/credential/cargo-credential/Cargo.toml b/src/tools/cargo/credential/cargo-credential/Cargo.toml
+index 8cd1348..84b30cf 100644
+--- a/src/tools/cargo/credential/cargo-credential/Cargo.toml
++++ b/src/tools/cargo/credential/cargo-credential/Cargo.toml
+@@ -14,8 +14,5 @@ serde_json.workspace = true
+ thiserror.workspace = true
+ time.workspace = true
+-[target.'cfg(windows)'.dependencies]
+-windows-sys = { workspace = true, features = ["Win32_System_Console", "Win32_Foundation"] }
+-
+ [dev-dependencies]
+ snapbox = { workspace = true, features = ["examples"] }
 diff --git a/src/tools/compiletest/Cargo.toml b/src/tools/compiletest/Cargo.toml
-index d2f2583..61f7be4 100644
+index ff1d5ce..61f7be4 100644
 --- a/src/tools/compiletest/Cargo.toml
 +++ b/src/tools/compiletest/Cargo.toml
 @@ -27,13 +27,3 @@ anyhow = "1"
@@ -289,7 +323,7 @@ index d2f2583..61f7be4 100644
  libc = "0.2"
 -
 -[target.'cfg(windows)'.dependencies]
--miow = "0.5"
+-miow = "0.6"
 -
 -[target.'cfg(windows)'.dependencies.windows]
 -version = "0.48.0"
@@ -298,7 +332,7 @@ index d2f2583..61f7be4 100644
 -    "Win32_System_Diagnostics_Debug",
 -]
 diff --git a/src/tools/rust-analyzer/crates/profile/Cargo.toml b/src/tools/rust-analyzer/crates/profile/Cargo.toml
-index 5faecc5..0d39d3b 100644
+index fd98d85..8c1d1379 100644
 --- a/src/tools/rust-analyzer/crates/profile/Cargo.toml
 +++ b/src/tools/rust-analyzer/crates/profile/Cargo.toml
 @@ -21,9 +21,6 @@ countme = { version = "3.0.1", features = ["enable"] }
@@ -312,10 +346,10 @@ index 5faecc5..0d39d3b 100644
  cpu_profiler = []
  
 diff --git a/src/tools/rust-analyzer/crates/rust-analyzer/Cargo.toml b/src/tools/rust-analyzer/crates/rust-analyzer/Cargo.toml
-index 5b72d57..df53f34 100644
+index 5bfac7e..04b23a1 100644
 --- a/src/tools/rust-analyzer/crates/rust-analyzer/Cargo.toml
 +++ b/src/tools/rust-analyzer/crates/rust-analyzer/Cargo.toml
-@@ -77,12 +77,6 @@ tt.workspace = true
+@@ -72,12 +72,6 @@ toolchain.workspace = true
  vfs-notify.workspace = true
  vfs.workspace = true
  
@@ -329,7 +363,7 @@ index 5b72d57..df53f34 100644
  expect-test = "1.4.0"
  xshell = "0.2.2"
 diff --git a/src/tools/rust-analyzer/crates/stdx/Cargo.toml b/src/tools/rust-analyzer/crates/stdx/Cargo.toml
-index a67f36a..bfbd00f 100644
+index 536f000..6ed37f5 100644
 --- a/src/tools/rust-analyzer/crates/stdx/Cargo.toml
 +++ b/src/tools/rust-analyzer/crates/stdx/Cargo.toml
 @@ -19,10 +19,6 @@ jod-thread = "0.1.2"
@@ -343,3 +377,16 @@ index a67f36a..bfbd00f 100644
  [features]
  # Uncomment to enable for the whole crate graph
  # default = [ "backtrace" ]
+Index: rust/src/tools/cargo/src/cargo/util/auth/mod.rs
+===================================================================
+--- rust.orig/src/tools/cargo/src/cargo/util/auth/mod.rs
++++ rust/src/tools/cargo/src/cargo/util/auth/mod.rs
+@@ -456,8 +456,6 @@ fn credential_action(
+             "cargo:token" => Box::new(TokenCredential::new(config)),
+             "cargo:paseto" => Box::new(PasetoCredential::new(config)),
+             "cargo:token-from-stdout" => Box::new(BasicProcessCredential {}),
+-            "cargo:wincred" => Box::new(cargo_credential_wincred::WindowsCredential {}),
+-            "cargo:macos-keychain" => Box::new(cargo_credential_macos_keychain::MacKeychain {}),
+             "cargo:libsecret" => Box::new(cargo_credential_libsecret::LibSecretCredential {}),
+             process => Box::new(CredentialProcessCredential::new(process)),
+         };
index 146c95eff4e3f232bd05cb544d86b7ccafd936e8..d925753da80a2967068e23c719372347a7bc0e7e 100644 (file)
@@ -7,69 +7,78 @@ Content-Transfer-Encoding: 8bit
 
 Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
 ---
- vendor/android-tzdata/Cargo.toml         |  1 +
- vendor/anstream/Cargo.toml               |  6 -----
- vendor/anstyle-query/Cargo.toml          |  7 ------
- vendor/atty/Cargo.toml                   |  3 ---
- vendor/backtrace-0.3.67/Cargo.toml       | 14 ------------
- vendor/backtrace/Cargo.toml              | 13 -----------
- vendor/chrono/Cargo.toml                 | 12 ----------
- vendor/colored/Cargo.toml                |  4 ----
- vendor/curl-sys/Cargo.toml               | 10 ---------
- vendor/curl/Cargo.toml                   | 10 ---------
- vendor/dirs-sys-next/Cargo.toml          |  3 ---
- vendor/dirs-sys/Cargo.toml               |  3 ---
- vendor/errno/Cargo.toml                  |  6 -----
- vendor/fd-lock/Cargo.toml                |  8 -------
- vendor/filetime/Cargo.toml               |  7 ------
- vendor/gix-sec/Cargo.toml                | 12 ----------
- vendor/home/Cargo.toml                   |  7 ------
- vendor/iana-time-zone/Cargo.toml         |  4 ----
- vendor/ignore/Cargo.toml                 |  3 ---
- vendor/io-close/Cargo.toml               |  3 ---
- vendor/io-lifetimes/Cargo.toml           | 13 -----------
- vendor/is-terminal-0.4.7/Cargo.toml      | 11 ---------
- vendor/is-terminal/Cargo.toml            | 11 ---------
- vendor/libloading/Cargo.toml             |  7 ------
- vendor/libssh2-sys/Cargo.toml            |  5 -----
- vendor/nu-ansi-term/Cargo.toml           | 10 ---------
- vendor/opener/Cargo.toml                 |  4 ----
- vendor/os_info/Cargo.toml                | 15 -------------
- vendor/parking_lot_core-0.8.6/Cargo.toml | 12 ----------
- vendor/parking_lot_core/Cargo.toml       |  3 ---
- vendor/pretty_assertions/Cargo.toml      |  6 -----
- vendor/rustix-0.37.11/Cargo.toml         | 11 ---------
- vendor/rustix-0.37.20/Cargo.toml         | 16 --------------
- vendor/rustix/Cargo.toml                 | 17 --------------
- vendor/same-file/Cargo.toml              |  2 --
- vendor/snapbox/Cargo.toml                |  6 -----
- vendor/socket2/Cargo.toml                |  8 -------
- vendor/stacker/Cargo.toml                | 10 ---------
- vendor/sysinfo/Cargo.toml                | 38 --------------------------------
- vendor/tempfile/Cargo.toml               |  7 ------
- vendor/term/Cargo.toml                   |  6 -----
- vendor/termcolor/Cargo.toml              |  3 ---
- vendor/terminal_size/Cargo.toml          |  7 ------
- vendor/termize/Cargo.toml                |  3 ---
- vendor/tokio/Cargo.toml                  | 21 ------------------
- vendor/uuid/Cargo.toml                   |  4 ----
- vendor/walkdir/Cargo.toml                |  3 ---
- vendor/yansi-term/Cargo.toml             |  3 ---
- 48 files changed, 1 insertion(+), 397 deletions(-)
+ vendor/android-tzdata/Cargo.toml             |  1 +
+ vendor/anstream/Cargo.toml                   |  6 ----
+ vendor/anstyle-query/Cargo.toml              |  7 -----
+ vendor/atty/Cargo.toml                       |  3 --
+ vendor/backtrace/Cargo.toml                  | 13 ---------
+ vendor/chrono/Cargo.toml                     | 12 --------
+ vendor/colored/Cargo.toml                    |  4 ---
+ vendor/curl-sys-0.4.63+curl-8.1.2/Cargo.toml | 10 -------
+ vendor/curl-sys/Cargo.toml                   | 10 -------
+ vendor/curl/Cargo.toml                       | 10 -------
+ vendor/dirs-sys-next/Cargo.toml              |  3 --
+ vendor/dirs-sys/Cargo.toml                   |  3 --
+ vendor/errno/Cargo.toml                      |  6 ----
+ vendor/fd-lock/Cargo.toml                    |  8 ------
+ vendor/filetime/Cargo.toml                   |  7 -----
+ vendor/gix-sec/Cargo.toml                    | 12 --------
+ vendor/home/Cargo.toml                       |  7 -----
+ vendor/iana-time-zone/Cargo.toml             |  4 ---
+ vendor/ignore/Cargo.toml                     |  3 --
+ vendor/io-close/Cargo.toml                   |  3 --
+ vendor/io-lifetimes/Cargo.toml               | 13 ---------
+ vendor/is-terminal/Cargo.toml                | 11 --------
+ vendor/libloading-0.7.4/Cargo.toml           |  6 ----
+ vendor/libloading/Cargo.toml                 |  8 ------
+ vendor/libssh2-sys/Cargo.toml                |  8 ------
+ vendor/libz-sys/Cargo.toml                   |  3 --
+ vendor/mio/Cargo.toml                  | 11 --------
+ vendor/native-tls/Cargo.toml                 |  3 --
+ vendor/normpath/Cargo.toml                   | 10 -------
+ vendor/nu-ansi-term/Cargo.toml               | 10 -------
+ vendor/opener-0.5.2/Cargo.toml               |  4 ---
+ vendor/opener/Cargo.toml                     |  9 ------
+ vendor/openssl-sys/Cargo.toml                |  3 --
+ vendor/os_info/Cargo.toml                    | 15 ----------
+ vendor/parking_lot_core-0.8.6/Cargo.toml     | 12 --------
+ vendor/parking_lot_core/Cargo.toml           |  3 --
+ vendor/pretty_assertions-1.3.0/Cargo.toml    |  6 ----
+ vendor/reqwest/Cargo.toml                    |  3 --
+ vendor/rustix-0.37.20/Cargo.toml             | 16 -----------
+ vendor/rustix-0.37.22/Cargo.toml             | 16 -----------
+ vendor/rustix/Cargo.toml                     | 17 ------------
+ vendor/same-file/Cargo.toml                  |  2 --
+ vendor/snapbox/Cargo.toml                    |  6 ----
+ vendor/socket2/Cargo.toml                    |  8 ------
+ vendor/stacker/Cargo.toml                    | 10 -------
+ vendor/sysinfo-0.26.7/Cargo.toml             | 38 --------------------------
+ vendor/sysinfo/Cargo.toml                    | 41 ----------------------------
+ vendor/tempfile-3.6.0/Cargo.toml             |  7 -----
+ vendor/tempfile/Cargo.toml                   |  7 -----
+ vendor/term/Cargo.toml                       |  6 ----
+ vendor/termcolor/Cargo.toml                  |  3 --
+ vendor/terminal_size/Cargo.toml              |  7 -----
+ vendor/termize/Cargo.toml                    |  3 --
+ vendor/tokio/Cargo.toml                      | 21 --------------
+ vendor/uuid/Cargo.toml                       |  4 ---
+ vendor/walkdir/Cargo.toml                    |  3 --
+ vendor/yansi-term/Cargo.toml                 |  3 --
+ 57 files changed, 1 insertion(+), 487 deletions(-)
 
-diff --git a/vendor/android-tzdata/Cargo.toml b/vendor/android-tzdata/Cargo.toml
-index 805128a..0682717 100644
---- a/vendor/android-tzdata/Cargo.toml
-+++ b/vendor/android-tzdata/Cargo.toml
-@@ -32,3 +32,4 @@ repository = "https://github.com/RumovZ/android-tzdata"
+Index: rust/vendor/android-tzdata/Cargo.toml
+===================================================================
+--- rust.orig/vendor/android-tzdata/Cargo.toml
++++ rust/vendor/android-tzdata/Cargo.toml
+@@ -32,3 +32,4 @@ repository = "https://github.com/RumovZ/
  
  [dev-dependencies.zip]
  version = "0.6.4"
 +repository = "https://github.com/rust-cli/concolor"
-diff --git a/vendor/anstream/Cargo.toml b/vendor/anstream/Cargo.toml
-index 75d78e2..a0eddb4 100644
---- a/vendor/anstream/Cargo.toml
-+++ b/vendor/anstream/Cargo.toml
+Index: rust/vendor/anstream/Cargo.toml
+===================================================================
+--- rust.orig/vendor/anstream/Cargo.toml
++++ rust/vendor/anstream/Cargo.toml
 @@ -136,10 +136,4 @@ auto = [
  ]
  default = [
@@ -81,10 +90,10 @@ index 75d78e2..a0eddb4 100644
 -[target."cfg(windows)".dependencies.anstyle-wincon]
 -version = "1.0.1"
 -optional = true
-diff --git a/vendor/anstyle-query/Cargo.toml b/vendor/anstyle-query/Cargo.toml
-index 63a431c..0cf859b 100644
---- a/vendor/anstyle-query/Cargo.toml
-+++ b/vendor/anstyle-query/Cargo.toml
+Index: rust/vendor/anstyle-query/Cargo.toml
+===================================================================
+--- rust.orig/vendor/anstyle-query/Cargo.toml
++++ rust/vendor/anstyle-query/Cargo.toml
 @@ -70,10 +70,3 @@ replace = """
  <!-- next-url -->
  [Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD"""
@@ -96,10 +105,10 @@ index 63a431c..0cf859b 100644
 -    "Win32_System_Console",
 -    "Win32_Foundation",
 -]
-diff --git a/vendor/atty/Cargo.toml b/vendor/atty/Cargo.toml
-index d6bf2d0..7cebc31 100644
---- a/vendor/atty/Cargo.toml
-+++ b/vendor/atty/Cargo.toml
+Index: rust/vendor/atty/Cargo.toml
+===================================================================
+--- rust.orig/vendor/atty/Cargo.toml
++++ rust/vendor/atty/Cargo.toml
 @@ -27,8 +27,5 @@ version = "0.1.6"
  [target."cfg(unix)".dependencies.libc]
  version = "0.2"
@@ -109,10 +118,10 @@ index d6bf2d0..7cebc31 100644
 -features = ["consoleapi", "processenv", "minwinbase", "minwindef", "winbase"]
  [badges.travis-ci]
  repository = "softprops/atty"
-diff --git a/vendor/backtrace/Cargo.toml b/vendor/backtrace/Cargo.toml
-index f33884a..b43a0dd 100644
---- a/vendor/backtrace/Cargo.toml
-+++ b/vendor/backtrace/Cargo.toml
+Index: rust/vendor/backtrace/Cargo.toml
+===================================================================
+--- rust.orig/vendor/backtrace/Cargo.toml
++++ rust/vendor/backtrace/Cargo.toml
 @@ -127,18 +127,5 @@ serialize-serde = ["serde"]
  std = []
  unix-backtrace = []
@@ -132,10 +141,10 @@ index f33884a..b43a0dd 100644
 -[target."cfg(windows)".dependencies.winapi]
 -version = "0.3.9"
 -optional = true
-diff --git a/vendor/chrono/Cargo.toml b/vendor/chrono/Cargo.toml
-index 7f49bad..6229f0a 100644
---- a/vendor/chrono/Cargo.toml
-+++ b/vendor/chrono/Cargo.toml
+Index: rust/vendor/chrono/Cargo.toml
+===================================================================
+--- rust.orig/vendor/chrono/Cargo.toml
++++ rust/vendor/chrono/Cargo.toml
 @@ -107,7 +107,6 @@ __internal_bench = ["criterion"]
  alloc = []
  clock = [
@@ -159,10 +168,10 @@ index 7f49bad..6229f0a 100644
 -    "sysinfoapi",
 -]
 -optional = true
-diff --git a/vendor/colored/Cargo.toml b/vendor/colored/Cargo.toml
-index 3a6b59b..065eecb 100644
---- a/vendor/colored/Cargo.toml
-+++ b/vendor/colored/Cargo.toml
+Index: rust/vendor/colored/Cargo.toml
+===================================================================
+--- rust.orig/vendor/colored/Cargo.toml
++++ rust/vendor/colored/Cargo.toml
 @@ -33,7 +33,3 @@ version = "=1.0.0-beta.3"
  
  [features]
@@ -171,12 +180,12 @@ index 3a6b59b..065eecb 100644
 -version = "0.3"
 -features = ["consoleapi", "processenv", "winbase"]
 -default-features = false
-diff --git a/vendor/curl-sys/Cargo.toml b/vendor/curl-sys/Cargo.toml
-index 6d89163..0b17324 100644
---- a/vendor/curl-sys/Cargo.toml
-+++ b/vendor/curl-sys/Cargo.toml
+Index: rust/vendor/curl-sys/Cargo.toml
+===================================================================
+--- rust.orig/vendor/curl-sys/Cargo.toml
++++ rust/vendor/curl-sys/Cargo.toml
 @@ -73,16 +73,6 @@ zlib-ng-compat = [
- version = "0.9"
+ version = "0.9.64"
  optional = true
  
 -[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
@@ -192,10 +201,10 @@ index 6d89163..0b17324 100644
  [badges.appveyor]
  repository = "alexcrichton/curl-rust"
  
-diff --git a/vendor/curl/Cargo.toml b/vendor/curl/Cargo.toml
-index bfb59f4..d9f6854 100644
---- a/vendor/curl/Cargo.toml
-+++ b/vendor/curl/Cargo.toml
+Index: rust/vendor/curl/Cargo.toml
+===================================================================
+--- rust.orig/vendor/curl/Cargo.toml
++++ rust/vendor/curl/Cargo.toml
 @@ -107,16 +107,6 @@ optional = true
  version = "0.9.43"
  optional = true
@@ -213,10 +222,10 @@ index bfb59f4..d9f6854 100644
  [badges.appveyor]
  repository = "alexcrichton/curl-rust"
  
-diff --git a/vendor/dirs-sys-next/Cargo.toml b/vendor/dirs-sys-next/Cargo.toml
-index e9d8d0c..acb2eb7 100644
---- a/vendor/dirs-sys-next/Cargo.toml
-+++ b/vendor/dirs-sys-next/Cargo.toml
+Index: rust/vendor/dirs-sys-next/Cargo.toml
+===================================================================
+--- rust.orig/vendor/dirs-sys-next/Cargo.toml
++++ rust/vendor/dirs-sys-next/Cargo.toml
 @@ -25,8 +25,5 @@ version = "0.4.0"
  default-features = false
  [target."cfg(unix)".dependencies.libc]
@@ -226,10 +235,10 @@ index e9d8d0c..acb2eb7 100644
 -features = ["knownfolders", "objbase", "shlobj", "winbase", "winerror"]
  [badges.maintenance]
  status = "as-is"
-diff --git a/vendor/dirs-sys/Cargo.toml b/vendor/dirs-sys/Cargo.toml
-index 9951d24..0a86f4d 100644
---- a/vendor/dirs-sys/Cargo.toml
-+++ b/vendor/dirs-sys/Cargo.toml
+Index: rust/vendor/dirs-sys/Cargo.toml
+===================================================================
+--- rust.orig/vendor/dirs-sys/Cargo.toml
++++ rust/vendor/dirs-sys/Cargo.toml
 @@ -22,6 +22,3 @@ version = "0.4"
  default-features = false
  [target."cfg(unix)".dependencies.libc]
@@ -237,10 +246,10 @@ index 9951d24..0a86f4d 100644
 -[target."cfg(windows)".dependencies.winapi]
 -version = "0.3"
 -features = ["knownfolders", "objbase", "shlobj", "winbase", "winerror"]
-diff --git a/vendor/errno/Cargo.toml b/vendor/errno/Cargo.toml
-index bf54b1f..7507a31 100644
---- a/vendor/errno/Cargo.toml
-+++ b/vendor/errno/Cargo.toml
+Index: rust/vendor/errno/Cargo.toml
+===================================================================
+--- rust.orig/vendor/errno/Cargo.toml
++++ rust/vendor/errno/Cargo.toml
 @@ -41,9 +41,3 @@ version = "0.2"
  [target."cfg(unix)".dependencies.libc]
  version = "0.2"
@@ -251,10 +260,10 @@ index bf54b1f..7507a31 100644
 -    "Win32_Foundation",
 -    "Win32_System_Diagnostics_Debug",
 -]
-diff --git a/vendor/fd-lock/Cargo.toml b/vendor/fd-lock/Cargo.toml
-index d995177..b759d87 100644
---- a/vendor/fd-lock/Cargo.toml
-+++ b/vendor/fd-lock/Cargo.toml
+Index: rust/vendor/fd-lock/Cargo.toml
+===================================================================
+--- rust.orig/vendor/fd-lock/Cargo.toml
++++ rust/vendor/fd-lock/Cargo.toml
 @@ -43,11 +43,3 @@ version = "3.0.8"
  [target."cfg(unix)".dependencies.rustix]
  version = "0.37.0"
@@ -267,10 +276,10 @@ index d995177..b759d87 100644
 -    "Win32_Storage_FileSystem",
 -    "Win32_System_IO",
 -]
-diff --git a/vendor/filetime/Cargo.toml b/vendor/filetime/Cargo.toml
-index 8547ec3..4ecd973 100644
---- a/vendor/filetime/Cargo.toml
-+++ b/vendor/filetime/Cargo.toml
+Index: rust/vendor/filetime/Cargo.toml
+===================================================================
+--- rust.orig/vendor/filetime/Cargo.toml
++++ rust/vendor/filetime/Cargo.toml
 @@ -38,10 +38,3 @@ version = "0.2.9"
  
  [target."cfg(unix)".dependencies.libc]
@@ -282,10 +291,10 @@ index 8547ec3..4ecd973 100644
 -    "Win32_Foundation",
 -    "Win32_Storage_FileSystem",
 -]
-diff --git a/vendor/gix-sec/Cargo.toml b/vendor/gix-sec/Cargo.toml
-index 254f82f..65248eb 100644
---- a/vendor/gix-sec/Cargo.toml
-+++ b/vendor/gix-sec/Cargo.toml
+Index: rust/vendor/gix-sec/Cargo.toml
+===================================================================
+--- rust.orig/vendor/gix-sec/Cargo.toml
++++ rust/vendor/gix-sec/Cargo.toml
 @@ -63,15 +63,3 @@ serde = [
  [target."cfg(not(windows))".dependencies.libc]
  version = "0.2.123"
@@ -302,10 +311,10 @@ index 254f82f..65248eb 100644
 -    "Win32_System_Memory",
 -    "Win32_System_Threading",
 -]
-diff --git a/vendor/home/Cargo.toml b/vendor/home/Cargo.toml
-index cd608b1..eecfb89 100644
---- a/vendor/home/Cargo.toml
-+++ b/vendor/home/Cargo.toml
+Index: rust/vendor/home/Cargo.toml
+===================================================================
+--- rust.orig/vendor/home/Cargo.toml
++++ rust/vendor/home/Cargo.toml
 @@ -27,10 +27,3 @@ readme = "README.md"
  license = "MIT OR Apache-2.0"
  repository = "https://github.com/rust-lang/cargo"
@@ -317,10 +326,10 @@ index cd608b1..eecfb89 100644
 -    "Win32_Foundation",
 -    "Win32_UI_Shell",
 -]
-diff --git a/vendor/iana-time-zone/Cargo.toml b/vendor/iana-time-zone/Cargo.toml
-index e06c705..572a8fd 100644
---- a/vendor/iana-time-zone/Cargo.toml
-+++ b/vendor/iana-time-zone/Cargo.toml
+Index: rust/vendor/iana-time-zone/Cargo.toml
+===================================================================
+--- rust.orig/vendor/iana-time-zone/Cargo.toml
++++ rust/vendor/iana-time-zone/Cargo.toml
 @@ -52,7 +52,3 @@ version = "0.1.5"
  
  [target."cfg(target_os = \"haiku\")".dependencies.iana-time-zone-haiku]
@@ -329,10 +338,10 @@ index e06c705..572a8fd 100644
 -[target."cfg(target_os = \"windows\")".dependencies.windows]
 -version = "0.48.0"
 -features = ["Globalization"]
-diff --git a/vendor/ignore/Cargo.toml b/vendor/ignore/Cargo.toml
-index b397dcf..2022a87 100644
---- a/vendor/ignore/Cargo.toml
-+++ b/vendor/ignore/Cargo.toml
+Index: rust/vendor/ignore/Cargo.toml
+===================================================================
+--- rust.orig/vendor/ignore/Cargo.toml
++++ rust/vendor/ignore/Cargo.toml
 @@ -64,6 +64,3 @@ version = "0.5.0"
  
  [features]
@@ -340,10 +349,10 @@ index b397dcf..2022a87 100644
 -
 -[target."cfg(windows)".dependencies.winapi-util]
 -version = "0.1.2"
-diff --git a/vendor/io-close/Cargo.toml b/vendor/io-close/Cargo.toml
-index 5e36444..82f9ce5 100644
---- a/vendor/io-close/Cargo.toml
-+++ b/vendor/io-close/Cargo.toml
+Index: rust/vendor/io-close/Cargo.toml
+===================================================================
+--- rust.orig/vendor/io-close/Cargo.toml
++++ rust/vendor/io-close/Cargo.toml
 @@ -28,6 +28,3 @@ optional = true
  version = "3.1.0"
  [target."cfg(unix)".dependencies.libc]
@@ -351,10 +360,10 @@ index 5e36444..82f9ce5 100644
 -[target."cfg(windows)".dependencies.winapi]
 -version = "0.3.9"
 -features = ["handleapi", "std", "winsock2"]
-diff --git a/vendor/io-lifetimes/Cargo.toml b/vendor/io-lifetimes/Cargo.toml
-index ef92ff0..c2733fb 100644
---- a/vendor/io-lifetimes/Cargo.toml
-+++ b/vendor/io-lifetimes/Cargo.toml
+Index: rust/vendor/io-lifetimes/Cargo.toml
+===================================================================
+--- rust.orig/vendor/io-lifetimes/Cargo.toml
++++ rust/vendor/io-lifetimes/Cargo.toml
 @@ -43,7 +43,6 @@ optional = true
  close = [
      "libc",
@@ -379,10 +388,10 @@ index ef92ff0..c2733fb 100644
 -    "Win32_System_Threading",
 -]
 -optional = true
-diff --git a/vendor/is-terminal/Cargo.toml b/vendor/is-terminal/Cargo.toml
-index e0baea0..7790abd 100644
---- a/vendor/is-terminal/Cargo.toml
-+++ b/vendor/is-terminal/Cargo.toml
+Index: rust/vendor/is-terminal/Cargo.toml
+===================================================================
+--- rust.orig/vendor/is-terminal/Cargo.toml
++++ rust/vendor/is-terminal/Cargo.toml
 @@ -54,14 +54,3 @@ features = ["stdio"]
  
  [target."cfg(target_os = \"hermit\")".dependencies.hermit-abi]
@@ -398,26 +407,41 @@ index e0baea0..7790abd 100644
 -
 -[target."cfg(windows)".dev-dependencies.tempfile]
 -version = "3"
-diff --git a/vendor/libloading/Cargo.toml b/vendor/libloading/Cargo.toml
-index 65168d5..7785a7e 100644
---- a/vendor/libloading/Cargo.toml
-+++ b/vendor/libloading/Cargo.toml
-@@ -42,10 +42,3 @@ version = "1.1"
+Index: rust/vendor/libloading-0.7.4/Cargo.toml
+===================================================================
+--- rust.orig/vendor/libloading-0.7.4/Cargo.toml
++++ rust/vendor/libloading-0.7.4/Cargo.toml
+@@ -43,9 +43,3 @@ version = "1.1"
  [target."cfg(unix)".dependencies.cfg-if]
  version = "1"
--
 -[target."cfg(windows)".dependencies.winapi]
 -version = "0.3"
 -features = [
 -    "errhandlingapi",
 -    "libloaderapi",
 -]
-diff --git a/vendor/libssh2-sys/Cargo.toml b/vendor/libssh2-sys/Cargo.toml
-index 45f4a71..f791ce9 100644
---- a/vendor/libssh2-sys/Cargo.toml
-+++ b/vendor/libssh2-sys/Cargo.toml
-@@ -43,7 +43,6 @@ version = "1.0.25"
+Index: rust/vendor/libloading/Cargo.toml
+===================================================================
+--- rust.orig/vendor/libloading/Cargo.toml
++++ rust/vendor/libloading/Cargo.toml
+@@ -42,11 +42,3 @@ version = "1.1"
+ [target."cfg(unix)".dependencies.cfg-if]
+ version = "1"
+-
+-[target."cfg(windows)".dependencies.windows-sys]
+-version = "0.48"
+-features = [
+-    "Win32_Foundation",
+-    "Win32_System_Diagnostics_Debug",
+-    "Win32_System_LibraryLoader",
+-]
+Index: rust/vendor/libssh2-sys/Cargo.toml
+===================================================================
+--- rust.orig/vendor/libssh2-sys/Cargo.toml
++++ rust/vendor/libssh2-sys/Cargo.toml
+@@ -43,16 +43,8 @@ version = "1.0.25"
  version = "0.3.11"
  
  [features]
@@ -425,18 +449,67 @@ index 45f4a71..f791ce9 100644
  vendored-openssl = ["openssl-sys/vendored"]
  zlib-ng-compat = ["libz-sys/zlib-ng"]
  
-@@ -52,7 +51,3 @@ version = "0.2"
+-[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
+-version = "0.2"
+-
  [target."cfg(unix)".dependencies.openssl-sys]
  version = "0.9.35"
 -
 -[target."cfg(windows)".dependencies.openssl-sys]
 -version = "0.9.35"
 -optional = true
-diff --git a/vendor/nu-ansi-term/Cargo.toml b/vendor/nu-ansi-term/Cargo.toml
-index 209e055..aa40f02 100644
---- a/vendor/nu-ansi-term/Cargo.toml
-+++ b/vendor/nu-ansi-term/Cargo.toml
+Index: rust/vendor/libz-sys/Cargo.toml
+===================================================================
+--- rust.orig/vendor/libz-sys/Cargo.toml
++++ rust/vendor/libz-sys/Cargo.toml
+@@ -65,6 +65,3 @@ zlib-ng = [
+     "libc",
+     "cmake",
+ ]
+-
+-[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
+-version = "0.2"
+Index: rust/vendor/mio/Cargo.toml
+===================================================================
+--- rust.orig/vendor/mio/Cargo.toml
++++ rust/vendor/mio/Cargo.toml
+@@ -102,8 +102,6 @@ default = ["log"]
+ net = []
+ os-ext = [
+     "os-poll",
+-    "windows-sys/Win32_System_Pipes",
+-    "windows-sys/Win32_Security",
+ ]
+ os-poll = []
+@@ -116,12 +114,3 @@ version = "0.11.0"
+ [target."cfg(unix)".dependencies.libc]
+ version = "0.2.121"
+-[target."cfg(windows)".dependencies.windows-sys]
+-version = "0.48"
+-features = [
+-    "Win32_Foundation",
+-    "Win32_Networking_WinSock",
+-    "Win32_Storage_FileSystem",
+-    "Win32_System_IO",
+-    "Win32_System_WindowsProgramming",
+-]
+Index: rust/vendor/native-tls/Cargo.toml
+===================================================================
+--- rust.orig/vendor/native-tls/Cargo.toml
++++ rust/vendor/native-tls/Cargo.toml
+@@ -61,6 +61,3 @@ version = "0.1"
+ [target."cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))".dependencies.openssl-sys]
+ version = "0.9.55"
+-
+-[target."cfg(target_os = \"windows\")".dependencies.schannel]
+-version = "0.1.17"
+Index: rust/vendor/nu-ansi-term/Cargo.toml
+===================================================================
+--- rust.orig/vendor/nu-ansi-term/Cargo.toml
++++ rust/vendor/nu-ansi-term/Cargo.toml
 @@ -45,13 +45,3 @@ version = "1.0.39"
  
  [features]
@@ -451,10 +524,10 @@ index 209e055..aa40f02 100644
 -    "handleapi",
 -    "processenv",
 -]
-diff --git a/vendor/opener/Cargo.toml b/vendor/opener/Cargo.toml
-index 8d91b5e..2d7313b 100644
---- a/vendor/opener/Cargo.toml
-+++ b/vendor/opener/Cargo.toml
+Index: rust/vendor/opener-0.5.2/Cargo.toml
+===================================================================
+--- rust.orig/vendor/opener-0.5.2/Cargo.toml
++++ rust/vendor/opener-0.5.2/Cargo.toml
 @@ -32,10 +32,6 @@ version = "0.9"
  [target."cfg(target_os = \"linux\")".dependencies.bstr]
  version = "1"
@@ -466,10 +539,48 @@ index 8d91b5e..2d7313b 100644
  [badges.appveyor]
  branch = "master"
  repository = "Seeker14491/opener"
-diff --git a/vendor/os_info/Cargo.toml b/vendor/os_info/Cargo.toml
-index 52a062f..e1f347b 100644
---- a/vendor/os_info/Cargo.toml
-+++ b/vendor/os_info/Cargo.toml
+Index: rust/vendor/opener/Cargo.toml
+===================================================================
+--- rust.orig/vendor/opener/Cargo.toml
++++ rust/vendor/opener/Cargo.toml
+@@ -40,8 +40,6 @@ version = "0.9"
+ reveal = [
+     "dep:url",
+     "dep:dbus",
+-    "winapi/shtypes",
+-    "winapi/objbase",
+ ]
+ [target."cfg(target_os = \"linux\")".dependencies.bstr]
+@@ -56,13 +54,6 @@ optional = true
+ version = "2"
+ optional = true
+-[target."cfg(windows)".dependencies.normpath]
+-version = "1"
+-
+-[target."cfg(windows)".dependencies.winapi]
+-version = "0.3"
+-features = ["shellapi"]
+-
+ [badges.appveyor]
+ branch = "master"
+ repository = "Seeker14491/opener"
+Index: rust/vendor/openssl-sys/Cargo.toml
+===================================================================
+--- rust.orig/vendor/openssl-sys/Cargo.toml
++++ rust/vendor/openssl-sys/Cargo.toml
+@@ -56,6 +56,3 @@ version = "0.3.9"
+ [features]
+ unstable_boringssl = ["bssl-sys"]
+ vendored = ["openssl-src"]
+-
+-[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
+-version = "0.2.8"
+Index: rust/vendor/os_info/Cargo.toml
+===================================================================
+--- rust.orig/vendor/os_info/Cargo.toml
++++ rust/vendor/os_info/Cargo.toml
 @@ -48,18 +48,3 @@ version = "1"
  
  [features]
@@ -489,10 +600,10 @@ index 52a062f..e1f347b 100644
 -    "winerror",
 -    "winreg",
 -]
-diff --git a/vendor/parking_lot_core-0.8.6/Cargo.toml b/vendor/parking_lot_core-0.8.6/Cargo.toml
-index 6981516..9fb8bd2 100644
---- a/vendor/parking_lot_core-0.8.6/Cargo.toml
-+++ b/vendor/parking_lot_core-0.8.6/Cargo.toml
+Index: rust/vendor/parking_lot_core-0.8.6/Cargo.toml
+===================================================================
+--- rust.orig/vendor/parking_lot_core-0.8.6/Cargo.toml
++++ rust/vendor/parking_lot_core-0.8.6/Cargo.toml
 @@ -60,15 +60,3 @@ version = "0.2.8"
  
  [target."cfg(unix)".dependencies.libc]
@@ -509,10 +620,10 @@ index 6981516..9fb8bd2 100644
 -    "errhandlingapi",
 -    "handleapi",
 -]
-diff --git a/vendor/parking_lot_core/Cargo.toml b/vendor/parking_lot_core/Cargo.toml
-index d76740d..7da23fc 100644
---- a/vendor/parking_lot_core/Cargo.toml
-+++ b/vendor/parking_lot_core/Cargo.toml
+Index: rust/vendor/parking_lot_core/Cargo.toml
+===================================================================
+--- rust.orig/vendor/parking_lot_core/Cargo.toml
++++ rust/vendor/parking_lot_core/Cargo.toml
 @@ -57,6 +57,3 @@ version = "0.3"
  
  [target."cfg(unix)".dependencies.libc]
@@ -520,44 +631,22 @@ index d76740d..7da23fc 100644
 -
 -[target."cfg(windows)".dependencies.windows-targets]
 -version = "0.48.0"
-diff --git a/vendor/pretty_assertions/Cargo.toml b/vendor/pretty_assertions/Cargo.toml
-index f8370f7..4531652 100644
---- a/vendor/pretty_assertions/Cargo.toml
-+++ b/vendor/pretty_assertions/Cargo.toml
-@@ -42,9 +42,3 @@ alloc = []
- default = ["std"]
- std = []
- unstable = []
--
--[target."cfg(windows)".dependencies.ctor]
--version = "0.1.9"
--
--[target."cfg(windows)".dependencies.output_vt100]
--version = "0.1.2"
-diff --git a/vendor/rustix-0.37.11/Cargo.toml b/vendor/rustix-0.37.11/Cargo.toml
-index a0ea91d..e5d57b1 100644
---- a/vendor/rustix-0.37.11/Cargo.toml
-+++ b/vendor/rustix-0.37.11/Cargo.toml
-@@ -234,14 +234,3 @@ package = "errno"
- version = "1.5.2"
- optional = true
+Index: rust/vendor/reqwest/Cargo.toml
+===================================================================
+--- rust.orig/vendor/reqwest/Cargo.toml
++++ rust/vendor/reqwest/Cargo.toml
+@@ -443,6 +443,3 @@ features = ["serde-serialize"]
  
--[target."cfg(windows)".dependencies.windows-sys]
--version = "0.48.0"
--features = [
--    "Win32_Foundation",
--    "Win32_Networking_WinSock",
--    "Win32_NetworkManagement_IpHelper",
--    "Win32_System_Threading",
--]
+ [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
+ version = "0.3"
 -
--[target."cfg(windows)".dev-dependencies.ctor]
--version = "0.2.0"
-diff --git a/vendor/rustix-0.37.20/Cargo.toml b/vendor/rustix-0.37.20/Cargo.toml
-index 1a23dff..666da7b 100644
---- a/vendor/rustix-0.37.20/Cargo.toml
-+++ b/vendor/rustix-0.37.20/Cargo.toml
-@@ -240,19 +240,3 @@ package = "errno"
+-[target."cfg(windows)".dependencies.winreg]
+-version = "0.10"
+Index: rust/vendor/rustix-0.37.22/Cargo.toml
+===================================================================
+--- rust.orig/vendor/rustix-0.37.22/Cargo.toml
++++ rust/vendor/rustix-0.37.22/Cargo.toml
+@@ -239,19 +239,3 @@ package = "errno"
  version = "1.5.2"
  optional = true
  
@@ -577,11 +666,11 @@ index 1a23dff..666da7b 100644
 -
 -[target."cfg(windows)".dev-dependencies.ctor]
 -version = "0.2.0"
-diff --git a/vendor/rustix/Cargo.toml b/vendor/rustix/Cargo.toml
-index dd40b25..95b35ba 100644
---- a/vendor/rustix/Cargo.toml
-+++ b/vendor/rustix/Cargo.toml
-@@ -235,20 +235,3 @@ package = "errno"
+Index: rust/vendor/rustix/Cargo.toml
+===================================================================
+--- rust.orig/vendor/rustix/Cargo.toml
++++ rust/vendor/rustix/Cargo.toml
+@@ -238,20 +238,3 @@ package = "errno"
  [target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dependencies.once_cell]
  version = "1.5.2"
  optional = true
@@ -602,20 +691,20 @@ index dd40b25..95b35ba 100644
 -
 -[target."cfg(windows)".dev-dependencies.ctor]
 -version = "0.2.0"
-diff --git a/vendor/same-file/Cargo.toml b/vendor/same-file/Cargo.toml
-index 4f66820..11ef472 100644
---- a/vendor/same-file/Cargo.toml
-+++ b/vendor/same-file/Cargo.toml
+Index: rust/vendor/same-file/Cargo.toml
+===================================================================
+--- rust.orig/vendor/same-file/Cargo.toml
++++ rust/vendor/same-file/Cargo.toml
 @@ -25,5 +25,3 @@ license = "Unlicense/MIT"
  repository = "https://github.com/BurntSushi/same-file"
  [dev-dependencies.doc-comment]
  version = "0.3"
 -[target."cfg(windows)".dependencies.winapi-util]
 -version = "0.1.1"
-diff --git a/vendor/snapbox/Cargo.toml b/vendor/snapbox/Cargo.toml
-index 5ca8579..8f438dd 100644
---- a/vendor/snapbox/Cargo.toml
-+++ b/vendor/snapbox/Cargo.toml
+Index: rust/vendor/snapbox/Cargo.toml
+===================================================================
+--- rust.orig/vendor/snapbox/Cargo.toml
++++ rust/vendor/snapbox/Cargo.toml
 @@ -161,7 +161,6 @@ cmd = [
      "dep:os_pipe",
      "dep:wait-timeout",
@@ -633,10 +722,10 @@ index 5ca8579..8f438dd 100644
 -version = "0.45.0"
 -features = ["Win32_Foundation"]
 -optional = true
-diff --git a/vendor/socket2/Cargo.toml b/vendor/socket2/Cargo.toml
-index 3f1578c..bdac898 100644
---- a/vendor/socket2/Cargo.toml
-+++ b/vendor/socket2/Cargo.toml
+Index: rust/vendor/socket2/Cargo.toml
+===================================================================
+--- rust.orig/vendor/socket2/Cargo.toml
++++ rust/vendor/socket2/Cargo.toml
 @@ -58,11 +58,3 @@ all = []
  
  [target."cfg(unix)".dependencies.libc]
@@ -649,10 +738,10 @@ index 3f1578c..bdac898 100644
 -    "ws2ipdef",
 -    "ws2tcpip",
 -]
-diff --git a/vendor/stacker/Cargo.toml b/vendor/stacker/Cargo.toml
-index 160cbc0..ba02aac 100644
---- a/vendor/stacker/Cargo.toml
-+++ b/vendor/stacker/Cargo.toml
+Index: rust/vendor/stacker/Cargo.toml
+===================================================================
+--- rust.orig/vendor/stacker/Cargo.toml
++++ rust/vendor/stacker/Cargo.toml
 @@ -43,13 +43,3 @@ version = "0.1.7"
  
  [build-dependencies.cc]
@@ -667,10 +756,10 @@ index 160cbc0..ba02aac 100644
 -    "processthreadsapi",
 -    "minwindef",
 -]
-diff --git a/vendor/sysinfo/Cargo.toml b/vendor/sysinfo/Cargo.toml
-index f8719a4..deb2e40 100644
---- a/vendor/sysinfo/Cargo.toml
-+++ b/vendor/sysinfo/Cargo.toml
+Index: rust/vendor/sysinfo-0.26.7/Cargo.toml
+===================================================================
+--- rust.orig/vendor/sysinfo-0.26.7/Cargo.toml
++++ rust/vendor/sysinfo-0.26.7/Cargo.toml
 @@ -60,41 +60,3 @@ version = "1.0"
  
  [target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc]
@@ -713,11 +802,60 @@ index f8719a4..deb2e40 100644
 -    "shellapi",
 -    "std",
 -]
-diff --git a/vendor/tempfile/Cargo.toml b/vendor/tempfile/Cargo.toml
-index 1af1206..f665e00 100644
---- a/vendor/tempfile/Cargo.toml
-+++ b/vendor/tempfile/Cargo.toml
-@@ -53,10 +53,3 @@ features = ["fs"]
+Index: rust/vendor/sysinfo/Cargo.toml
+===================================================================
+--- rust.orig/vendor/sysinfo/Cargo.toml
++++ rust/vendor/sysinfo/Cargo.toml
+@@ -75,44 +75,3 @@ version = "1.0"
+ [target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc]
+ version = "^0.2.144"
+-
+-[target."cfg(windows)".dependencies.ntapi]
+-version = "0.4"
+-
+-[target."cfg(windows)".dependencies.winapi]
+-version = "0.3.9"
+-features = [
+-    "errhandlingapi",
+-    "fileapi",
+-    "handleapi",
+-    "heapapi",
+-    "ifdef",
+-    "ioapiset",
+-    "minwindef",
+-    "pdh",
+-    "psapi",
+-    "synchapi",
+-    "sysinfoapi",
+-    "winbase",
+-    "winerror",
+-    "winioctl",
+-    "winnt",
+-    "oleauto",
+-    "wbemcli",
+-    "rpcdce",
+-    "combaseapi",
+-    "objidl",
+-    "powerbase",
+-    "netioapi",
+-    "lmcons",
+-    "lmaccess",
+-    "lmapibuf",
+-    "memoryapi",
+-    "ntlsa",
+-    "securitybaseapi",
+-    "shellapi",
+-    "std",
+-    "iphlpapi",
+-    "winsock2",
+-    "sddl",
+-]
+Index: rust/vendor/tempfile/Cargo.toml
+===================================================================
+--- rust.orig/vendor/tempfile/Cargo.toml
++++ rust/vendor/tempfile/Cargo.toml
+@@ -50,10 +50,3 @@ features = ["fs"]
  
  [target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
  version = "0.3"
@@ -728,10 +866,10 @@ index 1af1206..f665e00 100644
 -    "Win32_Storage_FileSystem",
 -    "Win32_Foundation",
 -]
-diff --git a/vendor/term/Cargo.toml b/vendor/term/Cargo.toml
-index e89261e..ad5d62b 100644
---- a/vendor/term/Cargo.toml
-+++ b/vendor/term/Cargo.toml
+Index: rust/vendor/term/Cargo.toml
+===================================================================
+--- rust.orig/vendor/term/Cargo.toml
++++ rust/vendor/term/Cargo.toml
 @@ -28,12 +28,6 @@ version = "2"
  
  [features]
@@ -745,10 +883,10 @@ index e89261e..ad5d62b 100644
  [badges.appveyor]
  repository = "Stebalien/term"
  
-diff --git a/vendor/termcolor/Cargo.toml b/vendor/termcolor/Cargo.toml
-index dbdb6e8..8edc73e 100644
---- a/vendor/termcolor/Cargo.toml
-+++ b/vendor/termcolor/Cargo.toml
+Index: rust/vendor/termcolor/Cargo.toml
+===================================================================
+--- rust.orig/vendor/termcolor/Cargo.toml
++++ rust/vendor/termcolor/Cargo.toml
 @@ -35,6 +35,3 @@ name = "termcolor"
  bench = false
  
@@ -756,11 +894,11 @@ index dbdb6e8..8edc73e 100644
 -
 -[target."cfg(windows)".dependencies.winapi-util]
 -version = "0.1.3"
-diff --git a/vendor/terminal_size/Cargo.toml b/vendor/terminal_size/Cargo.toml
-index 9f31164..6d2d6a5 100644
---- a/vendor/terminal_size/Cargo.toml
-+++ b/vendor/terminal_size/Cargo.toml
-@@ -30,10 +30,3 @@ repository = "https://github.com/eminence/terminal-size"
+Index: rust/vendor/terminal_size/Cargo.toml
+===================================================================
+--- rust.orig/vendor/terminal_size/Cargo.toml
++++ rust/vendor/terminal_size/Cargo.toml
+@@ -30,10 +30,3 @@ repository = "https://github.com/eminenc
  [target."cfg(not(windows))".dependencies.rustix]
  version = "0.37.0"
  features = ["termios"]
@@ -771,10 +909,10 @@ index 9f31164..6d2d6a5 100644
 -    "Win32_Foundation",
 -    "Win32_System_Console",
 -]
-diff --git a/vendor/termize/Cargo.toml b/vendor/termize/Cargo.toml
-index d248f4d..9bd9f37 100644
---- a/vendor/termize/Cargo.toml
-+++ b/vendor/termize/Cargo.toml
+Index: rust/vendor/termize/Cargo.toml
+===================================================================
+--- rust.orig/vendor/termize/Cargo.toml
++++ rust/vendor/termize/Cargo.toml
 @@ -49,8 +49,5 @@ rpath = false
  [dependencies]
  [target."cfg(unix)".dependencies.libc]
@@ -784,10 +922,10 @@ index d248f4d..9bd9f37 100644
 -features = ["handleapi", "processenv", "wincon", "winbase"]
  [badges.cirrus-ci]
  repository = "JohnTitor/termize"
-diff --git a/vendor/tokio/Cargo.toml b/vendor/tokio/Cargo.toml
-index da1e4d1..55afa86 100644
---- a/vendor/tokio/Cargo.toml
-+++ b/vendor/tokio/Cargo.toml
+Index: rust/vendor/tokio/Cargo.toml
+===================================================================
+--- rust.orig/vendor/tokio/Cargo.toml
++++ rust/vendor/tokio/Cargo.toml
 @@ -122,11 +122,6 @@ net = [
      "mio/os-ext",
      "mio/net",
@@ -834,10 +972,10 @@ index da1e4d1..55afa86 100644
 -    "Win32_Foundation",
 -    "Win32_Security_Authorization",
 -]
-diff --git a/vendor/uuid/Cargo.toml b/vendor/uuid/Cargo.toml
-index b806036..4094678 100644
---- a/vendor/uuid/Cargo.toml
-+++ b/vendor/uuid/Cargo.toml
+Index: rust/vendor/uuid/Cargo.toml
+===================================================================
+--- rust.orig/vendor/uuid/Cargo.toml
++++ rust/vendor/uuid/Cargo.toml
 @@ -185,10 +185,6 @@ version = "0.3"
  version = "0.2"
  package = "wasm-bindgen"
@@ -849,10 +987,10 @@ index b806036..4094678 100644
  [badges.is-it-maintained-issue-resolution]
  repository = "uuid-rs/uuid"
  
-diff --git a/vendor/walkdir/Cargo.toml b/vendor/walkdir/Cargo.toml
-index 7db9263..2a9b56f 100644
---- a/vendor/walkdir/Cargo.toml
-+++ b/vendor/walkdir/Cargo.toml
+Index: rust/vendor/walkdir/Cargo.toml
+===================================================================
+--- rust.orig/vendor/walkdir/Cargo.toml
++++ rust/vendor/walkdir/Cargo.toml
 @@ -39,9 +39,6 @@ version = "1.0.1"
  [dev-dependencies.doc-comment]
  version = "0.3"
@@ -863,10 +1001,10 @@ index 7db9263..2a9b56f 100644
  [badges.appveyor]
  repository = "BurntSushi/walkdir"
  
-diff --git a/vendor/yansi-term/Cargo.toml b/vendor/yansi-term/Cargo.toml
-index 0317866..88ce8ef 100644
---- a/vendor/yansi-term/Cargo.toml
-+++ b/vendor/yansi-term/Cargo.toml
+Index: rust/vendor/yansi-term/Cargo.toml
+===================================================================
+--- rust.orig/vendor/yansi-term/Cargo.toml
++++ rust/vendor/yansi-term/Cargo.toml
 @@ -36,9 +36,6 @@ version = "1.0"
  
  [features]