Skip to content

Commit b8b37e9

Browse files
committed
deps: bump regex-syntax to 0.5.1
1 parent 8b374ed commit b8b37e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ memchr = "2.0.0"
3030
# For managing regex caches quickly across multiple threads.
3131
thread_local = "0.3.2"
3232
# For parsing regular expressions.
33-
regex-syntax = { path = "regex-syntax", version = "0.5.0" }
33+
regex-syntax = { path = "regex-syntax", version = "0.5.1" }
3434
# For accelerating text search.
3535
simd = { version = "0.2.1", optional = true }
3636
# For compiling UTF-8 decoding into automata.

0 commit comments

Comments
 (0)