Skip to content

Commit

Permalink
Bump regex from 1.4.5 to 1.4.6 (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Apr 26, 2021
1 parent 54ff5ae commit d48d5c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -15,7 +15,7 @@ license = "Apache-2.0"
travis-ci = { repository = "denisidoro/navi", branch = "master" }

[dependencies]
regex = { version = "1.4.3", default-features = false, features = ["std", "unicode-perl"] }
regex = { version = "1.4.6", default-features = false, features = ["std", "unicode-perl"] }
clap = "3.0.0-beta.2"
crossterm = "0.19.0"
lazy_static = "1.4.0"
Expand Down

0 comments on commit d48d5c0

Please sign in to comment.