fix: fixed chrono incompatibility

This commit is contained in:
Bram Dingelstad 2023-11-06 22:48:35 +01:00
parent 290f43a68d
commit 86c3595d06

View file

@ -11,7 +11,7 @@ convert_from_notion = []
[dependencies]
async-trait = "0.1.68"
base64 = "0.21.0"
chrono = "0.4.23"
chrono = "0.4.31"
futures-core = "0.3.28"
lazy_static = "1.4.0"
log = "0.4.20"