mirror of
https://github.com/actix/actix-web.git
synced 2024-11-27 03:51:10 +00:00
use released service crate
This commit is contained in:
parent
c9bb2116fe
commit
ef5b54a481
1 changed files with 1 additions and 2 deletions
|
@ -37,7 +37,7 @@ session = ["cookie/secure"]
|
||||||
ssl = ["openssl", "actix-connector/ssl"]
|
ssl = ["openssl", "actix-connector/ssl"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-service = "0.2.0"
|
actix-service = "0.2.1"
|
||||||
actix-codec = "0.1.0"
|
actix-codec = "0.1.0"
|
||||||
actix-connector = "0.2.0"
|
actix-connector = "0.2.0"
|
||||||
actix-utils = "0.2.0"
|
actix-utils = "0.2.0"
|
||||||
|
@ -83,4 +83,3 @@ serde_derive = "1.0"
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
actix-utils = { git = "https://github.com/actix/actix-net.git" }
|
actix-utils = { git = "https://github.com/actix/actix-net.git" }
|
||||||
actix-service = { git = "https://github.com/actix/actix-net.git" }
|
|
||||||
|
|
Loading…
Reference in a new issue