forked from neri/datatrash
remove unused dependency
This commit is contained in:
parent
6ffaf5d582
commit
8436ae4f4d
|
@ -688,7 +688,6 @@ dependencies = [
|
||||||
"futures",
|
"futures",
|
||||||
"htmlescape",
|
"htmlescape",
|
||||||
"log",
|
"log",
|
||||||
"mime",
|
|
||||||
"openssl-sys",
|
"openssl-sys",
|
||||||
"rand",
|
"rand",
|
||||||
"sqlx",
|
"sqlx",
|
||||||
|
|
|
@ -16,7 +16,6 @@ actix-files = "0.2.2"
|
||||||
async-std = "1.6.2"
|
async-std = "1.6.2"
|
||||||
actix-multipart = "0.2.0"
|
actix-multipart = "0.2.0"
|
||||||
futures = "0.3.5"
|
futures = "0.3.5"
|
||||||
mime = "0.3.16"
|
|
||||||
rand = "0.7.3"
|
rand = "0.7.3"
|
||||||
chrono = "0.4.13"
|
chrono = "0.4.13"
|
||||||
openssl-sys = "*"
|
openssl-sys = "*"
|
||||||
|
|
Loading…
Reference in New Issue