update dep tree

master
rascul 2 years ago
parent dfcf868583
commit 18d253a2a9

@ -109,66 +109,68 @@ Output of `cargo tree`:
~~~ ~~~
sup v0.1.0 (/home/rascul/src/sup) sup v0.1.0 (/home/rascul/src/sup)
├── chrono v0.4.10 ├── chrono v0.4.19
│ ├── num-integer v0.1.41 │ ├── libc v0.2.126
│ │ └── num-traits v0.2.10 │ ├── num-integer v0.1.45
│ │ └── num-traits v0.2.15
│ │ [build-dependencies] │ │ [build-dependencies]
│ │ └── autocfg v0.1.7 │ │ └── autocfg v1.1.0
│ │ [build-dependencies] │ │ [build-dependencies]
│ │ └── autocfg v0.1.7 │ │ └── autocfg v1.1.0
│ ├── num-traits v0.2.10 (*) │ ├── num-traits v0.2.15 (*)
│ └── time v0.1.42 │ └── time v0.1.44
│ └── libc v0.2.126 │ └── libc v0.2.126
├── colored v2.0.0 ├── colored v2.0.0
│ ├── atty v0.2.13 │ ├── atty v0.2.14
│ │ └── libc v0.2.126 │ │ └── libc v0.2.126
│ └── lazy_static v1.4.0 │ └── lazy_static v1.4.0
├── dirs v4.0.0 ├── dirs v4.0.0
│ └── dirs-sys v0.3.7 │ └── dirs-sys v0.3.7
│ └── libc v0.2.126 │ └── libc v0.2.126
├── fern v0.6.1 ├── fern v0.6.1
│ ├── colored v1.9.0 │ ├── colored v1.9.3
│ │ ├── atty v0.2.13 (*) │ │ ├── atty v0.2.14 (*)
│ │ └── lazy_static v1.4.0 │ │ └── lazy_static v1.4.0
│ └── log v0.4.8 │ └── log v0.4.17
│ └── cfg-if v0.1.10 │ └── cfg-if v1.0.0
├── getopts v0.2.21 ├── getopts v0.2.21
│ └── unicode-width v0.1.7 │ └── unicode-width v0.1.9
├── log v0.4.8 (*) ├── log v0.4.17 (*)
├── mio v0.6.21 ├── mio v0.6.23
│ ├── cfg-if v0.1.10 │ ├── cfg-if v0.1.10
│ ├── iovec v0.1.4 │ ├── iovec v0.1.4
│ │ └── libc v0.2.126 │ │ └── libc v0.2.126
│ ├── libc v0.2.126 │ ├── libc v0.2.126
│ ├── log v0.4.8 (*) │ ├── log v0.4.17 (*)
│ ├── net2 v0.2.33 │ ├── net2 v0.2.37
│ │ ├── cfg-if v0.1.10 │ │ ├── cfg-if v0.1.10
│ │ └── libc v0.2.126 │ │ └── libc v0.2.126
│ └── slab v0.4.2 │ └── slab v0.4.7
│ [build-dependencies]
│ └── autocfg v1.1.0
├── mio-child-process v0.2.1 ├── mio-child-process v0.2.1
│ ├── libc v0.2.126 │ ├── libc v0.2.126
│ ├── mio v0.6.21 (*) │ ├── mio v0.6.23 (*)
│ └── mio-extras v2.0.6 │ └── mio-extras v2.0.6
│ ├── lazycell v1.2.1 │ ├── lazycell v1.3.0
│ ├── log v0.4.8 (*) │ ├── log v0.4.17 (*)
│ ├── mio v0.6.21 (*) │ ├── mio v0.6.23 (*)
│ └── slab v0.4.2 │ └── slab v0.4.7 (*)
├── serde v1.0.103 ├── serde v1.0.140
├── serde_derive v1.0.103 (proc-macro) ├── serde_derive v1.0.140 (proc-macro)
│ ├── proc-macro2 v1.0.40 │ ├── proc-macro2 v1.0.40
│ │ └── unicode-ident v1.0.2 │ │ └── unicode-ident v1.0.2
│ ├── quote v1.0.2 │ ├── quote v1.0.20
│ │ └── proc-macro2 v1.0.40 (*) │ │ └── proc-macro2 v1.0.40 (*)
│ └── syn v1.0.98 │ └── syn v1.0.98
│ ├── proc-macro2 v1.0.40 (*) │ ├── proc-macro2 v1.0.40 (*)
│ ├── quote v1.0.2 (*) │ ├── quote v1.0.20 (*)
│ └── unicode-ident v1.0.2 │ └── unicode-ident v1.0.2
├── signal-hook v0.1.12 ├── signal-hook v0.1.17
│ ├── libc v0.2.126 │ ├── libc v0.2.126
│ ├── mio v0.6.21 (*) │ ├── mio v0.6.23 (*)
│ └── signal-hook-registry v1.2.0 │ └── signal-hook-registry v1.4.0
│ ├── arc-swap v0.4.4
│ └── libc v0.2.126 │ └── libc v0.2.126
└── toml v0.5.5 └── toml v0.5.9
└── serde v1.0.103 └── serde v1.0.140
~~~ ~~~

Loading…
Cancel
Save