Removing AsciiString dep and one unsafe

This library is not about enforcing standards, so the internal use of
AsciiString for headers and status lines is not necessary.
This commit is contained in:
Martin Algesten
2019-10-20 10:40:30 +02:00
parent ee40b2cff0
commit ed999b579d
4 changed files with 11 additions and 14 deletions

View File

@@ -17,7 +17,6 @@ charset = ["encoding"]
tls = ["rustls", "webpki", "webpki-roots"]
[dependencies]
ascii = "1"
base64 = "0.10"
chunked_transfer = "1"
cookie = { version = "0.12", features = ["percent-encode"] }