1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-23 04:34:39 +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
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

@ -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"