From bdfd884d470203ceabea253eb97ecd1e8a916d71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 01:32:29 +0000 Subject: [PATCH] Bump pkg-config from 0.3.21 to 0.3.22 Bumps [pkg-config](https://github.com/rust-lang/pkg-config-rs) from 0.3.21 to 0.3.22. - [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.21...0.3.22) --- updated-dependencies: - dependency-name: pkg-config dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/libseccomp/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d625f6f0..1fddee57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -942,9 +942,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pkg-config" -version = "0.3.21" +version = "0.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10e2fcbb64ecbe64c8e040a386c3104d384583af58b956d870aaaf229df6e66d" +checksum = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f" [[package]] name = "ppv-lite86" diff --git a/crates/libseccomp/Cargo.toml b/crates/libseccomp/Cargo.toml index 1e20b410..6c95a738 100644 --- a/crates/libseccomp/Cargo.toml +++ b/crates/libseccomp/Cargo.toml @@ -9,4 +9,4 @@ build = "build.rs" libc = "0.2.105" [build-dependencies] -pkg-config = "0.3.21" +pkg-config = "0.3.22"