From ae2dc77b0ba48ce5652aaf51af16bc0f6dcfb3ee Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Sun, 14 Jul 2024 21:55:23 +0530 Subject: [PATCH] deps: bump sweet version --- swhkd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swhkd/Cargo.toml b/swhkd/Cargo.toml index 78a1555..30e1dd4 100644 --- a/swhkd/Cargo.toml +++ b/swhkd/Cargo.toml @@ -21,7 +21,7 @@ log = "0.4.14" nix = "0.23.1" signal-hook = "0.3.13" signal-hook-tokio = { version = "0.3.1", features = ["futures-v0_3"] } -sweet = { git = "https://github.com/lavafroth/sweet.git", version = "0.2.0" } +sweet = { git = "https://github.com/lavafroth/sweet.git", version = "0.3.0" } sysinfo = "0.23.5" tokio = { version = "1.24.2", features = ["full"] } tokio-stream = "0.1.8"