use beta 8

This commit is contained in:
Rob Ede 2021-11-05 02:19:45 +00:00
parent efdebcc104
commit fb7a38db81
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
7 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@
## 4.0.0-beta.11 - 2021-11-05 ## 4.0.0-beta.11 - 2021-11-05
### Changed ### Changed
* `ContentType::html` now returns `Content-Type: text/html; charset=utf-8` instead of `Content-Type: text/html`. [#2423] * `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 [#2423]: https://github.com/actix/actix-web/pull/2423
[#2435]: https://github.com/actix/actix-web/pull/2435 [#2435]: https://github.com/actix/actix-web/pull/2435

View File

@ -69,7 +69,7 @@ __compress = []
actix-codec = "0.4.0" actix-codec = "0.4.0"
actix-macros = "0.2.3" actix-macros = "0.2.3"
actix-rt = "2.4" actix-rt = "2.4"
actix-server = "2.0.0-beta.7" actix-server = "2.0.0-beta.8"
actix-service = "2.0.0" actix-service = "2.0.0"
actix-utils = "3.0.0" actix-utils = "3.0.0"
actix-tls = { version = "3.0.0-beta.7", default-features = false, optional = true } actix-tls = { version = "3.0.0-beta.7", default-features = false, optional = true }

View File

@ -4,7 +4,7 @@
## 3.0.0-beta.6 - 2021-11-05 ## 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. * Minimum supported Rust version (MSRV) is now 1.52.
[#2435]: https://github.com/actix/actix-web/pull/2435 [#2435]: https://github.com/actix/actix-web/pull/2435

View File

@ -34,7 +34,7 @@ actix-codec = "0.4.0"
actix-tls = "3.0.0-beta.7" actix-tls = "3.0.0-beta.7"
actix-utils = "3.0.0" actix-utils = "3.0.0"
actix-rt = "2.2" 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 } awc = { version = "3.0.0-beta.9", default-features = false }
base64 = "0.13" base64 = "0.13"

View File

@ -82,7 +82,7 @@ flate2 = { version = "1.0.13", optional = true }
zstd = { version = "0.7", optional = true } zstd = { version = "0.7", optional = true }
[dev-dependencies] [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-http-test = { version = "3.0.0-beta.6", features = ["openssl"] }
actix-tls = { version = "3.0.0-beta.7", features = ["openssl"] } actix-tls = { version = "3.0.0-beta.7", features = ["openssl"] }
async-stream = "0.3" async-stream = "0.3"

View File

@ -4,7 +4,7 @@
## 0.1.0-beta.6 - 2021-11-05 ## 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 [#2435]: https://github.com/actix/actix-web/pull/2435

View File

@ -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 = { version = "3.0.0-beta.11", features = ["openssl"] }
actix-http-test = { version = "3.0.0-beta.6", features = ["openssl"] } actix-http-test = { version = "3.0.0-beta.6", features = ["openssl"] }
actix-utils = "3.0.0" 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-tls = { version = "3.0.0-beta.7", features = ["openssl", "rustls"] }
actix-test = { version = "0.1.0-beta.6", features = ["openssl", "rustls"] } actix-test = { version = "0.1.0-beta.6", features = ["openssl", "rustls"] }