mirror of
https://github.com/actix/actix-web.git
synced 2024-11-26 03:21:08 +00:00
Update awc
dependency
This commit is contained in:
parent
294523a32f
commit
6f33b7ea42
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ actix-tls = "2.0.0-alpha.1"
|
||||||
|
|
||||||
actix-web-codegen = "0.2.0"
|
actix-web-codegen = "0.2.0"
|
||||||
actix-http = "2.0.0-alpha.2"
|
actix-http = "2.0.0-alpha.2"
|
||||||
awc = { version = "1.0.1", default-features = false }
|
awc = { version = "2.0.0-alpha.1", default-features = false }
|
||||||
|
|
||||||
bytes = "0.5.3"
|
bytes = "0.5.3"
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.2"
|
||||||
|
|
|
@ -37,7 +37,7 @@ actix-utils = "1.0.3"
|
||||||
actix-rt = "1.0.0"
|
actix-rt = "1.0.0"
|
||||||
actix-server = "1.0.0"
|
actix-server = "1.0.0"
|
||||||
actix-testing = "1.0.0"
|
actix-testing = "1.0.0"
|
||||||
awc = "1.0.1"
|
awc = "2.0.0-alpha.1"
|
||||||
|
|
||||||
base64 = "0.11"
|
base64 = "0.11"
|
||||||
bytes = "0.5.3"
|
bytes = "0.5.3"
|
||||||
|
|
Loading…
Reference in a new issue