From 38720eb7148bb25e8ed74a96ae8a02838e82e193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 02:17:56 +0000 Subject: [PATCH] Update pkg-config requirement from = 0.3.15 to = 0.3.25 Updates the requirements on [pkg-config](https://github.com/rust-lang/pkg-config-rs) to permit the latest version. - [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.15...0.3.25) --- updated-dependencies: - dependency-name: pkg-config dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 448d8d0..6875a16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ serde = {version = "1.0", features = ["derive"]} serde_json = "1.0" log = "^0.4.0" # Pinning this to 0.3.15 due to kubos linux build issues with v0.3.16 -pkg-config = "= 0.3.15" +pkg-config = "= 0.3.25" kubos-system = { git = "ssh://git@github.com/Cube-OS/system-api.git"} cubeos-error = { git = "ssh://git@github.com/Cube-OS/cubeos-error.git"}