mirror of https://github.com/Tim-Paik/srv.git
update deps
This commit is contained in:
parent
9d81ee2291
commit
c575147891
|
@ -1513,7 +1513,6 @@ name = "srv"
|
|||
version = "1.0.0-rc"
|
||||
dependencies = [
|
||||
"actix-files",
|
||||
"actix-http",
|
||||
"actix-web",
|
||||
"actix-web-httpauth",
|
||||
"chrono",
|
||||
|
@ -1522,7 +1521,6 @@ dependencies = [
|
|||
"lazy_static",
|
||||
"log",
|
||||
"mime_guess",
|
||||
"regex",
|
||||
"rustls",
|
||||
"rustls-pemfile",
|
||||
"serde",
|
||||
|
|
|
@ -7,7 +7,6 @@ version = "1.0.0-rc"
|
|||
|
||||
[dependencies]
|
||||
actix-files = "0.6"
|
||||
actix-http = "3.0"
|
||||
actix-web = {version = "4.0", features = ["rustls"]}
|
||||
actix-web-httpauth = "0.6"
|
||||
chrono = "0.4"
|
||||
|
@ -16,7 +15,6 @@ env_logger = "0.9"
|
|||
lazy_static = "1.4"
|
||||
log = "0.4"
|
||||
mime_guess = "2.0"
|
||||
regex = "1.5"
|
||||
rustls = "0.20"
|
||||
rustls-pemfile = "1.0"
|
||||
serde = {version = "1.0", features = ["derive"]}
|
||||
|
|
Loading…
Reference in New Issue