1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2026-06-03 16:03:38 +02:00

deps: bump ignore to 0.4.21

This commit is contained in:
Andrew Gallant
2023-11-26 14:12:55 -05:00
parent 381c521d02
commit 51aa339830
+1 -1
View File
@@ -52,7 +52,7 @@ members = [
anyhow = "1.0.75"
bstr = "1.7.0"
grep = { version = "0.2.12", path = "crates/grep" }
ignore = { version = "0.4.19", path = "crates/ignore" }
ignore = { version = "0.4.21", path = "crates/ignore" }
lexopt = "0.3.0"
log = "0.4.5"
serde_json = "1.0.23"