mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -22,7 +22,7 @@ git = "https://github.com/servo/rust-geom"
|
|||
|
||||
[dependencies.hyper]
|
||||
git = "https://github.com/servo/hyper"
|
||||
branch = "servo"
|
||||
branch = "old_servo_new_cookies"
|
||||
|
||||
[dependencies.layers]
|
||||
git = "https://github.com/servo/rust-layers"
|
||||
|
@ -34,4 +34,4 @@ git = "https://github.com/servo/rust-core-foundation"
|
|||
git = "https://github.com/servo/rust-io-surface"
|
||||
|
||||
[dependencies]
|
||||
url = "0.2.16"
|
||||
url = "0.2.16"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue