diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-04-20 20:40:53 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-04-20 20:40:53 +0000 |
commit | 73c65650e855298a6565275d6c57c3a45d86c914 (patch) | |
tree | 850d4bfef759baa48521f7e12887d7fbe3f2792d /Cargo.toml | |
parent | Bump deps (diff) | |
download | miniserve-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |