Skip to content

Commit

Permalink
fix(deps): update rust crate chrono-tz to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and hoodie committed Jul 22, 2023
1 parent 1d2e386 commit 1a31f9a
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.1", optional = true }
chrono-tz = {version = "0.8.3", optional = true }

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

0 comments on commit 1a31f9a

Please sign in to comment.