From 0335aa44709725ef0f61844e9ef034a7c1fa2c9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:41:24 +0000 Subject: [PATCH] build(deps): bump hyprland from 0.3.9 to 0.3.11 Bumps [hyprland](https://github.com/hyprland-community/hyprland-rs) from 0.3.9 to 0.3.11. - [Release notes](https://github.com/hyprland-community/hyprland-rs/releases) - [Commits](https://github.com/hyprland-community/hyprland-rs/compare/0.3.9...0.3.11) --- updated-dependencies: - dependency-name: hyprland dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a58205b..9e889ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1478,9 +1478,9 @@ dependencies = [ [[package]] name = "hyprland" -version = "0.3.9" +version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b1eac91e67a2db723b96dee0883a7b3ccce55d1ee26e7373c497505f7a3c4b8" +checksum = "1d42b8c26f4d39e0c489b7495ba8d91bde7de45bf02e1d8ddc7b759befd4a5c8" dependencies = [ "async-trait", "derive_more", diff --git a/Cargo.toml b/Cargo.toml index 7a6f27f..d6af6d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -131,7 +131,7 @@ zbus = { version = "3.14.1", optional = true } # workspaces swayipc-async = { version = "2.0.1", optional = true } -hyprland = { version = "0.3.9", features = ["silent"], optional = true } +hyprland = { version = "0.3.11", features = ["silent"], optional = true } futures-util = { version = "0.3.21", optional = true } # shared