We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b374ed commit b8b37e9Copy full SHA for b8b37e9
Cargo.toml
@@ -30,7 +30,7 @@ memchr = "2.0.0"
30
# For managing regex caches quickly across multiple threads.
31
thread_local = "0.3.2"
32
# For parsing regular expressions.
33
-regex-syntax = { path = "regex-syntax", version = "0.5.0" }
+regex-syntax = { path = "regex-syntax", version = "0.5.1" }
34
# For accelerating text search.
35
simd = { version = "0.2.1", optional = true }
36
# For compiling UTF-8 decoding into automata.
0 commit comments