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