From 8acd2167456813f19286e9d71452509fd69a2e86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 11:04:16 +0000 Subject: [PATCH] Update Rust crate serde to 1.0.194 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63e797a..7c04d84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ repository = "https://github.com/dkim19375/todoist-rest-api-rs" chrono = { version = "0.4.31", 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 = { version = "1.0.194", features = ["derive"] } serde_json = "1.0.109" uuid = { version = "1.6.1", features = ["v4", "fast-rng", "macro-diagnostics"] }