From aca9f9583d9c63aa4d363a87e9a623c86347bba7 Mon Sep 17 00:00:00 2001 From: TheAwiteb Date: Thu, 7 Sep 2023 21:42:29 +0300 Subject: [PATCH] Bump `chrono` to `v0.4.30` --- crates/teloxide-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/teloxide-core/Cargo.toml b/crates/teloxide-core/Cargo.toml index 4df1fc7b..0f67fddf 100644 --- a/crates/teloxide-core/Cargo.toml +++ b/crates/teloxide-core/Cargo.toml @@ -72,7 +72,7 @@ takecell = "0.1" take_mut = "0.2" rc-box = "1.1.1" never = "0.1.0" -chrono = { version = "0.4.19", default-features = false } +chrono = { version = "0.4.30", default-features = false } either = "1.6.1" bitflags = { version = "1.2" }