summaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-26 13:28:01 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-26 13:32:20 -0500
commitd1def67000194585e1bdafa8571ef6fcec64d63e (patch)
treeef4d768e33953a8f9ba10b4fd4d32304a3f3587f /crates
parent56af4d4a7444bfc15bfb3d6cd0202f4fb3076e90 (diff)
deps: bump pcre2 to 0.2.6
Diffstat (limited to 'crates')
-rw-r--r--crates/pcre2/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/pcre2/Cargo.toml b/crates/pcre2/Cargo.toml
index 64450df0..6d8ba7b4 100644
--- a/crates/pcre2/Cargo.toml
+++ b/crates/pcre2/Cargo.toml
@@ -16,4 +16,4 @@ edition = "2018"
[dependencies]
grep-matcher = { version = "0.1.6", path = "../matcher" }
log = "0.4.20"
-pcre2 = "0.2.4"
+pcre2 = "0.2.6"