diff --git a/Cargo.toml b/Cargo.toml index 27e340b..41d8362 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.31", features = ["serde"] }#, optional = true } chrono-tz = { version = "0.8.4", features = ["serde"] }#, optional = true } -reqwest = { version = "0.11.22", features = ["json"] } +reqwest = { version = "0.11.23", features = ["json"] } serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" uuid = { version = "1.6.1", features = ["v4", "fast-rng", "macro-diagnostics"] }