Bump hyprland from 0.3.3 to 0.3.4

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

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/319/head
dependabot[bot] 11 months ago committed by github-actions[bot]
parent ae05b13bd2
commit 1415e0995c

8
Cargo.lock generated

@ -559,9 +559,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyprland"
version = "0.3.3"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915d3cd66e1f0c4f5960bf64d5ee8457f29de82756b34b19a05ca714d5e312ac"
checksum = "1087b044f52e0d3910e3c2279f1cc8258db989f13cce2ab42fbe60f09a0eea3c"
dependencies = [
"async-trait",
"derive_more",
@ -582,9 +582,9 @@ dependencies = [
[[package]]
name = "hyprland-macros"
version = "0.3.3"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d6c35c4399e9db5eb8272c5379eb5dccab14ac27a21487301c523fa644b4c04"
checksum = "c941d3d52e979612af8cb94e8de49000c7fada2014a7791d173ab41339f4e4eb"
dependencies = [
"quote",
"syn 2.0.12",

@ -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.3", optional = true }
hyprland = { version = "0.3.4", optional = true }
[features]
gnome = ["zbus"]

Loading…
Cancel
Save