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 99b32a3 commit 877ebcbCopy full SHA for 877ebcb
Cargo.toml
@@ -18,7 +18,7 @@ aho-corasick = "0.5"
18
# For skipping along search text quickly when a leading byte is known.
19
memchr = "0.1"
20
# For parsing regular expressions.
21
-regex-syntax = { path = "regex-syntax", version = "0.2.4" }
+regex-syntax = { path = "regex-syntax", version = "0.2.5" }
22
# For compiling UTF-8 decoding into automata.
23
utf8-ranges = "0.1"
24
0 commit comments