chore: update various dependencies (except fjall) to their latest versions

This commit is contained in:
J / Jacob Babich
2026-07-12 14:13:06 -04:00
parent 7f3c2ac30c
commit 044243ae3c
6 changed files with 186 additions and 208 deletions

View File

@@ -27,18 +27,18 @@ chrono-tz = "0.10.4"
deranged = "0.5"
derive_more = "2.1.0"
ext-trait = "2.0.1"
mitsein = "0.8"
mitsein = "0.9"
palette = "0.7"
proc-macro2 = "1.0.106"
pyo3 = "0.27"
pyo3-async-runtimes = "0.27"
pyo3 = "0.29"
pyo3-async-runtimes = "0.29"
quote = "1.0.46"
serde = "1.0.228"
snafu = "0.8.9"
strum = "0.27.2"
snafu = "0.9"
strum = "0.28"
syn = "2.0.118"
tokio = "1.48.0"
tracing = "0.1.43"
typed-builder = "0.22"
typed-builder-macro = "0.22"
typed-builder = "0.23"
typed-builder-macro = "0.23"
url = "2.5"