From a9e585f9c8c9a97de46412d54beddb5721e48cbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 21:37:20 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 45211633b..6039ddc7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index c20c56bf1..61de9695d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"