diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2016-09-07 09:58:08 +0800 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2016-09-07 14:13:56 +0800 |
commit | 8bfe978c7868e2873f365b4cae4531db4c49d6b9 (patch) | |
tree | 26bf761fb95aacf84f0f7c30fe116168482c073e /components/script | |
parent | 72279cc7eb044a760ce461d76da2ff62adc511dc (diff) | |
download | servo-8bfe978c7868e2873f365b4cae4531db4c49d6b9.tar.gz servo-8bfe978c7868e2873f365b4cae4531db4c49d6b9.zip |
Update cssparser
Diffstat (limited to 'components/script')
-rw-r--r-- | components/script/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index 3e8e216c986..836a0ff7efc 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -27,7 +27,7 @@ bitflags = "0.7" canvas_traits = {path = "../canvas_traits"} caseless = "0.1.0" cookie = {version = "0.2.5", features = ["serialize-rustc"]} -cssparser = {version = "0.6", features = ["heap_size", "serde-serialization"]} +cssparser = {version = "0.7", features = ["heap_size", "serde-serialization"]} devtools_traits = {path = "../devtools_traits"} encoding = "0.2" euclid = "0.10.1" |