drop md5 crate dependency

we already depend on openssl which also provides md5

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2019-11-14 11:19:43 +01:00
parent f569acc5e2
commit c5946faffd
2 changed files with 8 additions and 3 deletions

View File

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