Skip to content

Commit

Permalink
Upgrade to regex 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robinst committed Jul 27, 2018
1 parent 2a81b81 commit 5bd64c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exclude = [
yaml-rust = { version = "0.4", optional = true }
onig = { version = "3.2.1", optional = true }
walkdir = "2.0"
regex-syntax = { version = "0.4", optional = true }
regex-syntax = { version = "0.6", optional = true }
lazy_static = "1.0"
lazycell = "1.0"
bitflags = "1.0"
Expand All @@ -32,7 +32,7 @@ serde_json = "1.0"
[dev-dependencies]
criterion = "0.2"
rayon = "1.0.0"
regex = "0.2"
regex = "1.0"
getopts = "0.2"
pretty_assertions = "0.5.0"

Expand Down

0 comments on commit 5bd64c0

Please sign in to comment.