From: Claudius Heine <ch@denx.de>
Date: Wed, 7 Sep 2022 13:39:02 +0200
Subject: ease chrono dependency from 0.4.22 to 0.4

---
 src/rust/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml
index 662f008..8327b25 100644
--- a/src/rust/Cargo.toml
+++ b/src/rust/Cargo.toml
@@ -10,7 +10,7 @@ once_cell = "1"
 pyo3 = { version = "0.17" }
 asn1 = { version = "0.12", default-features = false, features = ["derive"] }
 pem = ">= 1.0, < 1.2"
-chrono = { version = "0.4.22", default-features = false, features = ["alloc", "clock"] }
+chrono = { version = "0.4", default-features = false, features = ["alloc", "clock"] }
 ouroboros = "0.15"
 
 [features]
