chore: replace old get-if-addrs with new if-addrs (#78)

This commit is contained in:
sigoden
2022-06-29 10:01:01 +08:00
committed by GitHub
parent 6554c1c308
commit fd02a53823
3 changed files with 28 additions and 58 deletions

View File

@@ -25,7 +25,7 @@ async_zip = "0.0.7"
async-walkdir = "0.2"
headers = "0.3"
mime_guess = "2.0"
get_if_addrs = "0.5"
if-addrs = "0.7"
rustls = { version = "0.20", default-features = false, features = ["tls12"], optional = true }
rustls-pemfile = { version = "1", optional = true }
tokio-rustls = { version = "0.23", optional = true }