From c5cd0844cc1d288643f09d12b1571a9cbc0771fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 04:33:07 +0000 Subject: [PATCH] Update pkg-config requirement from = 0.3.15 to = 0.3.26 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.26) --- 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 ccbc2dc..18dddfe 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.26" kubos-system = { git = "ssh://git@github.com/Cube-OS/system-api.git"} bincode = { git = "ssh://git@github.com/Cube-OS/bincode.git"}