Skip to content

Commit

Permalink
deps: update to latest regex crate
Browse files Browse the repository at this point in the history
The regex update fixes the Rust nightly build failure by in turn updating
its simd dependency to 2.x.

The regex update also includes a literal optimization that uses Tuned
Boyer Moore.

Fixes #617
  • Loading branch information
BurntSushi committed Dec 30, 2017
1 parent a5855a5 commit 7dd1194
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 18 deletions.
77 changes: 60 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ log = "0.3"
memchr = "2"
memmap = "0.6"
num_cpus = "1"
regex = "0.2.1"
regex = "0.2.4"
same-file = "1"
termcolor = { version = "0.3.3", path = "termcolor" }

Expand Down

0 comments on commit 7dd1194

Please sign in to comment.