From 3271f232afc51db5829fb3697194e7c72a6e160c Mon Sep 17 00:00:00 2001 From: Denis Cornehl Date: Thu, 22 Dec 2022 08:38:56 +0100 Subject: [PATCH] remove `oldtime` feature from `chrono` dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f3d331742..ea2bedb9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,7 @@ tera = { version = "1.5.0", features = ["builtins"] } walkdir = "2" # Date and Time utilities -chrono = { version = "0.4.11", features = ["serde"] } +chrono = { version = "0.4.11", default-features = false, features = ["clock", "serde"] } time = "0.1" # TODO: Remove once `iron` is removed # Transitive dependencies we don't use directly but need to have specific versions of