mirror of
https://github.com/actix/actix-web.git
synced 2024-11-22 09:31:10 +00:00
Clean-up metadata
This commit is contained in:
parent
cd1765035c
commit
d3ccf46e92
4 changed files with 4 additions and 4 deletions
|
@ -71,7 +71,7 @@ actix-threadpool = "0.3.1"
|
|||
actix-tls = "1.0.0"
|
||||
|
||||
actix-web-codegen = "0.2.0"
|
||||
actix-http = { version = "1.0.1" }
|
||||
actix-http = "1.0.1"
|
||||
awc = { version = "1.0.1", default-features = false }
|
||||
|
||||
bytes = "0.5.3"
|
||||
|
|
|
@ -25,5 +25,5 @@ time = { version = "0.2.5", default-features = false, features = ["std"] }
|
|||
|
||||
[dev-dependencies]
|
||||
actix-rt = "1.0.0"
|
||||
actix-http = { version = "1.0.1" }
|
||||
actix-http = "1.0.1"
|
||||
bytes = "0.5.4"
|
||||
|
|
|
@ -36,7 +36,7 @@ compress = ["actix-http/compress"]
|
|||
[dependencies]
|
||||
actix-codec = "0.2.0"
|
||||
actix-service = "1.0.1"
|
||||
actix-http = { version = "1.0.1" }
|
||||
actix-http = "1.0.1"
|
||||
actix-rt = "1.0.0"
|
||||
|
||||
base64 = "0.11"
|
||||
|
|
|
@ -37,7 +37,7 @@ actix-utils = "1.0.3"
|
|||
actix-rt = "1.0.0"
|
||||
actix-server = "1.0.0"
|
||||
actix-testing = "1.0.0"
|
||||
awc = { version = "1.0.1" }
|
||||
awc = "1.0.1"
|
||||
|
||||
base64 = "0.11"
|
||||
bytes = "0.5.3"
|
||||
|
|
Loading…
Reference in a new issue