refactor(header): replace url crate with percent-encoding

This commit is contained in:
Sean McArthur
2017-06-13 10:55:12 -07:00
parent d09288e7b3
commit cee8692d81
3 changed files with 9 additions and 14 deletions

View File

@@ -27,13 +27,13 @@ httparse = "1.0"
language-tags = "0.2"
log = "0.3"
mime = "0.3.2"
percent-encoding = "1.0"
time = "0.1"
tokio-core = "0.1.6"
tokio-proto = "0.1"
tokio-service = "0.1"
tokio-io = "0.1"
unicase = "2.0"
url = "1.0"
[dev-dependencies]
num_cpus = "1.0"