From 84f1578f8ddd6a438f0418e42c24f98edbdf9772 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 25 Feb 2022 21:25:21 +0000 Subject: [PATCH] update more stable crates --- forms/multipart-s3/Cargo.toml | 2 +- forms/multipart/Cargo.toml | 2 +- websockets/autobahn/Cargo.toml | 2 +- websockets/chat-broker/Cargo.toml | 2 +- websockets/chat-tcp/Cargo.toml | 2 +- websockets/chat/Cargo.toml | 2 +- websockets/echo/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/forms/multipart-s3/Cargo.toml b/forms/multipart-s3/Cargo.toml index 046cad8a..49b5e9fb 100644 --- a/forms/multipart-s3/Cargo.toml +++ b/forms/multipart-s3/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] actix-web = "4" -actix-multipart = "0.4.0-beta.12" +actix-multipart = "0.4" dotenv = "0.15.0" env_logger = "0.9" diff --git a/forms/multipart/Cargo.toml b/forms/multipart/Cargo.toml index 826629b2..a454ec49 100644 --- a/forms/multipart/Cargo.toml +++ b/forms/multipart/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/actix/examples" readme = "README.md" [dependencies] -actix-multipart = "0.4.0-beta.12" +actix-multipart = "0.4" actix-web = "4" futures-util = "0.3" diff --git a/websockets/autobahn/Cargo.toml b/websockets/autobahn/Cargo.toml index ae8fd6dc..39f1fa01 100644 --- a/websockets/autobahn/Cargo.toml +++ b/websockets/autobahn/Cargo.toml @@ -10,7 +10,7 @@ path = "src/main.rs" [dependencies] actix = "0.12" actix-web = "4" -actix-web-actors = "4.0.0-beta.12" +actix-web-actors = "4" env_logger = "0.9" log = "0.4" diff --git a/websockets/chat-broker/Cargo.toml b/websockets/chat-broker/Cargo.toml index 78679efb..5fea1292 100644 --- a/websockets/chat-broker/Cargo.toml +++ b/websockets/chat-broker/Cargo.toml @@ -12,7 +12,7 @@ actix = "0.12" actix-broker = "0.4" actix-files = "0.6" actix-web = "4" -actix-web-actors = "4.0.0-beta.12" +actix-web-actors = "4" env_logger = "0.9" log = "0.4" diff --git a/websockets/chat-tcp/Cargo.toml b/websockets/chat-tcp/Cargo.toml index d2450ef9..82a9ffd7 100644 --- a/websockets/chat-tcp/Cargo.toml +++ b/websockets/chat-tcp/Cargo.toml @@ -16,7 +16,7 @@ actix = "0.12" actix-codec = "0.4.1" actix-files = "0.6" actix-web = "4" -actix-web-actors = "4.0.0-beta.11" +actix-web-actors = "4" byteorder = "1.2" bytes = "1" diff --git a/websockets/chat/Cargo.toml b/websockets/chat/Cargo.toml index 8018fb59..d46dbaec 100644 --- a/websockets/chat/Cargo.toml +++ b/websockets/chat/Cargo.toml @@ -11,7 +11,7 @@ path = "src/main.rs" actix = "0.12" actix-files = "0.6" actix-web = "4" -actix-web-actors = "4.0.0-beta.12" +actix-web-actors = "4" env_logger = "0.9" log = "0.4" diff --git a/websockets/echo/Cargo.toml b/websockets/echo/Cargo.toml index 468c5a3f..33ed4933 100644 --- a/websockets/echo/Cargo.toml +++ b/websockets/echo/Cargo.toml @@ -17,7 +17,7 @@ actix-codec = "0.5" actix-files = "0.6" actix-rt = "2" actix-web = "4" -actix-web-actors = "4.0.0-beta.12" +actix-web-actors = "4" awc = "3.0.0-beta.21" env_logger = "0.9"