From 1ff5323dbaf638e1d027d67187e0fcc4ea184b19 Mon Sep 17 00:00:00 2001 From: Haris Catakovic Date: Sun, 29 Mar 2026 10:52:39 -0400 Subject: [PATCH] Pin chrono to 0.4.19 for Actix 1.x compatibility --- actix-gcd/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/actix-gcd/Cargo.toml b/actix-gcd/Cargo.toml index 8a64d83..c7de8c0 100644 --- a/actix-gcd/Cargo.toml +++ b/actix-gcd/Cargo.toml @@ -9,4 +9,5 @@ edition = "2018" [dependencies] actix-web = "4.1" +chrono = "=0.4.19" serde = { version = "1.0", features = ["derive"] }