From 732d00f797f353831a2103e46fd13d6fd0d9b5d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 06:06:44 +0000 Subject: [PATCH] Update Rust crate serde to 1.0.199 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e196d16..3bb29f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ repository = "https://github.com/dkim19375/todoist-rest-api-rs" chrono = { version = "0.4.38", features = ["serde"] }#, optional = true } chrono-tz = { version = "0.9.0", features = ["serde"] }#, optional = true } reqwest = { version = "0.12.4", features = ["json"] } -serde = { version = "1.0.198", features = ["derive"] } +serde = { version = "1.0.199", features = ["derive"] } serde_json = "1.0.116" uuid = { version = "1.8.0", features = ["v4", "fast-rng", "macro-diagnostics"] }