Skip to content

Commit 99caa68

Browse files
committed
Require regex-syntax 0.3.8
1 parent 06f952b commit 99caa68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ memchr = "0.1.9"
2020
# For managing regex caches quickly across multiple threads.
2121
thread_local = "0.2.4"
2222
# For parsing regular expressions.
23-
regex-syntax = { path = "regex-syntax", version = "0.3.5" }
23+
regex-syntax = { path = "regex-syntax", version = "0.3.8" }
2424
# For accelerating text search.
2525
simd = { version = "0.1.0", optional = true }
2626
# For compiling UTF-8 decoding into automata.

0 commit comments

Comments
 (0)