Use servo forks of hyper and cookie-rs for more lenient cookie parsing behaviour.

This commit is contained in:
Josh Matthews 2015-02-02 16:53:48 +00:00
parent 0c51a192d7
commit 1dbbc1b72d
5 changed files with 23 additions and 19 deletions

View file

@ -50,7 +50,7 @@ git = "https://github.com/servo/html5ever"
[dependencies.hyper]
git = "https://github.com/servo/hyper"
branch = "servo"
branch = "old_servo_new_cookies"
[dependencies.js]
git = "https://github.com/servo/rust-mozjs"
@ -67,4 +67,4 @@ git = "https://github.com/servo/string-cache"
[dependencies]
encoding = "0.2"
url = "0.2.16"
time = "0.1.12"
time = "0.1.12"