Skip to content

Commit

Permalink
deps: bump sweet
Browse files Browse the repository at this point in the history
Fixes waycrate/sweet#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
  • Loading branch information
lavafroth committed Oct 15, 2024
1 parent 533295f commit a0d75f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swhkd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a0d75f2

Please sign in to comment.