Skip to content

Commit

Permalink
Merge pull request #831 from urkle/feat-update-chrono-tz
Browse files Browse the repository at this point in the history
update chrono-tz to 0.6.1
  • Loading branch information
sunli829 committed Apr 19, 2022
2 parents 2ec944f + 1e572fd commit 0e5177e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -53,7 +53,7 @@ fast_chemail = "0.9.6"
# Feature optional dependencies
bson = { version = "2.0.0", optional = true, features = ["chrono-0_4"] }
chrono = { version = "0.4.19", optional = true, default-features = false, features = ["clock", "std"] }
chrono-tz = { version = "0.5.3", optional = true }
chrono-tz = { version = "0.6.1", optional = true }
hashbrown = { version = "0.12.0", optional = true }
iso8601-duration = { version = "0.1.0", optional = true }
log = { version = "0.4.14", optional = true }
Expand Down

0 comments on commit 0e5177e

Please sign in to comment.