mirror of
https://github.com/servo/servo.git
synced 2025-09-01 10:38:25 +01:00
Update serde to 0.9 (fixes #15325)
This commit is contained in:
parent
26d6c96b18
commit
fe3f4ff0c2
73 changed files with 630 additions and 604 deletions
|
@ -13,10 +13,10 @@ doctest = false
|
|||
testing = ["style/testing"]
|
||||
|
||||
[dependencies]
|
||||
app_units = "0.3"
|
||||
cssparser = {version = "0.9", features = ["heap_size"]}
|
||||
euclid = "0.10.1"
|
||||
html5ever-atoms = "0.1"
|
||||
app_units = "0.4"
|
||||
cssparser = {version = "0.10", features = ["heapsize"]}
|
||||
euclid = "0.11"
|
||||
html5ever-atoms = "0.2"
|
||||
matches = "0.1"
|
||||
owning_ref = "0.2.2"
|
||||
parking_lot = "0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue