From 66fb85aefba9229fa8e582b007000de5da65093b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 10:18:46 +0000 Subject: [PATCH] Update Rust crate chrono-tz to 0.8.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 41d8362..ff74086 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.31", features = ["serde"] }#, optional = true } -chrono-tz = { version = "0.8.4", features = ["serde"] }#, optional = true } +chrono-tz = { version = "0.8.5", features = ["serde"] }#, optional = true } reqwest = { version = "0.11.23", features = ["json"] } serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108"