From e370fddcc3deee92d542153e321e767fa43566dc Mon Sep 17 00:00:00 2001 From: nikstur <61635709+nikstur@users.noreply.github.com> Date: Sun, 20 Mar 2022 16:53:36 +0100 Subject: [PATCH] Bumped version of actix to 0.13 (#267) --- examples/websockets/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/websockets/Cargo.toml b/examples/websockets/Cargo.toml index 0367dd1..807ad35 100644 --- a/examples/websockets/Cargo.toml +++ b/examples/websockets/Cargo.toml @@ -4,6 +4,6 @@ version = "1.0.0" edition = "2018" [dependencies] -actix = "0.12" +actix = "0.13" actix-web = "4" actix-web-actors = "4.0.0"