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 = [
|
dependencies = [
|
||||||
"arbitrary-value",
|
"arbitrary-value",
|
||||||
"chrono",
|
"chrono",
|
||||||
"chrono-tz",
|
|
||||||
"derive_more",
|
"derive_more",
|
||||||
"emitter-and-signal",
|
"emitter-and-signal",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
|
@@ -10,7 +10,6 @@ tracing = ["dep:tracing"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
arbitrary-value = { path = "../arbitrary-value", features = ["pyo3"] }
|
arbitrary-value = { path = "../arbitrary-value", features = ["pyo3"] }
|
||||||
chrono = { workspace = true }
|
chrono = { workspace = true }
|
||||||
chrono-tz = { workspace = true }
|
|
||||||
derive_more = { workspace = true, features = [
|
derive_more = { workspace = true, features = [
|
||||||
"display",
|
"display",
|
||||||
"from",
|
"from",
|
||||||
|
Reference in New Issue
Block a user