Merge pull request 'feature/update-dependencies' (#6) from feature/update-dependencies into master
All checks were successful
Core Repos/ImageApi/pipeline/head This commit looks good
All checks were successful
Core Repos/ImageApi/pipeline/head This commit looks good
Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
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]
|
[dependencies]
|
||||||
actix = "0.10"
|
actix = "0.10"
|
||||||
actix-web = "3"
|
actix-web = "3"
|
||||||
actix-rt = "1"
|
actix-rt = "2"
|
||||||
actix-files = "0.4"
|
actix-files = "0.5"
|
||||||
actix-multipart = "0.3.0"
|
actix-multipart = "0.3.0"
|
||||||
actix-cors = "0.5"
|
actix-cors = "0.5"
|
||||||
futures = "0.3.5"
|
futures = "0.3.5"
|
||||||
@@ -18,16 +18,16 @@ jsonwebtoken = "7.2.0"
|
|||||||
serde = "1"
|
serde = "1"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
diesel = { version = "1.4.5", features = ["sqlite"] }
|
diesel = { version = "1.4.5", features = ["sqlite"] }
|
||||||
hmac = "0.7.1"
|
hmac = "0.10"
|
||||||
sha2 = "0.8.2"
|
sha2 = "0.9"
|
||||||
chrono = "0.4.11"
|
chrono = "0.4"
|
||||||
dotenv = "0.15"
|
dotenv = "0.15"
|
||||||
bcrypt = "0.8.1"
|
bcrypt = "0.9"
|
||||||
image = "0.23.7"
|
image = "0.23.7"
|
||||||
walkdir = "2"
|
walkdir = "2"
|
||||||
rayon = "1.3"
|
rayon = "1.3"
|
||||||
notify = "4.0"
|
notify = "4.0"
|
||||||
tokio = "0.2"
|
tokio = "1"
|
||||||
path-absolutize = "3.0.6"
|
path-absolutize = "3.0.6"
|
||||||
log="0.4"
|
log="0.4"
|
||||||
env_logger="0.8"
|
env_logger="0.8"
|
||||||
|
|||||||
Reference in New Issue
Block a user