diff --git a/Cargo.toml b/Cargo.toml index c5254aa..56446f9 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.35", features = ["serde"] }#, optional = true } chrono-tz = { version = "0.8.6", features = ["serde"] }#, optional = true } -reqwest = { version = "0.12.0", features = ["json"] } +reqwest = { version = "0.12.1", features = ["json"] } serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114" uuid = { version = "1.8.0", features = ["v4", "fast-rng", "macro-diagnostics"] }