Update dependencies
Some checks failed
Core Repos/ImageApi/pipeline/head Something is wrong with the build of this commit
Core Repos/ImageApi/pipeline/pr-master This commit looks good

Update dependencies and remove some features from the image crate that
are unused.
This commit is contained in:
Cameron Cordes
2021-03-27 16:46:01 -04:00
parent 79c79c3b24
commit 7474c4d310
4 changed files with 156 additions and 247 deletions

View File

@@ -6,8 +6,11 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
lto = true
[dependencies]
actix = "0.10"
actix = "0.11"
actix-web = "3"
actix-rt = "2"
actix-files = "0.5"
@@ -22,7 +25,7 @@ sha2 = "0.9"
chrono = "0.4"
dotenv = "0.15"
bcrypt = "0.9"
image = "0.23.7"
image = { version = "0.23.7", default-features = false, features = ["jpeg", "png", "jpeg_rayon"] }
walkdir = "2"
rayon = "1.3"
notify = "4.0"