feat: add chrono-tz and phf packages for enhanced time zone handling and performance
This commit is contained in:
parent
fb2d1cea0b
commit
3dc44ae132
2 changed files with 9 additions and 50 deletions
|
|
@ -72,7 +72,7 @@ async-trait = "0.1"
|
|||
# Memory / persistence
|
||||
rusqlite = { version = "0.38", features = ["bundled"] }
|
||||
chrono = { version = "0.4", default-features = false, features = ["clock", "std", "serde"] }
|
||||
chrono-tz = "0.9"
|
||||
chrono-tz = "0.10"
|
||||
cron = "0.12"
|
||||
|
||||
# Interactive CLI prompts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue