From 2f72769fcf40434675601481e6ebea048385aaca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:14:30 +0000 Subject: [PATCH] Update Rust crate chrono to 0.4.38 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4bd27c7..62b8d55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/dkim19375/todoist-rest-api-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -chrono = { version = "0.4.37", features = ["serde"] }#, optional = true } +chrono = { version = "0.4.38", features = ["serde"] }#, optional = true } chrono-tz = { version = "0.9.0", features = ["serde"] }#, optional = true } reqwest = { version = "0.12.3", features = ["json"] } serde = { version = "1.0.197", features = ["derive"] }