diff --git a/Cargo.toml b/Cargo.toml index 924d4ef..69d0152 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/hyprland-community/hyprland-autoname-workspaces [dependencies] regex = "1" clap = { version = "4.3.19", features = ["derive"] } -hyprland = { version = "0.3.9", features = ["silent"] } +hyprland = { version = "0.3.10", features = ["silent"] } signal-hook = "0.3.17" toml = { version = "0.7.6", features = ["indexmap", "preserve_order"] } xdg = "2.5.2"