aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-06-09 22:38:45 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2024-06-09 22:38:45 +0000
commitaed776ac49cb44705463d9e43c070dc56adaaae3 (patch)
tree98c318fd6f9e2718dd3eb634e9477d6151674d85 /Cargo.lock
parentBump deps (diff)
downloadminiserve-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.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5ee0a60..20bce99 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1703,7 +1703,6 @@ dependencies = [
"futures",
"grass",
"hex",
- "http",
"httparse",
"if-addrs",
"libflate",