From 27e22000a41f6129bf0ebca8d70410745ad891fb Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 2 Aug 2025 10:39:00 +0300 Subject: [PATCH] require safe chrono version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8065562..dd7f4af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/YGGverse/aquatic-crawler" [dependencies] anyhow = "1.0" -chrono = "0.4" +chrono = "0.4.41" clap = { version = "4.5", features = ["derive"] } hyper-util = "0.1" librqbit = {version = "9.0.0-beta.1", features = ["disable-upload"]}