chore: upgrade various dependencies and lockfile

This commit is contained in:
2026-01-07 02:15:18 -05:00
parent 48f29ea7d6
commit fde59d05ab
2 changed files with 894 additions and 615 deletions

1477
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -5,6 +5,7 @@ members = [
"emitter-and-signal", "emitter-and-signal",
"entrypoint", "entrypoint",
"home-assistant", "home-assistant",
"persisted",
"protocol", "protocol",
"python-utils", "python-utils",
] ]
@@ -14,17 +15,22 @@ resolver = "2"
license = "Unlicense" license = "Unlicense"
[workspace.dependencies] [workspace.dependencies]
backon = "1.5" backon = "1.6"
chrono = "0.4.40" bytes = "1.11"
chrono-tz = "0.10.1" chrono = "0.4.42"
deranged = "0.4" chrono-tz = "0.10.4"
derive_more = "2.0.1" deranged = "0.5"
ext-trait = "2.0.0" derive_more = "2.1.0"
ext-trait = "2.0.1"
mitsein = "0.8"
palette = "0.7" palette = "0.7"
pyo3 = "0.24.0" pyo3 = "0.27"
pyo3-async-runtimes = "0.24.0" pyo3-async-runtimes = "0.27"
serde = "1.0.219" serde = "1.0.228"
snafu = "0.8.5" snafu = "0.8.9"
strum = "0.27.1" strum = "0.27.2"
tokio = "1.32.0" tokio = "1.48.0"
tracing = "0.1.37" tracing = "0.1.43"
typed-builder = "0.22"
typed-builder-macro = "0.22"
url = "2.5"