Skip to content

Commit

Permalink
Update Rust crate chrono to 0.4.38
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 15, 2024
1 parent 4d8d2b5 commit ddce937
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 @@ -12,7 +12,7 @@ repository = "https://github.com/dkim19375/todoist-rest-api-rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = { version = "0.4.37", features = ["serde"] }#, optional = true }
chrono = { version = "0.4.38", features = ["serde"] }#, optional = true }
chrono-tz = { version = "0.9.0", features = ["serde"] }#, optional = true }
reqwest = { version = "0.12.3", features = ["json"] }
serde = { version = "1.0.197", features = ["derive"] }
Expand Down

0 comments on commit ddce937

Please sign in to comment.