update crate dependencies
This commit is contained in:
parent
440fe61252
commit
4100c0dff9
2 changed files with 1230 additions and 44 deletions
1267
Cargo.lock
generated
1267
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -5,9 +5,12 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.45", features = ["derive"] }
|
||||
config-file = "0.2.3"
|
||||
regex = "1.11.1"
|
||||
confy = "1.0.0"
|
||||
image = "0.25.8"
|
||||
serde = "1.0.219"
|
||||
serde_json = "1.0.142"
|
||||
sha2 = "0.10.9"
|
||||
shellexpand = "3.1.1"
|
||||
swayipc = "3.0.3"
|
||||
walkdir = "2.5.0"
|
||||
xdg = "3.0.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue