feature/update-dependencies #6
722
Cargo.lock
generated
722
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
14
Cargo.toml
14
Cargo.toml
@@ -9,8 +9,8 @@ edition = "2018"
|
||||
[dependencies]
|
||||
actix = "0.10"
|
||||
actix-web = "3"
|
||||
actix-rt = "1"
|
||||
actix-files = "0.4"
|
||||
actix-rt = "2"
|
||||
actix-files = "0.5"
|
||||
actix-multipart = "0.3.0"
|
||||
actix-cors = "0.5"
|
||||
futures = "0.3.5"
|
||||
@@ -18,16 +18,16 @@ jsonwebtoken = "7.2.0"
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
diesel = { version = "1.4.5", features = ["sqlite"] }
|
||||
hmac = "0.7.1"
|
||||
sha2 = "0.8.2"
|
||||
chrono = "0.4.11"
|
||||
hmac = "0.10"
|
||||
sha2 = "0.9"
|
||||
chrono = "0.4"
|
||||
dotenv = "0.15"
|
||||
bcrypt = "0.8.1"
|
||||
bcrypt = "0.9"
|
||||
image = "0.23.7"
|
||||
walkdir = "2"
|
||||
rayon = "1.3"
|
||||
notify = "4.0"
|
||||
tokio = "0.2"
|
||||
tokio = "1"
|
||||
path-absolutize = "3.0.6"
|
||||
log="0.4"
|
||||
env_logger="0.8"
|
||||
|
||||
Reference in New Issue
Block a user