diff options
Diffstat (limited to 'servo/components/style/Cargo.toml')
-rw-r--r-- | servo/components/style/Cargo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/servo/components/style/Cargo.toml b/servo/components/style/Cargo.toml index d6e37d4903..7aa9637f70 100644 --- a/servo/components/style/Cargo.toml +++ b/servo/components/style/Cargo.toml @@ -30,7 +30,7 @@ arrayvec = "0.7" atomic_refcell = "0.1" bitflags = "2" byteorder = "1.0" -cssparser = "0.33" +cssparser = "0.34" derive_more = { version = "0.99", default-features = false, features = ["add", "add_assign", "deref", "deref_mut", "from"] } dom = { path = "../../../dom/base/rust" } new_debug_unreachable = "1.0" @@ -39,7 +39,7 @@ euclid = "0.22" fxhash = "0.2" html5ever = {version = "0.24", optional = true} icu_segmenter = { version = "1.4", default-features = false, features = ["auto", "compiled_data"] } -indexmap = {version = "1.0", features = ["std"]} +indexmap = {version = "2", features = ["std"]} itertools = "0.10" itoa = "1.0" lazy_static = "1" @@ -52,7 +52,6 @@ num_cpus = {version = "1.1.0"} num-integer = "0.1" num-traits = "0.2" num-derive = "0.4" -owning_ref = "0.4" parking_lot = "0.12" precomputed-hash = "0.1.1" rayon = "1" |