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/msg | |
parent | 7771f28a2205317b92e87d48729a658862f3ffeb (diff) | |
download | servo-200e2286fd10c8ddbc300c2988bf272238c297b6.tar.gz servo-200e2286fd10c8ddbc300c2988bf272238c297b6.zip |
Bump cssparser to 0.5.4
Diffstat (limited to 'components/msg')
-rw-r--r-- | components/msg/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/msg/Cargo.toml b/components/msg/Cargo.toml index 5e3da24f14d..76a1ad13971 100644 --- a/components/msg/Cargo.toml +++ b/components/msg/Cargo.toml @@ -26,7 +26,7 @@ git = "https://github.com/servo/webrender_traits" [dependencies] bitflags = "0.3" -cssparser = {version = "0.5.3", features = ["heap_size", "serde-serialization"]} +cssparser = {version = "0.5.4", features = ["heap_size", "serde-serialization"]} euclid = {version = "0.6.2", features = ["plugins"]} heapsize = "0.3.0" heapsize_plugin = "0.1.2" |