From fb7a38db81ca4389dc90be16c1379764bf208a62 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 5 Nov 2021 02:19:45 +0000 Subject: [PATCH] use beta 8 --- CHANGES.md | 2 +- Cargo.toml | 2 +- actix-http-test/CHANGES.md | 2 +- actix-http-test/Cargo.toml | 2 +- actix-http/Cargo.toml | 2 +- actix-test/CHANGES.md | 2 +- awc/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 875f643e0..ea06d1daf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,7 +6,7 @@ ## 4.0.0-beta.11 - 2021-11-05 ### Changed * `ContentType::html` now returns `Content-Type: text/html; charset=utf-8` instead of `Content-Type: text/html`. [#2423] -* Update actix-server to `2.0.0-beta.7`. [#2435] +* Update actix-server to `2.0.0-beta.8`. [#2435] [#2423]: https://github.com/actix/actix-web/pull/2423 [#2435]: https://github.com/actix/actix-web/pull/2435 diff --git a/Cargo.toml b/Cargo.toml index 99edfd322..2a6e30873 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ __compress = [] actix-codec = "0.4.0" actix-macros = "0.2.3" actix-rt = "2.4" -actix-server = "2.0.0-beta.7" +actix-server = "2.0.0-beta.8" actix-service = "2.0.0" actix-utils = "3.0.0" actix-tls = { version = "3.0.0-beta.7", default-features = false, optional = true } diff --git a/actix-http-test/CHANGES.md b/actix-http-test/CHANGES.md index 2cd358bfa..cadc4a929 100644 --- a/actix-http-test/CHANGES.md +++ b/actix-http-test/CHANGES.md @@ -4,7 +4,7 @@ ## 3.0.0-beta.6 - 2021-11-05 -* Update actix-server to `2.0.0-beta.7`. [#2435] +* Update actix-server to `2.0.0-beta.8`. [#2435] * Minimum supported Rust version (MSRV) is now 1.52. [#2435]: https://github.com/actix/actix-web/pull/2435 diff --git a/actix-http-test/Cargo.toml b/actix-http-test/Cargo.toml index a79749711..85b866586 100644 --- a/actix-http-test/Cargo.toml +++ b/actix-http-test/Cargo.toml @@ -34,7 +34,7 @@ actix-codec = "0.4.0" actix-tls = "3.0.0-beta.7" actix-utils = "3.0.0" actix-rt = "2.2" -actix-server = "2.0.0-beta.7" +actix-server = "2.0.0-beta.8" awc = { version = "3.0.0-beta.9", default-features = false } base64 = "0.13" diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index ccb36dab4..f728f4a6c 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -82,7 +82,7 @@ flate2 = { version = "1.0.13", optional = true } zstd = { version = "0.7", optional = true } [dev-dependencies] -actix-server = "2.0.0-beta.7" +actix-server = "2.0.0-beta.8" actix-http-test = { version = "3.0.0-beta.6", features = ["openssl"] } actix-tls = { version = "3.0.0-beta.7", features = ["openssl"] } async-stream = "0.3" diff --git a/actix-test/CHANGES.md b/actix-test/CHANGES.md index 5bcea218d..7582ea5db 100644 --- a/actix-test/CHANGES.md +++ b/actix-test/CHANGES.md @@ -4,7 +4,7 @@ ## 0.1.0-beta.6 - 2021-11-05 -* Update actix-server to `2.0.0-beta.7`. [#2435] +* Update actix-server to `2.0.0-beta.8`. [#2435] [#2435]: https://github.com/actix/actix-web/pull/2435 diff --git a/awc/Cargo.toml b/awc/Cargo.toml index dc029e060..9c4ec50ea 100644 --- a/awc/Cargo.toml +++ b/awc/Cargo.toml @@ -92,7 +92,7 @@ actix-web = { version = "4.0.0-beta.11", features = ["openssl"] } actix-http = { version = "3.0.0-beta.11", features = ["openssl"] } actix-http-test = { version = "3.0.0-beta.6", features = ["openssl"] } actix-utils = "3.0.0" -actix-server = "2.0.0-beta.7" +actix-server = "2.0.0-beta.8" actix-tls = { version = "3.0.0-beta.7", features = ["openssl", "rustls"] } actix-test = { version = "0.1.0-beta.6", features = ["openssl", "rustls"] }