chore(home-assistant): no longer depend on chrono-tz

This commit is contained in:
2025-04-22 01:52:56 -04:00
parent 6e366a9c51
commit c95d2f8d99
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -648,7 +648,6 @@ version = "0.1.0"
dependencies = [
"arbitrary-value",
"chrono",
"chrono-tz",
"derive_more",
"emitter-and-signal",
"once_cell",

View File

@@ -10,7 +10,6 @@ tracing = ["dep:tracing"]
[dependencies]
arbitrary-value = { path = "../arbitrary-value", features = ["pyo3"] }
chrono = { workspace = true }
chrono-tz = { workspace = true }
derive_more = { workspace = true, features = [
"display",
"from",