Files
packages/anda/langs/rust/bandwhich/bandwhich-fix-metadata-auto.diff
T
2024-02-12 10:43:51 +08:00

24 lines
722 B
Diff

--- bandwhich-0.22.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bandwhich-0.22.2/Cargo.toml 2024-02-02T05:59:38.855816+00:00
@@ -149,20 +149,6 @@
version = "0.25.0"
features = ["derive"]
-[target."cfg(any(target_os = \"macos\", target_os = \"freebsd\"))".dependencies.regex]
-version = "1.10.3"
-
[target."cfg(target_os = \"linux\")".dependencies.procfs]
version = "0.16.0"
-[target."cfg(target_os = \"windows\")".dependencies.netstat2]
-version = "0.9.1"
-
-[target."cfg(target_os = \"windows\")".dependencies.sysinfo]
-version = "0.30.5"
-
-[target."cfg(target_os = \"windows\")".build-dependencies.http_req]
-version = "0.10.2"
-
-[target."cfg(target_os = \"windows\")".build-dependencies.zip]
-version = "0.6.6"