1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-05-29 21:47:42 +02:00

deps: update minimum version of grep crate

Ref #2516
This commit is contained in:
Andrew Gallant 2023-05-16 13:13:34 -04:00
parent e593f5b7ee
commit 251376597f
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -43,7 +43,7 @@ members = [
[dependencies]
bstr = "1.1.0"
grep = { version = "0.2.11", path = "crates/grep" }
grep = { version = "0.2.12", path = "crates/grep" }
ignore = { version = "0.4.19", path = "crates/ignore" }
lazy_static = "1.1.0"
log = "0.4.5"