refactor(header): Change to base64 serialize

Replace rustc-serialize with base64 crate.

Closes #1028
This commit is contained in:
Andy Moran
2017-01-24 01:09:14 -06:00
committed by Sean McArthur
parent 0e332c66f2
commit 529ad564c3
3 changed files with 6 additions and 10 deletions

View File

@@ -12,6 +12,7 @@ keywords = ["http", "hyper", "hyperium"]
categories = ["web-programming::http-client", "web-programming::http-server"]
[dependencies]
base64 = "0.3.0"
futures = "0.1.7"
futures-cpupool = "0.1"
httparse = "1.0"
@@ -19,7 +20,6 @@ language-tags = "0.2"
log = "0.3"
mime = "0.2"
relay = "0.1"
rustc-serialize = "0.3"
time = "0.1"
tokio-core = "0.1"
tokio-proto = "0.1"