From 87092a3d57afbdff11af3fbca6d805d90a628c54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:39:08 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f809ae..2d321f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/dkim19375/todoist-rest-api-rs" [dependencies] chrono = { version = "0.4.37", features = ["serde"] }#, optional = true } chrono-tz = { version = "0.8.6", features = ["serde"] }#, optional = true } -reqwest = { version = "0.12.2", features = ["json"] } +reqwest = { version = "0.12.3", features = ["json"] } serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.115" uuid = { version = "1.8.0", features = ["v4", "fast-rng", "macro-diagnostics"] }