Skip to content

Commit

Permalink
Update regex-syntax to 0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Nov 28, 2023
1 parent 73ebfa7 commit e9070c5
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 @@ -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.11", optional = true }
walkdir = "2.0"
regex-syntax = { version = "0.7", optional = true }
regex-syntax = { version = "0.8", optional = true }
bitflags = {version = "2.4", features = ["serde"] }
plist = { version = "1.3", optional = true }
bincode = { version = "1.0", optional = true }
Expand Down

0 comments on commit e9070c5

Please sign in to comment.