Update dependencies, disable registration and improve path handling
This commit is contained in:
13
Cargo.toml
13
Cargo.toml
@@ -7,15 +7,16 @@ edition = "2018"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
actix-web = "3.0"
|
||||
actix-rt = "1.0"
|
||||
actix-files = "0.3.0"
|
||||
actix-web = "3"
|
||||
actix-rt = "1"
|
||||
actix-files = "0.4"
|
||||
actix-multipart = "0.3.0"
|
||||
actix-cors="0.5"
|
||||
futures = "0.3.5"
|
||||
jsonwebtoken = "7.2.0"
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
diesel = { version = "1.4.4", features = ["sqlite"] }
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
diesel = { version = "1.4.5", features = ["sqlite"] }
|
||||
hmac = "0.7.1"
|
||||
sha2 = "0.8.2"
|
||||
chrono = "0.4.11"
|
||||
|
||||
Reference in New Issue
Block a user