From cbdfae4deeb76d9ea8eb16431ab26b3b6b3eafe5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Apr 2024 10:00:40 +0000 Subject: [PATCH] fix(deps): update rust crate actix to 0.13.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0d0baed..c23baeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ warp = "0.3" terrors = "0.3" # Actors -actix = "0.13" +actix = "0.13.3" actix-rt = "2.9" tokio = { version = "1.37", features = ["full"] }