From cb5d9a7e648ad890c276a6b1879a6468b6ee6cd7 Mon Sep 17 00:00:00 2001
From: Rob Ede <robjtede@icloud.com>
Date: Wed, 19 Jan 2022 16:58:11 +0000
Subject: [PATCH] bump deps to stable actix-server v2

---
 Cargo.toml                 | 2 +-
 actix-http-test/Cargo.toml | 2 +-
 actix-http/Cargo.toml      | 2 +-
 awc/Cargo.toml             | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 39f2ac32..6c64a9e8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -72,7 +72,7 @@ experimental-io-uring = ["actix-server/io-uring"]
 actix-codec = "0.4.1"
 actix-macros = "0.2.3"
 actix-rt = "2.6"
-actix-server = "2.0.0-rc.4"
+actix-server = "2"
 actix-service = "2.0.0"
 actix-utils = "3.0.0"
 actix-tls = { version = "3.0.0", default-features = false, optional = true }
diff --git a/actix-http-test/Cargo.toml b/actix-http-test/Cargo.toml
index b8521dd0..993dc854 100644
--- a/actix-http-test/Cargo.toml
+++ b/actix-http-test/Cargo.toml
@@ -34,7 +34,7 @@ actix-codec = "0.4.1"
 actix-tls = "3.0.0"
 actix-utils = "3.0.0"
 actix-rt = "2.2"
-actix-server = "2.0.0-rc.2"
+actix-server = "2"
 awc = { version = "3.0.0-beta.18", default-features = false }
 
 base64 = "0.13"
diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml
index 163fce93..9fecd9a5 100644
--- a/actix-http/Cargo.toml
+++ b/actix-http/Cargo.toml
@@ -80,7 +80,7 @@ zstd = { version = "0.9", optional = true }
 
 [dev-dependencies]
 actix-http-test = { version = "3.0.0-beta.11", features = ["openssl"] }
-actix-server = "2.0.0-rc.2"
+actix-server = "2"
 actix-tls = { version = "3.0.0", features = ["openssl"] }
 actix-web = "4.0.0-beta.20"
 
diff --git a/awc/Cargo.toml b/awc/Cargo.toml
index 16c2083d..bd9eb6cc 100644
--- a/awc/Cargo.toml
+++ b/awc/Cargo.toml
@@ -95,7 +95,7 @@ trust-dns-resolver = { version = "0.20.0", optional = true }
 [dev-dependencies]
 actix-http = { version = "3.0.0-beta.18", features = ["openssl"] }
 actix-http-test = { version = "3.0.0-beta.11", features = ["openssl"] }
-actix-server = "2.0.0-rc.2"
+actix-server = "2"
 actix-test = { version = "0.1.0-beta.11", features = ["openssl", "rustls"] }
 actix-tls = { version = "3.0.0", features = ["openssl", "rustls"] }
 actix-utils = "3.0.0"