Skip to content

Commit

Permalink
Merge pull request #344 from Enselic/bump-fancy-regex-to-0.7
Browse files Browse the repository at this point in the history
Bump fancy-regex to 0.7
  • Loading branch information
trishume committed Jul 25, 2021
2 parents 2ded9ac + 3ec0bff commit 15f9229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -20,7 +20,7 @@ exclude = [
[dependencies]
yaml-rust = { version = "0.4", optional = true }
onig = { version = "6.0", optional = true, default-features = false }
fancy-regex = { version = "0.3.2", optional = true }
fancy-regex = { version = "0.7", optional = true }
walkdir = "2.0"
regex-syntax = { version = "0.6", optional = true }
lazy_static = "1.0"
Expand Down

0 comments on commit 15f9229

Please sign in to comment.