aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2016-03-09 16:31:33 +0100
committerAnthony Ramine <n.oxyde@gmail.com>2016-03-09 20:14:38 +0100
commit200e2286fd10c8ddbc300c2988bf272238c297b6 (patch)
treeade446bdefdda8563b8a56aff9997ef273e58633 /components/msg
parent7771f28a2205317b92e87d48729a658862f3ffeb (diff)
downloadservo-200e2286fd10c8ddbc300c2988bf272238c297b6.tar.gz
servo-200e2286fd10c8ddbc300c2988bf272238c297b6.zip
Bump cssparser to 0.5.4
Diffstat (limited to 'components/msg')
-rw-r--r--components/msg/Cargo.toml2
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"