mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Use get_mut instead of get-remove-set in XHR send()
This commit is contained in:
parent
00af25b685
commit
fc6e20f652
11 changed files with 30 additions and 34 deletions
|
@ -16,7 +16,7 @@ cookie = { version = "0.2.5", features = ["serialize-serde", "serialize-rustc" ]
|
|||
device = {git = "https://github.com/servo/devices"}
|
||||
devtools_traits = {path = "../devtools_traits"}
|
||||
flate2 = "0.2.0"
|
||||
hyper = {version = "0.9", features = ["serde-serialization"]}
|
||||
hyper = {version = "0.9.9", features = ["serde-serialization"]}
|
||||
immeta = "0.3.1"
|
||||
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
|
||||
lazy_static = "0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue