From 6a31d3000ce7e86bf7d54882e0324ab7c6631372 Mon Sep 17 00:00:00 2001 From: Lennart K <18233294+lennart-k@users.noreply.github.com> Date: Sat, 24 Jan 2026 18:05:42 +0100 Subject: [PATCH] Update vtimezones-rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 185a4c3..e2ff35f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -137,7 +137,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 = "e18e65d7" } -vtimezones-rs = "0.2" +vtimezones-rs = "0.3" ece = { version = "2.3", default-features = false, features = [ "backend-openssl", ] }