Skip to content

Commit

Permalink
Update Rust crate chrono-tz to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 9, 2024
1 parent b6bc55b commit 9db84ef
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 @@ -13,7 +13,7 @@ repository = "https://github.com/dkim19375/todoist-rest-api-rs"

[dependencies]
chrono = { version = "0.4.38", features = ["serde"] }#, optional = true }
chrono-tz = { version = "0.9.0", features = ["serde"] }#, optional = true }
chrono-tz = { version = "0.10.0", features = ["serde"] }#, optional = true }
reqwest = { version = "0.12.4", features = ["json"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
Expand Down

0 comments on commit 9db84ef

Please sign in to comment.