From d1374ac5447987dcfb8c62481d54dc4bb383858b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:31:33 +0000 Subject: [PATCH] Bump system-deps from 6.2.2 to 7.0.0 Bumps [system-deps](https://github.com/gdesmott/system-deps) from 6.2.2 to 7.0.0. - [Release notes](https://github.com/gdesmott/system-deps/releases) - [Changelog](https://github.com/gdesmott/system-deps/blob/main/CHANGELOG.md) - [Commits](https://github.com/gdesmott/system-deps/compare/v6.2.2...v7.0.0) --- updated-dependencies: - dependency-name: system-deps dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- rrd-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e3a6198e..ed18f2b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1681,9 +1681,9 @@ dependencies = [ [[package]] name = "system-deps" -version = "6.2.2" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" +checksum = "221396b853ccd1c7c6fb90c3ad84ac0bda62b8f6acd6ca72098ed9fca2152841" dependencies = [ "cfg-expr", "heck", diff --git a/rrd-sys/Cargo.toml b/rrd-sys/Cargo.toml index 021c5b56..c030f407 100644 --- a/rrd-sys/Cargo.toml +++ b/rrd-sys/Cargo.toml @@ -9,7 +9,7 @@ license = "GPLv2+" libc = "0.2" [build-dependencies] -system-deps = "6.2.2" +system-deps = "7.0.0" [package.metadata.system-deps] librrd = "^1.7"