From 624ec2c327d13f18f1e1a328ef9342b2564cbc56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 08:02:07 +1000 Subject: [PATCH] Bump pkg-config from 0.3.25 to 0.3.26 (#1156) Bumps [pkg-config](https://github.com/rust-lang/pkg-config-rs) from 0.3.25 to 0.3.26. - [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.25...0.3.26) --- updated-dependencies: - dependency-name: pkg-config dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 bb6cb1d0a..c9a79ef3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3120,9 +3120,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pkg-config" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" +checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" [[package]] name = "plotters" diff --git a/Cargo.toml b/Cargo.toml index dbf8cdc36..d4bde1201 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,7 +93,7 @@ num_enum = "^0.5.7" oauth2_ext = { version = "^4.1.0", package = "oauth2" } openssl = "^0.10.41" paste = "^1.0.9" -pkg-config = "^0.3.25" +pkg-config = "^0.3.26" proc-macro2 = "1.0.7" profiles = { path = "./profiles" } qrcode = "^0.12.0"