From 20aac31b377df4ca37f81b833a2662a8e659108f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:13:00 +0000 Subject: [PATCH] chore(deps): bump hyprland from 0.4.0-alpha.2 to 0.4.0-alpha.3 Bumps [hyprland](https://github.com/hyprland-community/hyprland-rs) from 0.4.0-alpha.2 to 0.4.0-alpha.3. - [Release notes](https://github.com/hyprland-community/hyprland-rs/releases) - [Commits](https://github.com/hyprland-community/hyprland-rs/compare/0.4.0-alpha.2...0.4.0-alpha.3) --- 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 40e9e2b..36c8585 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -256,9 +256,9 @@ dependencies = [ [[package]] name = "hyprland" -version = "0.4.0-alpha.2" +version = "0.4.0-alpha.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d627cd06fb3389f2554b7a4bb21db8c0bfca8863e6e653702cc4c6dbf20d8276" +checksum = "2de3f836e02af5a12f374d3a986867c1dc487a63a6d19477d66c7de50f715895" dependencies = [ "ahash", "derive_more", diff --git a/Cargo.toml b/Cargo.toml index 16dcb10..e9c04a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ tokio = { version = "1", features = ["full"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] } tracing-appender = "0.2.3" -hyprland = "0.4.0-alpha.2" +hyprland = "0.4.0-alpha.3" [lints.rust]