reorganize time-tz dependency
This commit is contained in:
parent
52b204c2a1
commit
c729391e54
2 changed files with 1 additions and 2 deletions
|
|
@ -47,7 +47,6 @@ time = { version = "0.3.37", features = [
|
||||||
"serde-well-known",
|
"serde-well-known",
|
||||||
"local-offset",
|
"local-offset",
|
||||||
] }
|
] }
|
||||||
time-tz = { version = "2.0.0" }
|
|
||||||
futures-util = "0.3.31"
|
futures-util = "0.3.31"
|
||||||
ress = "0.11.0"
|
ress = "0.11.0"
|
||||||
phf = "0.11.0"
|
phf = "0.11.0"
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ serde.workspace = true
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
quick-xml.workspace = true
|
quick-xml.workspace = true
|
||||||
time = { workspace = true, optional = true }
|
time = { workspace = true, optional = true }
|
||||||
time-tz = { workspace = true, optional = true }
|
time-tz = { version = "2.0.0", optional = true }
|
||||||
|
|
||||||
indicatif.workspace = true
|
indicatif.workspace = true
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
|
|
|
||||||
Reference in a new issue