1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-04-24 17:12:16 +02:00

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.
This commit is contained in:
Andrew Gallant 2020-08-19 19:03:50 -04:00
parent b5681e3694
commit ac7d4c99b9
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

4
Cargo.lock generated
View File

@ -387,9 +387,9 @@ dependencies = [
[[package]] [[package]]
name = "pcre2-sys" name = "pcre2-sys"
version = "0.2.3" version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "620a4af35edca6f8733c266d537cf8ff75d7adfb1b1de97aa17706930c7435a8" checksum = "69273127cf90457a84319ddb7c137b8c187a2221beefe4d82daa670e09b2cc3c"
dependencies = [ dependencies = [
"cc", "cc",
"libc", "libc",