From 83312a2bcd3471fac83a749b875225432c5966b2 Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 27 Sep 2020 12:55:01 -0500 Subject: [PATCH] Update example deps --- examples/chat/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/chat/Cargo.toml b/examples/chat/Cargo.toml index 095e12d..f89da13 100644 --- a/examples/chat/Cargo.toml +++ b/examples/chat/Cargo.toml @@ -7,9 +7,9 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -actix-rt = "1.1.0" -actix-web = "3.0.0-alpha.1" -actix-ws = { version = "0.1.0-alpha.0", path = "../.." } +actix-rt = "1.1.1" +actix-web = "3.0.2" +actix-ws = { version = "0.1.0", path = "../.." } anyhow = "1.0" futures = "0.3" log = "0.4"