diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-03-09 16:31:33 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-03-09 20:14:38 +0100 |
commit | 200e2286fd10c8ddbc300c2988bf272238c297b6 (patch) | |
tree | ade446bdefdda8563b8a56aff9997ef273e58633 /components/script | |
parent | 7771f28a2205317b92e87d48729a658862f3ffeb (diff) | |
download | servo-200e2286fd10c8ddbc300c2988bf272238c297b6.tar.gz servo-200e2286fd10c8ddbc300c2988bf272238c297b6.zip |
Bump cssparser to 0.5.4
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 e196f25c3fe..261438e8557 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -67,7 +67,7 @@ path = "../gfx_traits" app_units = {version = "0.2.3", features = ["plugins"]} bitflags = "0.3" caseless = "0.1.0" -cssparser = {version = "0.5.3", features = ["heap_size", "serde-serialization"]} +cssparser = {version = "0.5.4", features = ["heap_size", "serde-serialization"]} encoding = "0.2" euclid = {version = "0.6.2", features = ["plugins"]} fnv = "1.0" |