Use get_mut instead of get-remove-set in XHR send()

This commit is contained in:
Darin Minamoto 2016-06-27 21:31:28 -07:00
parent 00af25b685
commit fc6e20f652
11 changed files with 30 additions and 34 deletions

View file

@ -14,7 +14,7 @@ msg = {path = "../msg"}
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
hyper = { version = "0.9", features = [ "serde-serialization" ] }
hyper = { version = "0.9.9", features = [ "serde-serialization" ] }
image = "0.10"
lazy_static = "0.2"
log = "0.3.5"