Description: remove unused dependencies
 Ubuntu vendor Rust dependencies of the package in the vendor
 folder as part of the delta:
   vendor: add vendorized rust dependencies
 This folder is the snapshot of the package dependencies at the
 time of the upload.
 On top of that, a clean up is done to remove unused dependencies.
Author: Athos Ribeiro <athos.ribeiro@canonical.com>
Forwarded: not-needed
Origin: vendor
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+bug/2091303
Last-Update: 2026-07-08

---
 vendor/anstyle-query/Cargo.toml  |  7 -------
 vendor/anstyle-wincon/Cargo.toml |  7 -------
 vendor/atty/Cargo.toml           |  3 ---
 vendor/console/Cargo.toml        | 11 -----------
 vendor/errno/Cargo.toml          |  6 ------
 vendor/libloading/Cargo.toml     |  7 -------
 vendor/os_pipe/Cargo.toml        |  8 --------
 vendor/rustix/Cargo.toml         | 17 -----------------
 vendor/shared_child/Cargo.toml   |  6 ------
 vendor/tempfile/Cargo.toml       |  6 ------
 10 files changed, 78 deletions(-)

diff --git a/vendor/anstyle-query/Cargo.toml b/vendor/anstyle-query/Cargo.toml
index 4fed84e..dffd33c 100644
--- a/vendor/anstyle-query/Cargo.toml
+++ b/vendor/anstyle-query/Cargo.toml
@@ -92,13 +92,6 @@ path = "src/lib.rs"
 name = "query"
 path = "examples/query.rs"
 
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52.0"
-features = [
-    "Win32_System_Console",
-    "Win32_Foundation",
-]
-
 [lints.clippy]
 bool_assert_comparison = "allow"
 branches_sharing_code = "allow"
diff --git a/vendor/anstyle-wincon/Cargo.toml b/vendor/anstyle-wincon/Cargo.toml
index 0910394..121cb6a 100644
--- a/vendor/anstyle-wincon/Cargo.toml
+++ b/vendor/anstyle-wincon/Cargo.toml
@@ -103,13 +103,6 @@ version = "1.0.0"
 [dev-dependencies.lexopt]
 version = "0.3.0"
 
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52.0"
-features = [
-    "Win32_System_Console",
-    "Win32_Foundation",
-]
-
 [lints.clippy]
 bool_assert_comparison = "allow"
 branches_sharing_code = "allow"
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
@@ -27,8 +27,5 @@ version = "0.1.6"
 [target."cfg(unix)".dependencies.libc]
 version = "0.2"
 default-features = false
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["consoleapi", "processenv", "minwinbase", "minwindef", "winbase"]
 [badges.travis-ci]
 repository = "softprops/atty"
diff --git a/vendor/console/Cargo.toml b/vendor/console/Cargo.toml
index ecc237c..6c3cf81 100644
--- a/vendor/console/Cargo.toml
+++ b/vendor/console/Cargo.toml
@@ -59,14 +59,3 @@ default = [
 ]
 windows-console-colors = ["ansi-parsing"]
 
-[target."cfg(windows)".dependencies.encode_unicode]
-version = "0.3"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52.0"
-features = [
-    "Win32_Foundation",
-    "Win32_System_Console",
-    "Win32_Storage_FileSystem",
-    "Win32_UI_Input_KeyboardAndMouse",
-]
diff --git a/vendor/errno/Cargo.toml b/vendor/errno/Cargo.toml
index d06c01f..8842cc9 100644
--- a/vendor/errno/Cargo.toml
+++ b/vendor/errno/Cargo.toml
@@ -41,9 +41,3 @@ default-features = false
 version = "0.2"
 default-features = false
 
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52"
-features = [
-    "Win32_Foundation",
-    "Win32_System_Diagnostics_Debug",
-]
diff --git a/vendor/libloading/Cargo.toml b/vendor/libloading/Cargo.toml
index 9fa2501..3eda5a2 100644
--- a/vendor/libloading/Cargo.toml
+++ b/vendor/libloading/Cargo.toml
@@ -43,13 +43,6 @@ version = "1.1"
 [target."cfg(unix)".dependencies.cfg-if]
 version = "1"
 
-[target."cfg(windows)".dependencies.windows-targets]
-version = ">=0.48, <0.53"
-
-[target."cfg(windows)".dev-dependencies.windows-sys]
-version = "0.52"
-features = ["Win32_Foundation"]
-
 [lints.rust.unexpected_cfgs]
 level = "warn"
 priority = 0
diff --git a/vendor/os_pipe/Cargo.toml b/vendor/os_pipe/Cargo.toml
index fffb64e..59b3a60 100644
--- a/vendor/os_pipe/Cargo.toml
+++ b/vendor/os_pipe/Cargo.toml
@@ -53,11 +53,3 @@ io_safety = []
 
 [target."cfg(not(windows))".dependencies.libc]
 version = "0.2.62"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59.0"
-features = [
-    "Win32_Foundation",
-    "Win32_System_Pipes",
-    "Win32_Security",
-]
diff --git a/vendor/rustix/Cargo.toml b/vendor/rustix/Cargo.toml
index 613cc6b..8cb2637 100644
--- a/vendor/rustix/Cargo.toml
+++ b/vendor/rustix/Cargo.toml
@@ -254,20 +254,3 @@ package = "errno"
 [target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dependencies.once_cell]
 version = "1.5.2"
 optional = true
-
-[target."cfg(windows)".dependencies.libc_errno]
-version = "0.3.8"
-default-features = false
-package = "errno"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52.0"
-features = [
-    "Win32_Foundation",
-    "Win32_Networking_WinSock",
-    "Win32_NetworkManagement_IpHelper",
-    "Win32_System_Threading",
-]
-
-[target."cfg(windows)".dev-dependencies.ctor]
-version = "0.2.0"
diff --git a/vendor/shared_child/Cargo.toml b/vendor/shared_child/Cargo.toml
index fb85784..8c7a508 100644
--- a/vendor/shared_child/Cargo.toml
+++ b/vendor/shared_child/Cargo.toml
@@ -39,9 +39,3 @@ path = "src/lib.rs"
 [target."cfg(not(windows))".dependencies.libc]
 version = "0.2.42"
 
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59.0"
-features = [
-    "Win32_Foundation",
-    "Win32_System_Threading",
-]
diff --git a/vendor/tempfile/Cargo.toml b/vendor/tempfile/Cargo.toml
index 4ee5f64..751f91f 100644
--- a/vendor/tempfile/Cargo.toml
+++ b/vendor/tempfile/Cargo.toml
@@ -82,9 +82,3 @@ nightly = []
 version = "0.38.31"
 features = ["fs"]
 
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52"
-features = [
-    "Win32_Storage_FileSystem",
-    "Win32_Foundation",
-]
-- 
2.43.0

