Skip to content

Commit

Permalink
fix(deps): update rust crate chrono-tz to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and hoodie committed Oct 30, 2023
1 parent 3adea26 commit 49d60e1
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 @@ -23,7 +23,7 @@ parser = ["nom"]
serde = { version = "1.0", optional = true, features = ["derive"] }
serde_json = { version = "1.0", optional = true }
iso8601 = "0.6"
chrono-tz = {version = "0.8.3", optional = true }
chrono-tz = {version = "0.8.4", optional = true }

[dependencies.chrono]
version = "0.4"
Expand Down

0 comments on commit 49d60e1

Please sign in to comment.