Skip to content

Commit

Permalink
Merge pull request #86 from hoodie/renovate/chrono-tz-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate chrono-tz to 0.8.5
  • Loading branch information
hoodie authored Dec 29, 2023
2 parents 02d763a + 4ef3052 commit 97e142b
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.4", optional = true }
chrono-tz = {version = "0.8.5", optional = true }

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

0 comments on commit 97e142b

Please sign in to comment.