Auto merge of #20022 - Eijebong:syn, r=nox

Update syn, quote and synstructure

Right now they're duplicated because we need a new serde release (ping @dtolnay), a new cssparser release (ping @SimonSapin) and a new release of html5ever with https://github.com/servo/html5ever/pull/336

<!-- 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/20022)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-02-13 11:15:54 -05:00 committed by GitHub
commit 6cb78057bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 440 additions and 457 deletions

View file

@ -39,6 +39,9 @@ packages = [
"bitflags",
"lazy_static",
"winapi",
"syn",
"quote",
"unicode-xid",
]
# Files that are ignored for all tidy and lint checks.
files = [