mirror of
https://github.com/Tim-Paik/srv.git
synced 2024-10-13 00:29:43 +00:00
update deps
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1513,7 +1513,6 @@ name = "srv"
|
|||||||
version = "1.0.0-rc"
|
version = "1.0.0-rc"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-files",
|
"actix-files",
|
||||||
"actix-http",
|
|
||||||
"actix-web",
|
"actix-web",
|
||||||
"actix-web-httpauth",
|
"actix-web-httpauth",
|
||||||
"chrono",
|
"chrono",
|
||||||
@ -1522,7 +1521,6 @@ dependencies = [
|
|||||||
"lazy_static",
|
"lazy_static",
|
||||||
"log",
|
"log",
|
||||||
"mime_guess",
|
"mime_guess",
|
||||||
"regex",
|
|
||||||
"rustls",
|
"rustls",
|
||||||
"rustls-pemfile",
|
"rustls-pemfile",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -7,7 +7,6 @@ version = "1.0.0-rc"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-files = "0.6"
|
actix-files = "0.6"
|
||||||
actix-http = "3.0"
|
|
||||||
actix-web = {version = "4.0", features = ["rustls"]}
|
actix-web = {version = "4.0", features = ["rustls"]}
|
||||||
actix-web-httpauth = "0.6"
|
actix-web-httpauth = "0.6"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
@ -16,7 +15,6 @@ env_logger = "0.9"
|
|||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
mime_guess = "2.0"
|
mime_guess = "2.0"
|
||||||
regex = "1.5"
|
|
||||||
rustls = "0.20"
|
rustls = "0.20"
|
||||||
rustls-pemfile = "1.0"
|
rustls-pemfile = "1.0"
|
||||||
serde = {version = "1.0", features = ["derive"]}
|
serde = {version = "1.0", features = ["derive"]}
|
||||||
|
Reference in New Issue
Block a user