summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2024-01-04 19:44:28 -0500
committerAndrew Gallant <jamslam@gmail.com>2024-01-04 19:44:28 -0500
commit8e8fc9c5039663bf0145d7ae292c4214da957d4f (patch)
treee95d7deb1d664408b8d963c8b5a3fe9733b7bbe7
parent2057023dc5eb2b2ab28d03d2b902f3b57ce93165 (diff)
deps: bump pcre2-sys to 0.2.8
This release contains some extra logic to disable the JIT on musleabi targets.
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4c9857ba..e02ac1d1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -346,9 +346,9 @@ dependencies = [
[[package]]
name = "pcre2-sys"
-version = "0.2.7"
+version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8f8f5556f23cf2c0b481949fdfc19a7cd9b27ddcb00ef3477b0f4935cbdaedf2"
+checksum = "25b8a7b5253a4465b873a21ee7e8d6ec561a57eed5d319621bec36bea35c86ae"
dependencies = [
"cc",
"libc",