1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-11-22 17:41:11 +00:00

Clean-up metadata

This commit is contained in:
Yuki Okushi 2020-02-27 09:53:27 +09:00
parent cd1765035c
commit d3ccf46e92
4 changed files with 4 additions and 4 deletions

View file

@ -71,7 +71,7 @@ actix-threadpool = "0.3.1"
actix-tls = "1.0.0" actix-tls = "1.0.0"
actix-web-codegen = "0.2.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 } awc = { version = "1.0.1", default-features = false }
bytes = "0.5.3" bytes = "0.5.3"

View file

@ -25,5 +25,5 @@ time = { version = "0.2.5", default-features = false, features = ["std"] }
[dev-dependencies] [dev-dependencies]
actix-rt = "1.0.0" actix-rt = "1.0.0"
actix-http = { version = "1.0.1" } actix-http = "1.0.1"
bytes = "0.5.4" bytes = "0.5.4"

View file

@ -36,7 +36,7 @@ compress = ["actix-http/compress"]
[dependencies] [dependencies]
actix-codec = "0.2.0" actix-codec = "0.2.0"
actix-service = "1.0.1" actix-service = "1.0.1"
actix-http = { version = "1.0.1" } actix-http = "1.0.1"
actix-rt = "1.0.0" actix-rt = "1.0.0"
base64 = "0.11" base64 = "0.11"

View file

@ -37,7 +37,7 @@ actix-utils = "1.0.3"
actix-rt = "1.0.0" actix-rt = "1.0.0"
actix-server = "1.0.0" actix-server = "1.0.0"
actix-testing = "1.0.0" actix-testing = "1.0.0"
awc = { version = "1.0.1" } awc = "1.0.1"
base64 = "0.11" base64 = "0.11"
bytes = "0.5.3" bytes = "0.5.3"