Files
servo/components/style
bors-servo 62031e3cb0 Auto merge of #23289 - CYBAI:regex-1.1, r=jdm
Update regex to 1.1

I just found the `aho-corasick` dependency is still `0.6.9` and then I found `regex` depends on it.

I remember there's a rewrite of `aho-corasick` at BurntSushi/aho-corasick@e8493baf54 to improve itself.

---

- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes do not require tests because it just updates `regex` crate

<!-- 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/23289)
<!-- Reviewable:end -->
2019-04-29 15:37:25 -04:00
..
2018-11-19 14:47:27 +01:00
2018-11-19 14:47:27 +01:00
2019-04-29 22:25:12 +09:00
2019-01-29 02:39:13 +01:00
2018-11-19 14:47:27 +01:00
2019-04-26 11:42:37 +02:00
2019-01-29 02:39:13 +01:00
2018-11-19 14:47:27 +01:00
2019-04-12 12:20:09 +02:00
2018-11-19 14:47:27 +01:00
2019-04-26 11:31:18 +02:00
2018-11-19 14:47:27 +01:00

servo-style

Style system for Servo, using rust-cssparser for parsing.