mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 00:21:08 +01:00
update deps
This commit is contained in:
parent
7242d96701
commit
28f01beaec
@ -61,15 +61,14 @@ ssl = ["openssl", "actix-server/ssl"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-codec = "0.1.0"
|
actix-codec = "0.1.0"
|
||||||
actix-service = "0.3.3"
|
actix-service = "0.3.4"
|
||||||
actix-utils = "0.3.3"
|
actix-utils = "0.3.4"
|
||||||
actix-router = "0.1.0"
|
actix-router = "0.1.0"
|
||||||
actix-rt = "0.2.1"
|
actix-rt = "0.2.1"
|
||||||
actix-web-codegen = { path="actix-web-codegen" }
|
actix-web-codegen = { path="actix-web-codegen" }
|
||||||
|
|
||||||
actix-http = { git = "https://github.com/actix/actix-http.git" }
|
actix-http = { git = "https://github.com/actix/actix-http.git" }
|
||||||
actix-server = { git = "https://github.com/actix/actix-net.git" }
|
actix-server = "0.4.0"
|
||||||
actix-server-config = { git = "https://github.com/actix/actix-net.git" }
|
actix-server-config = "0.1.0"
|
||||||
|
|
||||||
bytes = "0.4"
|
bytes = "0.4"
|
||||||
cookie = { version="0.11", features=["percent-encode"] }
|
cookie = { version="0.11", features=["percent-encode"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user