diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-06-09 22:38:45 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-06-09 22:38:45 +0000 |
commit | aed776ac49cb44705463d9e43c070dc56adaaae3 (patch) | |
tree | 98c318fd6f9e2718dd3eb634e9477d6151674d85 /Cargo.toml | |
parent | Bump deps (diff) | |
download | miniserve-aed776ac49cb44705463d9e43c070dc56adaaae3.tar.gz miniserve-aed776ac49cb44705463d9e43c070dc56adaaae3.zip |
Remove explicit dependency on http
We now use the one supplied by actix-web.
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -37,7 +37,6 @@ fast_qr = { version = "0.12", features = ["svg"] } futures = "0.3" grass = { version = "0.13", features = ["macro"], default-features = false } hex = "0.4" -http = "0.2" httparse = "1" if-addrs = "0.12" libflate = "2" |