chore(home-assistant): no longer depend on chrono-tz
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -648,7 +648,6 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"arbitrary-value",
|
||||
"chrono",
|
||||
"chrono-tz",
|
||||
"derive_more",
|
||||
"emitter-and-signal",
|
||||
"once_cell",
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user