Update dependencies
Update dependencies and remove some features from the image crate that are unused.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user