diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-25 10:03:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-25 10:03:35 +0000 |
commit | b4e8b912e68cbca17ae56226ab5c680670b76556 (patch) | |
tree | 12d86208ba2994dbfb0f2c55ee3ea481eede6332 | |
parent | 57cd26405a82e9c06bebd8808ad36051c8ff411c (diff) | |
download | rust-libzfs-b4e8b912e68cbca17ae56226ab5c680670b76556.zip |
build(deps): bump pkg-config from 0.3.20 to 0.3.22
Bumps [pkg-config](https://github.com/rust-lang/pkg-config-rs) from 0.3.20 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.20...0.3.22)
---
updated-dependencies:
- dependency-name: pkg-config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -111,9 +111,9 @@ dependencies = [ [[package]] name = "pkg-config" -version = "0.3.20" +version = "0.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c9b1041b4387893b91ee6746cddfc28516aff326a3519fb2adf820932c5e6cb" +checksum = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f" [[package]] name = "ppv-lite86" |