aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-06-22 16:52:00 -0700
committerGitHub <noreply@github.com>2017-06-22 16:52:00 -0700
commitefed75ae5a0a36006db25198961fb91386415cae (patch)
treed6237f20763f3748f64dad85010de4fb5e599890 /components/script
parentc6f60b57b525a7376fbaff1ebe2f6fa534e27633 (diff)
parent5362c5ee74b9ff4be80b5ea4fbc9a5dcdccd3a52 (diff)
downloadservo-efed75ae5a0a36006db25198961fb91386415cae.tar.gz
servo-efed75ae5a0a36006db25198961fb91386415cae.zip
Auto merge of #17484 - canaltinova:upup, r=emilio
Bump cssparser version to 0.16.1 in toml files <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17484) <!-- Reviewable:end -->
Diffstat (limited to 'components/script')
-rw-r--r--components/script/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml
index b9d8a0b1304..12f84eeaf12 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -35,7 +35,7 @@ byteorder = "1.0"
canvas_traits = {path = "../canvas_traits"}
caseless = "0.1.0"
cookie = "0.6"
-cssparser = "0.16"
+cssparser = "0.16.1"
deny_public_fields = {path = "../deny_public_fields"}
devtools_traits = {path = "../devtools_traits"}
dom_struct = {path = "../dom_struct"}