Bump pkg-config from 0.3.24 to 0.3.25

Bumps [pkg-config](https://github.com/rust-lang/pkg-config-rs) from 0.3.24 to 0.3.25.
- [Release notes](https://github.com/rust-lang/pkg-config-rs/releases)
- [Changelog](https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/pkg-config-rs/compare/0.3.24...0.3.25)

---
updated-dependencies:
- dependency-name: pkg-config
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-08 14:30:42 +00:00 committed by GitHub
parent 0eb745b0e2
commit 0145567f45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
Cargo.lock generated
View file

@ -1223,7 +1223,7 @@ checksum = "2a3a85949f6cbf49a4e1ab98a98e0f9aabfe7d827a7f156da36c98a86dede2df"
dependencies = [ dependencies = [
"cssparser-macros", "cssparser-macros",
"dtoa-short", "dtoa-short",
"itoa 0.4.5", "itoa 0.4.8",
"matches", "matches",
"phf 0.8.0", "phf 0.8.0",
"proc-macro2", "proc-macro2",
@ -2856,7 +2856,7 @@ dependencies = [
"http-body 0.3.1", "http-body 0.3.1",
"httparse", "httparse",
"httpdate 0.3.2", "httpdate 0.3.2",
"itoa 0.4.5", "itoa 0.4.8",
"pin-project 1.0.2", "pin-project 1.0.2",
"socket2 0.3.19", "socket2 0.3.19",
"tokio 0.2.24", "tokio 0.2.24",
@ -2880,7 +2880,7 @@ dependencies = [
"http-body 0.4.4", "http-body 0.4.4",
"httparse", "httparse",
"httpdate 0.3.2", "httpdate 0.3.2",
"itoa 0.4.5", "itoa 0.4.8",
"pin-project 1.0.2", "pin-project 1.0.2",
"socket2 0.4.2", "socket2 0.4.2",
"tokio 1.15.0", "tokio 1.15.0",
@ -3079,9 +3079,9 @@ dependencies = [
[[package]] [[package]]
name = "itoa" name = "itoa"
version = "0.4.5" version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e" checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
[[package]] [[package]]
name = "itoa" name = "itoa"
@ -4820,9 +4820,9 @@ dependencies = [
[[package]] [[package]]
name = "pkg-config" name = "pkg-config"
version = "0.3.24" version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe" checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
[[package]] [[package]]
name = "plane-split" name = "plane-split"
@ -5583,7 +5583,7 @@ version = "1.0.64"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
dependencies = [ dependencies = [
"itoa 0.4.5", "itoa 0.4.8",
"ryu", "ryu",
"serde", "serde",
] ]
@ -5595,7 +5595,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97" checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
dependencies = [ dependencies = [
"dtoa", "dtoa",
"itoa 0.4.5", "itoa 0.4.8",
"serde", "serde",
"url", "url",
] ]
@ -6263,7 +6263,7 @@ dependencies = [
"html5ever", "html5ever",
"indexmap", "indexmap",
"itertools", "itertools",
"itoa 0.4.5", "itoa 0.4.8",
"lazy_static", "lazy_static",
"log", "log",
"malloc_size_of", "malloc_size_of",