mirror of
https://codeberg.org/icewind/galton.git
synced 2026-06-03 10:24:07 +02:00
cargo updates
This commit is contained in:
parent
ecf7117589
commit
f7c12cb240
2 changed files with 478 additions and 287 deletions
745
Cargo.lock
generated
745
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
22
Cargo.toml
22
Cargo.toml
|
|
@ -9,22 +9,22 @@ rust-version = "1.85.0"
|
||||||
home = "0.5.11"
|
home = "0.5.11"
|
||||||
xattr = "1.6.1"
|
xattr = "1.6.1"
|
||||||
serde = { version = "1.0.228", features = ["derive"] }
|
serde = { version = "1.0.228", features = ["derive"] }
|
||||||
toml = "0.9.10"
|
toml = "1.1.2"
|
||||||
regex = "1.12.2"
|
regex = "1.12.3"
|
||||||
thiserror = "2.0.17"
|
thiserror = "2.0.18"
|
||||||
clap = { version = "4.5.53", features = ["derive"] }
|
clap = { version = "4.6.0", features = ["derive"] }
|
||||||
main_error = "0.1.2"
|
main_error = "0.1.2"
|
||||||
tracing = "0.1.44"
|
tracing = "0.1.44"
|
||||||
tracing-subscriber = "0.3.22"
|
tracing-subscriber = "0.3.23"
|
||||||
notify-debouncer-full = "0.6.0"
|
notify-debouncer-full = "0.7.0"
|
||||||
ctrlc = "3.5.1"
|
ctrlc = "3.5.2"
|
||||||
sha2 = "0.11.0-rc.3"
|
sha2 = "0.11.0"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
xee-xpath = "0.1.5"
|
xee-xpath = "0.1.5"
|
||||||
xee-interpreter = "0.2.0"
|
xee-interpreter = "0.2.0"
|
||||||
notify-rust = "4.11.7"
|
notify-rust = "4.13.0"
|
||||||
tokio = "1.49.0"
|
tokio = "1.51.0"
|
||||||
ashpd = "0.12.1"
|
ashpd = "0.12.3"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
maplit = "1.0.2"
|
maplit = "1.0.2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue