fix: use localzone crate to get local tz

This commit is contained in:
ThetaDev 2025-01-25 21:12:46 +01:00
parent 34f8e9b551
commit 5acbf0e456
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
5 changed files with 5 additions and 67 deletions

View file

@ -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