diff options
author | Boris Zbarsky <bzbarsky@mit.edu> | 2017-09-11 10:51:35 -0400 |
---|---|---|
committer | Boris Zbarsky <bzbarsky@mit.edu> | 2017-09-11 10:55:27 -0400 |
commit | b2c56345d78d2763ff344c4217ea57240c3e4a5b (patch) | |
tree | e17a8ca3ce47c8f3459ceddcd88632b9cd0b3179 /components/canvas | |
parent | 6a09b1d21abd66d6954d8107f4439c33054ee264 (diff) | |
download | servo-b2c56345d78d2763ff344c4217ea57240c3e4a5b.tar.gz servo-b2c56345d78d2763ff344c4217ea57240c3e4a5b.zip |
Update rust-cssparser to 0.20.2.
This reduces memory consumption of list-valued properties in the common case of one entry in the list.
Diffstat (limited to 'components/canvas')
-rw-r--r-- | components/canvas/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/canvas/Cargo.toml b/components/canvas/Cargo.toml index c6368dc787b..6b35891e899 100644 --- a/components/canvas/Cargo.toml +++ b/components/canvas/Cargo.toml @@ -13,7 +13,7 @@ path = "lib.rs" azure = {git = "https://github.com/servo/rust-azure"} canvas_traits = {path = "../canvas_traits"} compositing = {path = "../compositing"} -cssparser = "0.20" +cssparser = "0.20.2" euclid = "0.15" fnv = "1.0" gleam = "0.4" |