5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-01-10 01:18:06 +03:00

drop unused mio crate

we still depend on it through other crates, but we don't use
it directly

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-11-14 11:20:05 +01:00
parent c5946faffd
commit db43665a14

View File

@ -22,7 +22,6 @@ hyper = { version = "0.13.0-alpha.1" }
lazy_static = "1.3"
libc = "0.2"
log = "0.4"
mio = "0.6"
native-tls = "0.2"
nix = "0.15"
openssl = "0.10"