fix: use localzone crate to get local tz
This commit is contained in:
parent
34f8e9b551
commit
5acbf0e456
5 changed files with 5 additions and 67 deletions
|
|
@ -56,10 +56,7 @@ data-encoding = "2.0.0"
|
|||
urlencoding = "2.1.0"
|
||||
quick-xml = { version = "0.37.0", features = ["serialize"] }
|
||||
tracing = { version = "0.1.0", features = ["log"] }
|
||||
windows-sys = { version = "0.59.0", features = [
|
||||
"Win32_System_Time",
|
||||
"Win32_Foundation",
|
||||
] }
|
||||
localzone = "0.3.1"
|
||||
|
||||
# CLI
|
||||
indicatif = "0.17.0"
|
||||
|
|
@ -118,11 +115,9 @@ phf.workspace = true
|
|||
data-encoding.workspace = true
|
||||
urlencoding.workspace = true
|
||||
tracing.workspace = true
|
||||
localzone.workspace = true
|
||||
quick-xml = { workspace = true, optional = true }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
windows-sys.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
rstest.workspace = true
|
||||
tokio-test.workspace = true
|
||||
|
|
|
|||
Reference in a new issue