From 469b793ffce6fb087969bcc67180e9cd31d2710f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:58:50 +0000 Subject: [PATCH] Update Rust crate chrono-tz to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd86fc9..177acc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/dkim19375/todoist-rest-api-rs" [dependencies] chrono = { version = "0.4.38", features = ["serde"] }#, optional = true } -chrono-tz = { version = "0.9.0", features = ["serde"] }#, optional = true } +chrono-tz = { version = "0.10.0", features = ["serde"] }#, optional = true } reqwest = { version = "0.12.4", features = ["json"] } serde = { version = "1.0.200", features = ["derive"] } serde_json = "1.0.116"