Skip to content

Commit

Permalink
Update Rust crate serde to 1.0.191
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 7, 2023
1 parent 9e6779d commit 2a5ee11
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 @@ -15,7 +15,7 @@ repository = "https://github.com/dkim19375/todoist-rest-api-rs"
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"] }
serde = { version = "1.0.190", features = ["derive"] }
serde = { version = "1.0.191", features = ["derive"] }
serde_json = "1.0.108"
uuid = { version = "1.5.0", features = ["v4", "fast-rng", "macro-diagnostics"] }

Expand Down

0 comments on commit 2a5ee11

Please sign in to comment.