1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-11-23 21:54:45 +02:00

deps: bump to grep 0.4.1

This commit is contained in:
Andrew Gallant
2025-10-22 08:29:19 -04:00
parent 2ea06d69aa
commit a63671efb0

View File

@@ -52,7 +52,7 @@ members = [
[dependencies]
anyhow = "1.0.75"
bstr = "1.7.0"
grep = { version = "0.4.0", path = "crates/grep" }
grep = { version = "0.4.1", path = "crates/grep" }
ignore = { version = "0.4.24", path = "crates/ignore" }
lexopt = "0.3.0"
log = "0.4.5"