Updated all dependencies.

This commit is contained in:
Filipe Rodrigues 2025-09-23 19:29:29 +01:00
parent d1f3ffeac7
commit b400c92054
Signed by: zenithsiz
SSH Key Fingerprint: SHA256:Mb5ppb3Sh7IarBO/sBTXLHbYEOz37hJAlslLQPPAPaU

View File

@ -14,26 +14,26 @@ zutil-legacy = { path = "zutil-legacy" }
app-error = { git = "https://github.com/Zenithsiz/app-error", rev = "30238f3778fe84809ba2113c1199852b7bc7c1e9" }
arrayref = "0.3.9"
ascii = "1.1.0"
derive_more = "1.0.0"
eframe = "0.29.1"
either = "1.13.0"
derive_more = "2.0.1"
eframe = "0.32.3"
either = "1.15.0"
futures = "0.3.31"
int-conv = "0.1.4"
itertools = "0.14.0"
log = "0.4.22"
log = "0.4.28"
mappable-rc = "0.1.1"
native-dialog = "0.7.0"
parking_lot = "0.12.3"
pin-project = "1.1.7"
quote = "1.0.37"
ref-cast = "1.0.23"
native-dialog = "0.9.0"
parking_lot = "0.12.4"
pin-project = "1.1.10"
quote = "1.0.40"
ref-cast = "1.0.24"
sealed = "0.6.0"
serde = "1.0.216"
serde = "1.0.226"
stable_deref_trait = "1.2.0"
syn = "2.0.90"
thiserror = "2.0.7"
tokio = "1.42.0"
yoke = "0.7.5"
syn = "2.0.106"
thiserror = "2.0.16"
tokio = "1.47.1"
yoke = "0.8.0"
[workspace.lints]