From 17f8062fa605d66257c150bfeea25df3e1ff4473 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 1 Jan 2024 21:03:41 +0000 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f4d3c3e..6746d533 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ actix-web = "4.4" actix-web-actors = "4.1" actix-web-lab = "0.20" actix-ws = "0.2.5" -awc = "3.3" +awc = "3.2" chrono = { version = "0.4.20", default-features = false, features = ["clock", "serde"] } derive_more = "0.99.7"