summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-08-27 09:37:53 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-08-27 09:37:53 -0400
commit11c7b2ae17c0c2547eaffc92ac80ff03bd9950d7 (patch)
tree65e051d2989396176b125c4c05724e7a487b27f7
parentac7d4c99b97fab5dc6792daa62a0385879d70904 (diff)
deps: upgrade pcre2-sys to 0.2.5
This brings in a PR that disables the JIT on certain Apple targets since it doesn't appear to build. See: https://github.com/BurntSushi/rust-pcre2/pull/16
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3658fff2..396006ef 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -387,9 +387,9 @@ dependencies = [
[[package]]
name = "pcre2-sys"
-version = "0.2.4"
+version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "69273127cf90457a84319ddb7c137b8c187a2221beefe4d82daa670e09b2cc3c"
+checksum = "dec30e5e9ec37eb8fbf1dea5989bc957fd3df56fbee5061aa7b7a99dbb37b722"
dependencies = [
"cc",
"libc",