From b0cbf246c8ac521157a38d589fa3ea9eb2e89a3a Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 14 Jun 2025 04:21:28 +0300 Subject: [PATCH] require chrono ^0.4.20 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 970d6ad..bde31ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/YGGverse/rssto" [dependencies] anyhow = "1.0" -chrono = "0.4" +chrono = "^0.4.20" clap = { version = "4.5", features = ["derive"] } reqwest = { version = "0.12", features = ["blocking"] } rss = "2.0"