Skip to content

Commit

Permalink
Merge pull request #485 from Enselic/bump-fancy-regex
Browse files Browse the repository at this point in the history
Bump fancy-regex to 0.11
  • Loading branch information
Enselic committed Jul 29, 2023
2 parents e10d03f + f722e6b commit 3c0505b
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.10", optional = true }
fancy-regex = { version = "0.11", optional = true }
walkdir = "2.0"
regex-syntax = { version = "0.7", optional = true }
bitflags = "1.0.4"
Expand Down

0 comments on commit 3c0505b

Please sign in to comment.