Skip to content

Commit

Permalink
Bump fancy-regex to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Enselic committed Jul 23, 2023
1 parent e10d03f commit f722e6b
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 f722e6b

Please sign in to comment.