1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-30 08:24:28 +02:00

Update actix-connect to 2.0.0-alpha.2

This commit is contained in:
Yuki Okushi
2020-03-08 15:23:38 +09:00
parent 6f33b7ea42
commit b93e1555ec
5 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
## [Unreleased] - 2020-xx-xx
* Update the `time` dependency to 0.2.7
* Update `actix-connect` dependency to 2.0.0-alpha.1
* Update `actix-connect` dependency to 2.0.0-alpha.2
## [1.0.0] - 2019-12-13

View File

@ -32,7 +32,7 @@ openssl = ["open-ssl", "awc/openssl"]
[dependencies]
actix-service = "1.0.1"
actix-codec = "0.2.0"
actix-connect = "2.0.0-alpha.1"
actix-connect = "2.0.0-alpha.2"
actix-utils = "1.0.3"
actix-rt = "1.0.0"
actix-server = "1.0.0"