From a0d75f2251d99fa824c0d929c58e5691692dc14c Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Tue, 15 Oct 2024 21:55:12 +0530 Subject: [PATCH] deps: bump sweet Fixes https://github.com/waycrate/sweet/issues/1 # Changes to SWHKD - Bumped dependency sweet to 0.4.0 # Changes to sweet - Reorder conflicting keys in descending order to avoid greedy parsing of shorter variants --- swhkd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swhkd/Cargo.toml b/swhkd/Cargo.toml index 14ef242..ee95b71 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/waycrate/sweet.git", version = "0.3.0" } +sweet = { git = "https://github.com/waycrate/sweet.git", version = "0.4.0" } sysinfo = "0.23.5" tokio = { version = "1.24.2", features = ["full"] } tokio-stream = "0.1.8"