We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f952b commit 99caa68Copy full SHA for 99caa68
Cargo.toml
@@ -20,7 +20,7 @@ memchr = "0.1.9"
20
# For managing regex caches quickly across multiple threads.
21
thread_local = "0.2.4"
22
# For parsing regular expressions.
23
-regex-syntax = { path = "regex-syntax", version = "0.3.5" }
+regex-syntax = { path = "regex-syntax", version = "0.3.8" }
24
# For accelerating text search.
25
simd = { version = "0.1.0", optional = true }
26
# For compiling UTF-8 decoding into automata.
0 commit comments