|
|
|
@ -1,17 +1,17 @@
|
|
|
|
|
--- procs-0.10.5/Cargo.toml 2020-09-26T13:19:15+00:00
|
|
|
|
|
+++ procs-0.10.5/Cargo.toml 2020-10-26T16:23:42.940720+00:00
|
|
|
|
|
--- procs-0.10.10/Cargo.toml 2020-11-26T01:18:03+00:00
|
|
|
|
|
+++ procs-0.10.10/Cargo.toml 2020-12-15T20:47:21.423279+00:00
|
|
|
|
|
@@ -81,10 +81,6 @@
|
|
|
|
|
[dependencies.directories]
|
|
|
|
|
version = "2.0"
|
|
|
|
|
version = "3"
|
|
|
|
|
|
|
|
|
|
-[dependencies.dockworker]
|
|
|
|
|
-version = "0.0.18"
|
|
|
|
|
-version = "0.0.19"
|
|
|
|
|
-optional = true
|
|
|
|
|
-
|
|
|
|
|
[dependencies.getch]
|
|
|
|
|
version = "0.2"
|
|
|
|
|
|
|
|
|
|
@@ -109,37 +105,18 @@
|
|
|
|
|
@@ -109,9 +105,6 @@
|
|
|
|
|
[dependencies.unicode-width]
|
|
|
|
|
version = "0.1"
|
|
|
|
|
|
|
|
|
@ -19,14 +19,9 @@
|
|
|
|
|
-default = ["docker"]
|
|
|
|
|
-docker = ["dockworker"]
|
|
|
|
|
[target."cfg(target_os = \"linux\")".dependencies.pager]
|
|
|
|
|
version = "0.15"
|
|
|
|
|
version = "0.16"
|
|
|
|
|
|
|
|
|
|
[target."cfg(target_os = \"linux\")".dependencies.procfs]
|
|
|
|
|
-version = "0.7.1"
|
|
|
|
|
+version = "0.8.0"
|
|
|
|
|
|
|
|
|
|
[target."cfg(target_os = \"linux\")".dependencies.users]
|
|
|
|
|
version = "0.10"
|
|
|
|
|
@@ -123,23 +116,7 @@
|
|
|
|
|
|
|
|
|
|
[target."cfg(target_os = \"linux\")".dependencies.which]
|
|
|
|
|
version = "4"
|
|
|
|
@ -34,13 +29,13 @@
|
|
|
|
|
-version = "0.2"
|
|
|
|
|
|
|
|
|
|
-[target."cfg(target_os = \"macos\")".dependencies.libproc]
|
|
|
|
|
-version = "0.5"
|
|
|
|
|
-version = "0.9"
|
|
|
|
|
-
|
|
|
|
|
-[target."cfg(target_os = \"macos\")".dependencies.pager]
|
|
|
|
|
-version = "0.15"
|
|
|
|
|
-version = "0.16"
|
|
|
|
|
-
|
|
|
|
|
-[target."cfg(target_os = \"macos\")".dependencies.users]
|
|
|
|
|
-version = "0.10"
|
|
|
|
|
-version = "0.11"
|
|
|
|
|
-
|
|
|
|
|
-[target."cfg(target_os = \"macos\")".dependencies.which]
|
|
|
|
|
-version = "4"
|
|
|
|
|