Auto merge of #24308 - servo:synful, r=SimonSapin

Update a bunch of stuff to syn 1

This updates a lot of our crates to syn 1. Not all of them, but syn 1 was already in tree so it doesn't matter much either way.

<!-- 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/24308)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-09-27 19:50:29 -04:00 committed by GitHub
commit 25501514bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 216 additions and 223 deletions

View file

@ -14,7 +14,7 @@ byteorder = "1.0"
app_units = "0.7"
cssparser = "0.25"
euclid = "0.20"
html5ever = "0.23"
html5ever = "0.24"
rayon = "1"
serde_json = "1.0"
selectors = {path = "../../../components/selectors"}