Skip to content

Commit

Permalink
Update regex-syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
reknih authored and Enselic committed Jun 12, 2023
1 parent b521241 commit f0ece85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -22,7 +22,7 @@ yaml-rust = { version = "0.4.5", optional = true }
onig = { version = "6.0", optional = true, default-features = false }
fancy-regex = { version = "0.10", optional = true }
walkdir = "2.0"
regex-syntax = { version = "0.6", optional = true }
regex-syntax = { version = "0.7", optional = true }
bitflags = "1.0.4"
plist = { version = "1.3", optional = true }
bincode = { version = "1.0", optional = true }
Expand Down

0 comments on commit f0ece85

Please sign in to comment.