From 18d253a2a900dbb15ec531ae2d29681049c62bca Mon Sep 17 00:00:00 2001 From: rascul Date: Sat, 23 Jul 2022 17:18:05 -0500 Subject: [PATCH] update dep tree --- README.md | 68 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 35 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 7a3d79e..2f88068 100644 --- a/README.md +++ b/README.md @@ -109,66 +109,68 @@ Output of `cargo tree`: ~~~ sup v0.1.0 (/home/rascul/src/sup) -├── chrono v0.4.10 -│ ├── num-integer v0.1.41 -│ │ └── num-traits v0.2.10 +├── chrono v0.4.19 +│ ├── libc v0.2.126 +│ ├── num-integer v0.1.45 +│ │ └── num-traits v0.2.15 │ │ [build-dependencies] -│ │ └── autocfg v0.1.7 +│ │ └── autocfg v1.1.0 │ │ [build-dependencies] -│ │ └── autocfg v0.1.7 -│ ├── num-traits v0.2.10 (*) -│ └── time v0.1.42 +│ │ └── autocfg v1.1.0 +│ ├── num-traits v0.2.15 (*) +│ └── time v0.1.44 │ └── libc v0.2.126 ├── colored v2.0.0 -│ ├── atty v0.2.13 +│ ├── atty v0.2.14 │ │ └── libc v0.2.126 │ └── lazy_static v1.4.0 ├── dirs v4.0.0 │ └── dirs-sys v0.3.7 │ └── libc v0.2.126 ├── fern v0.6.1 -│ ├── colored v1.9.0 -│ │ ├── atty v0.2.13 (*) +│ ├── colored v1.9.3 +│ │ ├── atty v0.2.14 (*) │ │ └── lazy_static v1.4.0 -│ └── log v0.4.8 -│ └── cfg-if v0.1.10 +│ └── log v0.4.17 +│ └── cfg-if v1.0.0 ├── getopts v0.2.21 -│ └── unicode-width v0.1.7 -├── log v0.4.8 (*) -├── mio v0.6.21 +│ └── unicode-width v0.1.9 +├── log v0.4.17 (*) +├── mio v0.6.23 │ ├── cfg-if v0.1.10 │ ├── iovec v0.1.4 │ │ └── libc v0.2.126 │ ├── libc v0.2.126 -│ ├── log v0.4.8 (*) -│ ├── net2 v0.2.33 +│ ├── log v0.4.17 (*) +│ ├── net2 v0.2.37 │ │ ├── cfg-if v0.1.10 │ │ └── libc v0.2.126 -│ └── slab v0.4.2 +│ └── slab v0.4.7 +│ [build-dependencies] +│ └── autocfg v1.1.0 ├── mio-child-process v0.2.1 │ ├── libc v0.2.126 -│ ├── mio v0.6.21 (*) +│ ├── mio v0.6.23 (*) │ └── mio-extras v2.0.6 -│ ├── lazycell v1.2.1 -│ ├── log v0.4.8 (*) -│ ├── mio v0.6.21 (*) -│ └── slab v0.4.2 -├── serde v1.0.103 -├── serde_derive v1.0.103 (proc-macro) +│ ├── lazycell v1.3.0 +│ ├── log v0.4.17 (*) +│ ├── mio v0.6.23 (*) +│ └── slab v0.4.7 (*) +├── serde v1.0.140 +├── serde_derive v1.0.140 (proc-macro) │ ├── proc-macro2 v1.0.40 │ │ └── unicode-ident v1.0.2 -│ ├── quote v1.0.2 +│ ├── quote v1.0.20 │ │ └── proc-macro2 v1.0.40 (*) │ └── syn v1.0.98 │ ├── proc-macro2 v1.0.40 (*) -│ ├── quote v1.0.2 (*) +│ ├── quote v1.0.20 (*) │ └── unicode-ident v1.0.2 -├── signal-hook v0.1.12 +├── signal-hook v0.1.17 │ ├── libc v0.2.126 -│ ├── mio v0.6.21 (*) -│ └── signal-hook-registry v1.2.0 -│ ├── arc-swap v0.4.4 +│ ├── mio v0.6.23 (*) +│ └── signal-hook-registry v1.4.0 │ └── libc v0.2.126 -└── toml v0.5.5 - └── serde v1.0.103 +└── toml v0.5.9 + └── serde v1.0.140 ~~~