Skip to content

Commit 8ed4fd2

Browse files
Add dependency on chrono-tz (#545)
## What is the goal of this PR? We add a dependency on the chrono-tz crate, which extends the chrono crate with the full IANA time zone database.
1 parent 8ae7fdf commit 8ed4fd2

File tree

2 files changed

+79
-2
lines changed

2 files changed

+79
-2
lines changed

library/crates/Cargo.lock

Lines changed: 78 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

library/crates/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ async-trait = "=0.1.59"
1818
axum = { version = "=0.5.15", features = ["ws"] }
1919
bincode = "=1.3.3"
2020
chrono = "=0.4.38"
21+
chrono-tz = "=0.9.0"
2122
clap = "=4.0.26"
2223
coerce = "=0.8.3"
2324
crossbeam = "=0.8.2"

0 commit comments

Comments
 (0)