Skip to content

Commit

Permalink
Merge pull request #470 from lucifer1004/patch-1
Browse files Browse the repository at this point in the history
Upgrade fancy-regex to 0.10
  • Loading branch information
keith-hall committed Apr 13, 2023
2 parents 7bc7155 + 9739c7b commit 18d8ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exclude = [
[dependencies]
yaml-rust = { version = "0.4.5", optional = true }
onig = { version = "6.0", optional = true, default-features = false }
fancy-regex = { version = "0.7", optional = true }
fancy-regex = { version = "0.10", optional = true }
walkdir = "2.0"
regex-syntax = { version = "0.6", optional = true }
bitflags = "1.0.4"
Expand Down

0 comments on commit 18d8ada

Please sign in to comment.