diff --git a/components/canvas_traits/Cargo.toml b/components/canvas_traits/Cargo.toml index 4fc4be5afc5..b0985bdab63 100644 --- a/components/canvas_traits/Cargo.toml +++ b/components/canvas_traits/Cargo.toml @@ -35,7 +35,7 @@ path = "../plugins" path = "../util" [dependencies] -cssparser = { version = "0.5", features = [ "serde-serialization" ] } +cssparser = {version = "0.5.2", features = ["serde-serialization"]} euclid = {version = "0.6.1", features = ["plugins"]} serde_macros = "0.6" diff --git a/components/layout/Cargo.toml b/components/layout/Cargo.toml index eb693ea6909..cbdbe3c9dc3 100644 --- a/components/layout/Cargo.toml +++ b/components/layout/Cargo.toml @@ -56,7 +56,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 = ["plugins"]} fnv = "1.0" libc = "0.2" diff --git a/components/msg/Cargo.toml b/components/msg/Cargo.toml index 5ca45718d2b..599888015c8 100644 --- a/components/msg/Cargo.toml +++ b/components/msg/Cargo.toml @@ -22,7 +22,7 @@ path = "../plugins" [dependencies] bitflags = "0.3" -cssparser = { version = "0.5", features = [ "serde-serialization" ] } +cssparser = {version = "0.5.2", features = ["serde-serialization"]} euclid = {version = "0.6.1", features = ["plugins"]} hyper = { version = "0.7", features = [ "serde-serialization" ] } rustc-serialize = "0.3.4" diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index 71401c4baeb..1982e26f908 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -66,7 +66,7 @@ path = "../gfx_traits" app_units = {version = "0.2", features = ["plugins"]} bitflags = "0.3" caseless = "0.1.0" -cssparser = { version = "0.5", features = [ "serde-serialization" ] } +cssparser = {version = "0.5.2", features = ["serde-serialization"]} encoding = "0.2" euclid = {version = "0.6.1", features = ["plugins"]} fnv = "1.0" diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index ebac174ee44..afdf7497b9e 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -165,7 +165,7 @@ name = "canvas_traits" version = "0.0.1" dependencies = [ "azure 0.4.0 (git+https://github.com/servo/rust-azure)", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_traits 0.0.1", "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", @@ -330,7 +330,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cssparser" -version = "0.5.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", @@ -959,7 +959,7 @@ dependencies = [ "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "canvas 0.0.1", "canvas_traits 0.0.1", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "gfx 0.0.1", @@ -1150,7 +1150,7 @@ name = "msg" version = "0.0.1" dependencies = [ "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", @@ -1524,7 +1524,7 @@ dependencies = [ "canvas 0.0.1", "canvas_traits 0.0.1", "caseless 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1600,7 +1600,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "quickersort 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1789,7 +1789,7 @@ version = "0.0.1" dependencies = [ "app_units 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1815,7 +1815,7 @@ name = "style_tests" version = "0.0.1" dependencies = [ "app_units 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "plugins 0.0.1", @@ -1831,7 +1831,7 @@ dependencies = [ name = "style_traits" version = "0.0.1" dependencies = [ - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1979,7 +1979,7 @@ dependencies = [ "app_units 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "azure 0.4.0 (git+https://github.com/servo/rust-azure)", "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "html5ever 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index d2d1df70184..71e515c6d19 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -20,7 +20,7 @@ path = "../style_traits" [dependencies] app_units = {version = "0.2", features = ["plugins"]} -cssparser = { version = "0.5", features = [ "serde-serialization" ] } +cssparser = {version = "0.5.2", features = ["serde-serialization"]} log = "0.3" encoding = "0.2" fnv = "1.0" diff --git a/components/style_traits/Cargo.toml b/components/style_traits/Cargo.toml index 60aa8ed54bf..bc937f1ae94 100644 --- a/components/style_traits/Cargo.toml +++ b/components/style_traits/Cargo.toml @@ -14,7 +14,7 @@ path = "../util" path = "../plugins" [dependencies] -cssparser = { version = "0.5", features = [ "serde-serialization" ] } +cssparser = {version = "0.5.2", features = ["serde-serialization"]} euclid = {version = "0.6.1", features = ["plugins"]} lazy_static = "0.1.10" log = "0.3" diff --git a/components/util/Cargo.toml b/components/util/Cargo.toml index 605817fc3c1..4348c0853a9 100644 --- a/components/util/Cargo.toml +++ b/components/util/Cargo.toml @@ -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 } diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index f1af1d73976..13a48d33f2d 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -155,7 +155,7 @@ name = "canvas_traits" version = "0.0.1" dependencies = [ "azure 0.4.0 (git+https://github.com/servo/rust-azure)", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_traits 0.0.1", "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", @@ -331,7 +331,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cssparser" -version = "0.5.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", @@ -918,7 +918,7 @@ dependencies = [ "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "canvas 0.0.1", "canvas_traits 0.0.1", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "gfx 0.0.1", @@ -1109,7 +1109,7 @@ name = "msg" version = "0.0.1" dependencies = [ "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", @@ -1448,7 +1448,7 @@ dependencies = [ "canvas 0.0.1", "canvas_traits 0.0.1", "caseless 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1515,7 +1515,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "quickersort 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1739,7 +1739,7 @@ version = "0.0.1" dependencies = [ "app_units 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1764,7 +1764,7 @@ dependencies = [ name = "style_traits" version = "0.0.1" dependencies = [ - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1912,7 +1912,7 @@ dependencies = [ "app_units 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "azure 0.4.0 (git+https://github.com/servo/rust-azure)", "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "html5ever 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/geckolib/Cargo.lock b/ports/geckolib/Cargo.lock index 7a6fba1ecaf..5563b9defc0 100644 --- a/ports/geckolib/Cargo.lock +++ b/ports/geckolib/Cargo.lock @@ -4,7 +4,7 @@ version = "0.0.1" dependencies = [ "app_units 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -67,7 +67,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cssparser" -version = "0.5.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", @@ -317,7 +317,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "quickersort 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -374,7 +374,7 @@ version = "0.0.1" dependencies = [ "app_units 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -399,7 +399,7 @@ dependencies = [ name = "style_traits" version = "0.0.1" dependencies = [ - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -468,7 +468,7 @@ version = "0.0.1" dependencies = [ "app_units 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", diff --git a/ports/geckolib/Cargo.toml b/ports/geckolib/Cargo.toml index eec2a77c1bf..65acecef6ba 100644 --- a/ports/geckolib/Cargo.toml +++ b/ports/geckolib/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["staticlib"] [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 = ["plugins"]} libc = "0.2" log = "0.3" diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 8d41c6c63d2..0a3ca67c4bb 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -147,7 +147,7 @@ name = "canvas_traits" version = "0.0.1" dependencies = [ "azure 0.4.0 (git+https://github.com/servo/rust-azure)", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_traits 0.0.1", "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", @@ -312,7 +312,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cssparser" -version = "0.5.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", @@ -889,7 +889,7 @@ dependencies = [ "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "canvas 0.0.1", "canvas_traits 0.0.1", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "gfx 0.0.1", @@ -1080,7 +1080,7 @@ name = "msg" version = "0.0.1" dependencies = [ "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", @@ -1419,7 +1419,7 @@ dependencies = [ "canvas 0.0.1", "canvas_traits 0.0.1", "caseless 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1486,7 +1486,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "quickersort 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1708,7 +1708,7 @@ version = "0.0.1" dependencies = [ "app_units 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1733,7 +1733,7 @@ dependencies = [ name = "style_traits" version = "0.0.1" dependencies = [ - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1881,7 +1881,7 @@ dependencies = [ "app_units 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "azure 0.4.0 (git+https://github.com/servo/rust-azure)", "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "html5ever 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/tests/unit/style/Cargo.toml b/tests/unit/style/Cargo.toml index a68d0d66c36..cb5ad2c7896 100644 --- a/tests/unit/style/Cargo.toml +++ b/tests/unit/style/Cargo.toml @@ -26,7 +26,7 @@ path = "../../../components/util" [dependencies] app_units = {version = "0.2", features = ["plugins"]} url = "0.5.4" -cssparser = "0.5" +cssparser = "0.5.2" selectors = "0.4.1" string_cache = "0.2.7" euclid = {version = "0.6.1", features = ["plugins"]}