Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.11.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent 4945778 commit 04c705e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.25", features = ["json"] }
reqwest = { version = "0.11.26", features = ["json"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
uuid = { version = "1.7.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
Expand Down

0 comments on commit 04c705e

Please sign in to comment.