fix: fixed chrono incompatibility
This commit is contained in:
parent
290f43a68d
commit
86c3595d06
|
@ -11,7 +11,7 @@ convert_from_notion = []
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.68"
|
async-trait = "0.1.68"
|
||||||
base64 = "0.21.0"
|
base64 = "0.21.0"
|
||||||
chrono = "0.4.23"
|
chrono = "0.4.31"
|
||||||
futures-core = "0.3.28"
|
futures-core = "0.3.28"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
log = "0.4.20"
|
log = "0.4.20"
|
||||||
|
|
Loading…
Reference in a new issue