aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAli MJ Al-Nasrawy <alimjalnasrawy@gmail.com>2021-05-19 20:23:30 +0000
committerAli MJ Al-Nasrawy <alimjalnasrawy@gmail.com>2021-08-31 12:48:18 +0000
commit3c80cc18748d18963e794e06baca8283f6ac4f43 (patch)
treec23637322264d740a3ace028268bcfbb75398a60 /Cargo.toml
parentextract_query_parameters(): avoid clone and simplify (diff)
downloadminiserve-3c80cc18748d18963e794e06baca8283f6ac4f43.tar.gz
miniserve-3c80cc18748d18963e794e06baca8283f6ac4f43.zip
Simplify custom headers
Signed-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ada8e05..db51a4d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,7 +50,6 @@ qrcodegen = "1"
mime = "0.3"
httparse = "1"
http = "0.2"
-bytes = "1"
atty = "0.2"
rustls = { version = "0.19", optional = true }
socket2 = "0.4"