1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 19:34:24 +02:00

Merge pull request #309 from JakeStanger/dependabot/cargo/hyprland-0.3.11

build(deps): bump hyprland from 0.3.9 to 0.3.11
This commit is contained in:
Jake Stanger 2023-09-11 21:33:18 +01:00 committed by GitHub
commit 7033d29c6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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