mirror of https://github.com/fafhrd91/actix-web
Merge branch 'master' into feat/rt
This commit is contained in:
commit
144535d4f7
|
@ -17,7 +17,7 @@ path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix = "0.10.0-alpha.2"
|
actix = "0.10.0-alpha.2"
|
||||||
actix-web = "3.0.0-alpha.3"
|
actix-web = { version = "3.0.0-alpha.3", default-features = false }
|
||||||
actix-http = "2.0.0-alpha.4"
|
actix-http = "2.0.0-alpha.4"
|
||||||
actix-codec = "0.2.0"
|
actix-codec = "0.2.0"
|
||||||
bytes = "0.5.2"
|
bytes = "0.5.2"
|
||||||
|
|
Loading…
Reference in New Issue