From 163799f825a9f1674ed6409ec340658f3ad9a3cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:57:18 +0000 Subject: [PATCH] Update system-deps requirement from 6 to 7 Updates the requirements on [system-deps](https://github.com/gdesmott/system-deps) to permit the latest version. - [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/system-deps@6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: system-deps dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- gtk-layer-shell-sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 566354d..f8574dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" license = "MIT" [workspace.dependencies] -system-deps = "6" +system-deps = "7" libc = "0.2" bitflags = "2" glib = "0.18" diff --git a/gtk-layer-shell-sys/Cargo.toml b/gtk-layer-shell-sys/Cargo.toml index e562935..eb88365 100644 --- a/gtk-layer-shell-sys/Cargo.toml +++ b/gtk-layer-shell-sys/Cargo.toml @@ -60,7 +60,7 @@ workspace = true workspace = true [build-dependencies] -system-deps = "6" +system-deps = "7" [dev-dependencies] shell-words = "1.0.0"