mirror of https://github.com/fafhrd91/actix-web
use beta 8
This commit is contained in:
parent
efdebcc104
commit
fb7a38db81
|
@ -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
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"] }
|
||||
|
||||
|
|
Loading…
Reference in New Issue