From aa5daa4b431b2b1cbeda07e729df8c4b8f90030f Mon Sep 17 00:00:00 2001 From: madomado Date: Thu, 21 Sep 2023 15:52:45 +0800 Subject: [PATCH] Update bandwhich-fix-metadata-auto.diff Signed-off-by: madomado --- .../bandwhich-fix-metadata-auto.diff | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/anda/rust/bandwhich/bandwhich-fix-metadata-auto.diff b/anda/rust/bandwhich/bandwhich-fix-metadata-auto.diff index 0091bf4a7d..f9fdd38559 100644 --- a/anda/rust/bandwhich/bandwhich-fix-metadata-auto.diff +++ b/anda/rust/bandwhich/bandwhich-fix-metadata-auto.diff @@ -1,16 +1,20 @@ ---- bandwhich-0.20.0/Cargo.toml 2020-10-15T09:07:04+00:00 -+++ bandwhich-0.20.0/Cargo.toml 2020-10-15T09:07:04+00:00 -@@ -83,13 +83,3 @@ - version = "1" +--- bandwhich-0.21.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ bandwhich-0.21.0/Cargo.toml 2023-09-21T07:50:16.506970+00:00 +@@ -104,17 +104,3 @@ [target."cfg(target_os=\"linux\")".dependencies.procfs] - version = "0.7.4" + version = "0.15.1" + -[target."cfg(target_os=\"windows\")".dependencies.netstat2] --version = "0.9.0" +-version = "0.9.1" - -[target."cfg(target_os=\"windows\")".dependencies.sysinfo] --version = "0.15.1" +-version = "0.29.10" +- +-[target."cfg(target_os=\"windows\")".build-dependencies.anyhow] +-version = "1.0.75" +- -[target."cfg(target_os=\"windows\")".build-dependencies.http_req] --version = "0.7.0" +-version = "0.9.3" - -[target."cfg(target_os=\"windows\")".build-dependencies.zip] --version = "0.5.6" +-version = "0.6.6"