1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-07-11 14:30:24 +02:00

deps: bump grep to 0.2.13

This commit is contained in:
Andrew Gallant
2023-11-26 14:18:53 -05:00
parent 179487aaed
commit 9c4b0baf10

View File

@ -51,7 +51,7 @@ members = [
[dependencies]
anyhow = "1.0.75"
bstr = "1.7.0"
grep = { version = "0.2.12", path = "crates/grep" }
grep = { version = "0.2.13", path = "crates/grep" }
ignore = { version = "0.4.21", path = "crates/ignore" }
lexopt = "0.3.0"
log = "0.4.5"