From face05fddfcf58a4c5f717c31912ec05d3ae4383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:44:55 +0000 Subject: [PATCH] build(deps): bump system-deps from 7.0.0 to 7.0.1 Bumps [system-deps](https://github.com/gdesmott/system-deps) from 7.0.0 to 7.0.1. - [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/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: system-deps dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92a4cf5362..6c61713ca7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1508,7 +1508,7 @@ dependencies = [ "cmake", "cxx", "cxx-build", - "system-deps 7.0.0", + "system-deps 7.0.1", ] [[package]] @@ -2363,7 +2363,7 @@ dependencies = [ "serde_derive", "serde_json", "serde_yaml", - "system-deps 7.0.0", + "system-deps 7.0.1", "systemd", "tempfile", "termcolor", @@ -2703,9 +2703,9 @@ dependencies = [ [[package]] name = "system-deps" -version = "7.0.0" +version = "7.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "221396b853ccd1c7c6fb90c3ad84ac0bda62b8f6acd6ca72098ed9fca2152841" +checksum = "6c81f13d9a334a6c242465140bd262fae382b752ff2011c4f7419919a9c97922" dependencies = [ "cfg-expr", "heck 0.5.0",