mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-27 17:52:56 +01:00
update deps
This commit is contained in:
parent
d2dba028f6
commit
85664cc6f7
12
Cargo.toml
12
Cargo.toml
@ -61,16 +61,13 @@ ssl = ["openssl", "actix-server/ssl"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-codec = "0.1.0"
|
actix-codec = "0.1.0"
|
||||||
#actix-service = "0.3.2"
|
actix-service = "0.3.3"
|
||||||
#actix-utils = "0.3.1"
|
actix-utils = "0.3.3"
|
||||||
|
actix-router = "0.1.0"
|
||||||
actix-rt = "0.2.0"
|
actix-rt = "0.2.0"
|
||||||
actix-web-codegen = { path="actix-web-codegen" }
|
actix-web-codegen = { path="actix-web-codegen" }
|
||||||
|
|
||||||
actix-service = { git = "https://github.com/actix/actix-net.git" }
|
|
||||||
actix-utils = { git = "https://github.com/actix/actix-net.git" }
|
|
||||||
|
|
||||||
actix-http = { git = "https://github.com/actix/actix-http.git" }
|
actix-http = { git = "https://github.com/actix/actix-http.git" }
|
||||||
actix-router = { git = "https://github.com/actix/actix-net.git" }
|
|
||||||
actix-server = { git = "https://github.com/actix/actix-net.git" }
|
actix-server = { git = "https://github.com/actix/actix-net.git" }
|
||||||
actix-server-config = { git = "https://github.com/actix/actix-net.git" }
|
actix-server-config = { git = "https://github.com/actix/actix-net.git" }
|
||||||
|
|
||||||
@ -116,6 +113,3 @@ serde_derive = "1.0"
|
|||||||
lto = true
|
lto = true
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
|
|
||||||
[patch.crates-io]
|
|
||||||
actix-service = { git = "https://github.com/actix/actix-net.git" }
|
|
||||||
|
@ -20,8 +20,7 @@ path = "src/lib.rs"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = { path=".." }
|
actix-web = { path=".." }
|
||||||
actix-http = { git = "https://github.com/actix/actix-http.git" }
|
actix-http = { git = "https://github.com/actix/actix-http.git" }
|
||||||
actix-service = { git = "https://github.com/actix/actix-net.git" }
|
actix-service = "0.3.3"
|
||||||
#actix-service = "0.3.0"
|
|
||||||
|
|
||||||
bytes = "0.4"
|
bytes = "0.4"
|
||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
|
@ -25,13 +25,9 @@ cookie-session = ["cookie/secure"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = { path=".." }
|
actix-web = { path=".." }
|
||||||
actix-codec = "0.1.0"
|
actix-codec = "0.1.1"
|
||||||
|
actix-service = "0.3.3"
|
||||||
#actix-service = "0.3.2"
|
actix-utils = "0.3.3"
|
||||||
#actix-utils = "0.3.1"
|
|
||||||
actix-service = { git = "https://github.com/actix/actix-net.git" }
|
|
||||||
actix-utils = { git = "https://github.com/actix/actix-net.git" }
|
|
||||||
|
|
||||||
actix-http = { git = "https://github.com/actix/actix-http.git" }
|
actix-http = { git = "https://github.com/actix/actix-http.git" }
|
||||||
actix-router = { git = "https://github.com/actix/actix-net.git" }
|
actix-router = { git = "https://github.com/actix/actix-net.git" }
|
||||||
actix-server = { git = "https://github.com/actix/actix-net.git" }
|
actix-server = { git = "https://github.com/actix/actix-net.git" }
|
||||||
@ -48,4 +44,4 @@ serde_json = "1.0"
|
|||||||
time = "0.1"
|
time = "0.1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
actix-rt = "0.1.0"
|
actix-rt = "0.2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user