aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2023-04-20 20:40:53 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2023-04-20 20:40:53 +0000
commit73c65650e855298a6565275d6c57c3a45d86c914 (patch)
tree850d4bfef759baa48521f7e12887d7fbe3f2792d /Cargo.toml
parentBump deps (diff)
downloadminiserve-73c65650e855298a6565275d6c57c3a45d86c914.tar.gz
miniserve-73c65650e855298a6565275d6c57c3a45d86c914.zip
Switch from deprecated get_if_addrs to if-addrs
Fixes #1079.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f573b76..999f803 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ clap_mangen = "0.2"
comrak = { version = "0.18", default-features = false }
fast_qr = { version = "0.8", features = ["svg"] }
futures = "0.3"
-get_if_addrs = "0.5"
+if-addrs = "0.10"
hex = "0.4"
http = "0.2"
httparse = "1"