From 451ded869fdd7909d5a82100abe4cb76ca28f99e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:21:09 +0000 Subject: [PATCH] build(deps): bump hyprland from 0.3.12 to 0.3.13 Bumps [hyprland](https://github.com/hyprland-community/hyprland-rs) from 0.3.12 to 0.3.13. - [Release notes](https://github.com/hyprland-community/hyprland-rs/releases) - [Commits](https://github.com/hyprland-community/hyprland-rs/compare/0.3.12...0.3.13) --- updated-dependencies: - dependency-name: hyprland dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 853809af..582c59b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1490,9 +1490,9 @@ dependencies = [ [[package]] name = "hyprland" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfa94ae7899f3f1bdcad21dcd50366a60f323375a25610889246f276d7f9fb06" +checksum = "f87a8f1cc065d451894dd3916c0bc3fcf9b67b276126c05f27b1db912688dde8" dependencies = [ "async-trait", "derive_more", @@ -2864,18 +2864,18 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "strum" -version = "0.25.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" +checksum = "723b93e8addf9aa965ebe2d11da6d7540fa2283fcea14b3371ff055f7ba13f5f" dependencies = [ "strum_macros", ] [[package]] name = "strum_macros" -version = "0.25.2" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059" +checksum = "7a3417fc93d76740d974a01654a09777cb500428cc874ca9f45edfe0c4d4cd18" dependencies = [ "heck 0.4.1", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index fe50c36b..a623b7d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -134,7 +134,7 @@ zbus = { version = "3.14.1", optional = true } # workspaces swayipc-async = { version = "2.0.1", optional = true } -hyprland = { version = "0.3.12", features = ["silent"], optional = true } +hyprland = { version = "0.3.13", features = ["silent"], optional = true } futures-util = { version = "0.3.30", optional = true } # shared