From 86c3595d063de21d5a07273cfdea5b2825c52e82 Mon Sep 17 00:00:00 2001 From: Bram Dingelstad Date: Mon, 6 Nov 2023 22:48:35 +0100 Subject: [PATCH] fix: fixed chrono incompatibility --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b7265da..c2452b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"