Merge pull request #831 from urkle/feat-update-chrono-tz

update chrono-tz to 0.6.1
This commit is contained in:
Sunli 2022-04-19 10:29:38 +08:00 committed by GitHub
commit 63200b1da1
1 changed files with 1 additions and 1 deletions

View File

@ -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 }