Skip to content

Commit 37b6396

Browse files
committed
Auto merge of #415 - ignatenkobrain:patch-1, r=BurntSushi
bump memchr to 2
2 parents 7c4f144 + b01d066 commit 37b6396

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
@@ -21,7 +21,7 @@ appveyor = { repository = "rust-lang-libs/regex" }
2121
# For very fast prefix literal matching.
2222
aho-corasick = "0.6.0"
2323
# For skipping along search text quickly when a leading byte is known.
24-
memchr = "1.0.0"
24+
memchr = "2.0.0"
2525
# For managing regex caches quickly across multiple threads.
2626
thread_local = "0.3.2"
2727
# For parsing regular expressions.

0 commit comments

Comments
 (0)