From 7a9590a7d79b8767633be67df5a90a63e197ffc3 Mon Sep 17 00:00:00 2001 From: Kornel Date: Thu, 29 Aug 2024 15:47:04 +0100 Subject: [PATCH] Ensure incompatible versions of time are not allowed --- actix-web/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-web/Cargo.toml b/actix-web/Cargo.toml index f97eab7c9..71fdb51cd 100644 --- a/actix-web/Cargo.toml +++ b/actix-web/Cargo.toml @@ -164,7 +164,7 @@ serde_json = "1.0" serde_urlencoded = "0.7" smallvec = "1.6.1" socket2 = "0.5" -time = { version = "0.3", default-features = false, features = ["formatting"] } +time = { version = "0.3.36", default-features = false, features = ["formatting"] } url = "2.1" [dev-dependencies]