Update to Actix 4
Some checks failed
Core Repos/ImageApi/pipeline/pr-master There was a failure building this commit
Some checks failed
Core Repos/ImageApi/pipeline/pr-master There was a failure building this commit
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user