mirror of
https://github.com/servo/servo.git
synced 2025-06-20 07:08:59 +01:00
Bump serde to 0.7
This commit is contained in:
parent
7214fba45b
commit
46c505e47b
27 changed files with 370 additions and 375 deletions
|
@ -74,7 +74,7 @@ fnv = "1.0"
|
|||
heapsize = "0.3.0"
|
||||
heapsize_plugin = "0.1.2"
|
||||
html5ever = {version = "0.5.1", features = ["heap_size", "unstable"]}
|
||||
hyper = { version = "0.7", features = [ "serde-serialization" ] }
|
||||
hyper = { version = "0.8", features = [ "serde-serialization" ] }
|
||||
image = "0.7"
|
||||
libc = "0.2"
|
||||
log = "0.3.5"
|
||||
|
@ -87,11 +87,11 @@ ref_slice = "0.1.0"
|
|||
regex = "0.1.43"
|
||||
rustc-serialize = "0.3"
|
||||
selectors = {version = "0.5", features = ["heap_size"]}
|
||||
serde = "0.6"
|
||||
serde = "0.7"
|
||||
smallvec = "0.1"
|
||||
string_cache = {version = "0.2.11", features = ["heap_size", "unstable"]}
|
||||
time = "0.1.12"
|
||||
unicase = "1.0"
|
||||
url = {version = "0.5.7", features = ["heap_size"]}
|
||||
uuid = "0.1.16"
|
||||
websocket = "0.15.0"
|
||||
websocket = "0.15.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue