Skip to content

Commit

Permalink
fix: update regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-DPC committed Mar 8, 2022
1 parent 9e3b661 commit 06dfc34
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 @@ -129,11 +129,11 @@ atty = { version = "0.2", optional = true }
termcolor = { version = "1.1.1", optional = true }
terminal_size = { version = "0.1.12", optional = true }
lazy_static = { version = "1", optional = true }
regex = { version = "1.0", optional = true }
regex = { version = "1.5.5", optional = true }
backtrace = { version = "0.3", optional = true }

[dev-dependencies]
regex = "1.0"
regex = "1.5.5"
lazy_static = "1"
criterion = "0.3.2"
trybuild = "1.0.18"
Expand Down

0 comments on commit 06dfc34

Please sign in to comment.