mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Use servo forks of hyper and cookie-rs for more lenient cookie parsing behaviour.
This commit is contained in:
parent
0c51a192d7
commit
1dbbc1b72d
5 changed files with 23 additions and 19 deletions
|
@ -15,7 +15,11 @@ git = "https://github.com/servo/rust-geom"
|
|||
|
||||
[dependencies.hyper]
|
||||
git = "https://github.com/servo/hyper"
|
||||
branch = "servo"
|
||||
branch = "old_servo_new_cookies"
|
||||
|
||||
[dependencies.cookie]
|
||||
git = "https://github.com/servo/cookie-rs"
|
||||
branch = "lenientparse_backport"
|
||||
|
||||
[dependencies.png]
|
||||
git = "https://github.com/servo/rust-png"
|
||||
|
@ -27,4 +31,3 @@ git = "https://github.com/servo/rust-stb-image"
|
|||
url = "0.2.16"
|
||||
time = "0.1.12"
|
||||
openssl="0.2.15"
|
||||
cookie = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue