From 053bc19d0797499583384ad032fe0b1b9b3f803f Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Fri, 15 Sep 2023 09:52:22 -0700 Subject: [PATCH] Pin chrono to 0.4.30 v0.4.31 was just released which introduces some spurious deprecation warnings --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f4910cf526..c634212568 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ serde_json = "1" # "stdlib" bytes = { version = "1" } -chrono = { version = "0.4", default-features = false, features = ["clock"] } +chrono = { version = "=0.4.30", default-features = false, features = ["clock"] } regex = { version = "1" } thiserror = { version = "1" } url = { version = "2" }