1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-02 02:56:32 +02:00

deps: bump grep-regex to 0.1.13

This commit is contained in:
Andrew Gallant 2024-09-08 22:08:22 -04:00
parent 7c8dc332b3
commit 082edafffa
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ grep-cli = { version = "0.1.11", path = "../cli" }
grep-matcher = { version = "0.1.7", path = "../matcher" }
grep-pcre2 = { version = "0.1.7", path = "../pcre2", optional = true }
grep-printer = { version = "0.2.1", path = "../printer" }
grep-regex = { version = "0.1.12", path = "../regex" }
grep-regex = { version = "0.1.13", path = "../regex" }
grep-searcher = { version = "0.1.13", path = "../searcher" }
[dev-dependencies]

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.12", path = "../regex" }
grep-regex = { version = "0.1.13", path = "../regex" }
[package.metadata.docs.rs]
# We want to document all features.

View File

@ -23,7 +23,7 @@ memchr = "2.6.3"
memmap = { package = "memmap2", version = "0.9.0" }
[dev-dependencies]
grep-regex = { version = "0.1.12", path = "../regex" }
grep-regex = { version = "0.1.13", path = "../regex" }
regex = "1.9.5"
[features]