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

deps: bump to grep-regex 0.1.14

This commit is contained in:
Andrew Gallant
2025-10-15 23:00:58 -04:00
parent e523c6bf32
commit cf1dab0d5a
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ serde = { version = "1.0.193", optional = true }
serde_json = { version = "1.0.107", optional = true }
[dev-dependencies]
grep-regex = { version = "0.1.13", path = "../regex" }
grep-regex = { version = "0.1.14", path = "../regex" }
[package.metadata.docs.rs]
# We want to document all features.