aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2019-04-29 15:37:25 -0400
committerGitHub <noreply@github.com>2019-04-29 15:37:25 -0400
commit62031e3cb0f6e2b2fc74665135cdff040fb980c8 (patch)
tree76cec18e0f1cc0f97f4df30e9262639f8af823c8 /components/script
parent852223b08a007e348d0c8e64b9eeed6ab0432b4f (diff)
parent5b9f151f032a9a0ee3fc5fe626c76df8c474e9ce (diff)
downloadservo-62031e3cb0f6e2b2fc74665135cdff040fb980c8.tar.gz
servo-62031e3cb0f6e2b2fc74665135cdff040fb980c8.zip
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@e8493baf54d0685d35c2e0a3bf4104717bdf0bd2 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 -->
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 c6dc04c6004..ba760816374 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -85,7 +85,7 @@ pixels = {path = "../pixels"}
profile_traits = {path = "../profile_traits"}
ref_filter_map = "1.0.1"
ref_slice = "1.0"
-regex = "1.0"
+regex = "1.1"
script_layout_interface = {path = "../script_layout_interface"}
script_plugins = {path = "../script_plugins"}
script_traits = {path = "../script_traits"}