aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-09-08 15:50:12 -0500
committerGitHub <noreply@github.com>2016-09-08 15:50:12 -0500
commitd99d29e94a886ef2701ce32a6e56e65e35583d7b (patch)
tree62e9430186be2534397213e7cd39176033e05f75 /components/script
parent0daf71d58b7081aaa2900e5b8c76f5ac0b8b19e4 (diff)
parent45af168a5cc8b3003e7a147e8e405787959b0a5f (diff)
downloadservo-d99d29e94a886ef2701ce32a6e56e65e35583d7b.tar.gz
servo-d99d29e94a886ef2701ce32a6e56e65e35583d7b.zip
Auto merge of #13190 - servo:cssparser-up, r=Manishearth
Update cssparser <!-- 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 - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because _____ <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/13190) <!-- 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 3e8e216c986..836a0ff7efc 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -27,7 +27,7 @@ bitflags = "0.7"
canvas_traits = {path = "../canvas_traits"}
caseless = "0.1.0"
cookie = {version = "0.2.5", features = ["serialize-rustc"]}
-cssparser = {version = "0.6", features = ["heap_size", "serde-serialization"]}
+cssparser = {version = "0.7", features = ["heap_size", "serde-serialization"]}
devtools_traits = {path = "../devtools_traits"}
encoding = "0.2"
euclid = "0.10.1"