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

deps: bump to ignore 0.4.24

This commit is contained in:
Andrew Gallant
2025-10-15 22:58:35 -04:00
parent 70ae7354e1
commit c03e49b8c5

View File

@@ -53,7 +53,7 @@ members = [
anyhow = "1.0.75"
bstr = "1.7.0"
grep = { version = "0.3.2", path = "crates/grep" }
ignore = { version = "0.4.23", path = "crates/ignore" }
ignore = { version = "0.4.24", path = "crates/ignore" }
lexopt = "0.3.0"
log = "0.4.5"
serde_json = "1.0.23"