chore(deps): bump pkg-config from 0.3.26 to 0.3.27 (#1610)

Bumps [pkg-config](https://github.com/rust-lang/pkg-config-rs) from 0.3.26 to 0.3.27.
- [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.26...0.3.27)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-07 21:37:20 +00:00 committed by GitHub
parent c45fd5325b
commit a9e585f9c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3264,9 +3264,9 @@ dependencies = [
[[package]]
name = "pkg-config"
version = "0.3.26"
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
[[package]]
name = "plotters"

View file

@ -102,7 +102,7 @@ oauth2_ext = { version = "^4.1.0", package = "oauth2", default-features = false
openssl-sys = "^0.9"
openssl = "^0.10.52"
paste = "^1.0.12"
pkg-config = "^0.3.26"
pkg-config = "^0.3.27"
proc-macro2 = "1.0.56"
profiles = { path = "./libs/profiles" }
qrcode = "^0.12.0"