Merge branch 'master' into feature/tagging

This commit is contained in:
Cameron Cordes
2022-03-17 21:53:17 -04:00
10 changed files with 813 additions and 1114 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"
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"