mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Bump cssparser to 0.5.2
This commit is contained in:
parent
1da19170d2
commit
5bb3fc395a
13 changed files with 43 additions and 43 deletions
|
@ -47,7 +47,7 @@ git = "https://github.com/servo/ipc-channel"
|
|||
[dependencies]
|
||||
app_units = {version = "0.2", features = ["plugins"]}
|
||||
bitflags = "0.3"
|
||||
cssparser = { version = "0.5", features = [ "serde-serialization" ] }
|
||||
cssparser = {version = "0.5.2", features = ["serde-serialization"]}
|
||||
euclid = {version = "0.6.1", features = ["unstable", "plugins"]}
|
||||
getopts = "0.2.11"
|
||||
html5ever = { version = "0.4", features = ["unstable"], optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue