Re-sort deps

This commit is contained in:
Sven-Hendrik Haase 2022-08-15 02:16:51 +02:00
parent 1d69bfd41a
commit f03c7b1a10
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -31,6 +31,7 @@ chrono-humanize = "0.2"
clap = { version = "3.2", features = ["derive", "cargo", "wrap_help"] }
clap_complete = "3.2.3"
clap_mangen = "0.1"
comrak = "0.14.0"
futures = "0.3"
get_if_addrs = "0.5"
hex = "0.4"
@ -56,7 +57,6 @@ tar = "0.4"
thiserror = "1"
yansi = "0.5"
zip = { version = "0.6.2", default-features = false }
comrak = "0.14.0"
[features]
default = ["tls"]