Bump hyprland from 0.3.1 to 0.3.3

Bumps [hyprland](https://github.com/hyprland-community/hyprland-rs) from 0.3.1 to 0.3.3.
- [Release notes](https://github.com/hyprland-community/hyprland-rs/releases)
- [Commits](https://github.com/hyprland-community/hyprland-rs/compare/0.3.1...0.3.3)

---
updated-dependencies:
- dependency-name: hyprland
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-01 17:58:50 +00:00 committed by github-actions[bot]
parent 4175fda272
commit dea580c599
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -547,9 +547,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyprland"
version = "0.3.1"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19d341e36a776cd092622daf2439a484247f3dc7d25eab7b286cc88ac85120d3"
checksum = "915d3cd66e1f0c4f5960bf64d5ee8457f29de82756b34b19a05ca714d5e312ac"
dependencies = [
"async-trait",
"derive_more",
@ -570,9 +570,9 @@ dependencies = [
[[package]]
name = "hyprland-macros"
version = "0.3.1"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0088021091c08e29e9d1f735142ab811bd4d4d7f82fd4d4673407cb96fffb062"
checksum = "7d6c35c4399e9db5eb8272c5379eb5dccab14ac27a21487301c523fa644b4c04"
dependencies = [
"quote",
"syn 2.0.12",

View File

@ -26,7 +26,7 @@ serde_yaml = "0.9"
swayipc = { version = "3.0.1", optional = true }
x11rb = { version = "0.11.1", optional = true }
zbus = { version = "1.9.2", optional = true }
hyprland = { version = "0.3.1", optional = true }
hyprland = { version = "0.3.3", optional = true }
[features]
gnome = ["zbus"]