upgrade actix-web to v3

This commit is contained in:
Rob Ede
2020-09-12 03:29:17 +01:00
parent 4acaecd921
commit ba0f44e361
16 changed files with 649 additions and 444 deletions

View File

@ -17,12 +17,11 @@ path = "src/main.rs"
default = ["sentry"]
[dependencies]
actix-cors = "0.2.0"
actix-http = "1"
actix-cors = "0.3"
actix-http = "2"
actix-rt = "1"
actix-service = "1.0.5"
actix-web = { version = "2.0.0", features = ["rustls"] }
actix-web-macros = "0.1.0"
actix-service = "1.0.6"
actix-web = { version = "3", features = ["rustls"] }
bytes = "0.5.4"
chrono = { version = "0.4.11", features = ["serde"] }
crossbeam-channel = "0.4.2"
@ -40,7 +39,7 @@ meilisearch-tokenizer = {path = "../meilisearch-tokenizer", version = "0.14.1"}
mime = "0.3.16"
rand = "0.7.3"
regex = "1.3.6"
rustls = "0.16.0"
rustls = "0.18"
serde = { version = "1.0.105", features = ["derive"] }
serde_json = { version = "1.0.50", features = ["preserve_order"] }
serde_qs = "0.5.2"