1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-17 20:28:03 +02:00

deps: bump grep to 0.3.1

This commit is contained in:
Andrew Gallant 2023-11-27 21:37:41 -05:00
parent 0096c74c11
commit 9acb4a5405
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

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