summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-08-19 19:03:50 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-08-19 19:03:50 -0400
commitac7d4c99b97fab5dc6792daa62a0385879d70904 (patch)
tree369654695bf4176c1d0f9ddefe480f8ddd020d07
parentb5681e36949cc7f70fe872cf31546337a809894a (diff)
deps: bump pcre2-sys again
The pcre2-sys 0.2.3 release was bunk, since it didn't include the PCRE2 source for some reason.
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a2e22f6f..3658fff2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -387,9 +387,9 @@ dependencies = [
[[package]]
name = "pcre2-sys"
-version = "0.2.3"
+version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "620a4af35edca6f8733c266d537cf8ff75d7adfb1b1de97aa17706930c7435a8"
+checksum = "69273127cf90457a84319ddb7c137b8c187a2221beefe4d82daa670e09b2cc3c"
dependencies = [
"cc",
"libc",