Update vtimezone-rs to fix missing timezones

This commit is contained in:
Lennart
2025-07-25 22:51:35 +02:00
parent e1a10338e0
commit 51036ec6d5
2 changed files with 4 additions and 3 deletions

View File

@@ -139,7 +139,7 @@ reqwest = { version = "0.12", features = [
openidconnect = "4.0"
clap = { version = "4.5", features = ["derive", "env"] }
matchit-serde = { git = "https://github.com/lennart-k/matchit-serde", rev = "f0591d13" }
vtimezones-rs = "0.1"
vtimezones-rs = "0.2"
ece = { version = "2.3", default-features = false, features = [
"backend-openssl",
] }