Skip to content

Commit

Permalink
fix(deps): update rust crate chrono-tz to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent 5e0f90e commit d884935
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 @@ -24,7 +24,7 @@ parser = ["dep:nom"]
serde = { version = "1.0", optional = true, features = ["derive"] }
serde_json = { version = "1.0", optional = true }
iso8601 = "0.6"
chrono-tz = {version = "0.9", optional = true }
chrono-tz = {version = "0.10", optional = true }

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

0 comments on commit d884935

Please sign in to comment.