Update to Actix 4
Some checks failed
Core Repos/ImageApi/pipeline/pr-master There was a failure building this commit

This commit is contained in:
Cameron Cordes
2022-03-01 20:38:41 -05:00
parent 1e3f33c2d3
commit 69fe307516
8 changed files with 709 additions and 1074 deletions

View File

@@ -10,11 +10,11 @@ edition = "2018"
lto = true
[dependencies]
actix = "0.10"
actix-web = "3"
actix-rt = "1"
actix-files = "0.5"
actix-multipart = "0.3.0"
actix = "0.12"
actix-web = "4"
actix-rt = "2.6"
actix-files = "0.6"
actix-multipart = "0.4.0"
futures = "0.3.5"
jsonwebtoken = "7.2.0"
serde = "1"
@@ -32,7 +32,7 @@ notify = "4.0"
path-absolutize = "3.0.6"
log="0.4"
env_logger="0.8"
actix-web-prom = "0.5.1"
prometheus = "0.11"
actix-web-prom = "0.6"
prometheus = "0.13"
lazy_static = "1.1"
anyhow = "1.0"