add update deps

This commit is contained in:
2022-06-06 13:01:22 +08:00
parent 2c1cdc5720
commit fd3c93a8d4
5 changed files with 488 additions and 1028 deletions

View File

@ -6,21 +6,22 @@ name = "srv"
version = "1.0.0-rc"
[dependencies]
actix-files = "0.5"
actix-http = "2.2"
actix-web = {version = "3.3", features = ["rustls"]}
actix-web-httpauth = "0.5"
actix-files = "0.6"
actix-http = "3.0"
actix-web = {version = "4.0", features = ["rustls"]}
actix-web-httpauth = "0.6"
chrono = "0.4"
clap = {version = "3.0.0", features = ["wrap_help", "color", "cargo"]}
clap = {version = "3.1", features = ["wrap_help", "color", "cargo"]}
env_logger = "0.9"
lazy_static = "1.4"
log = "0.4"
mime_guess = "2.0"
regex = "1.5"
rustls = "0.18"
serde = "1.0"
sha2 = "0.9"
tera = "1.13"
rustls = "0.20"
rustls-pemfile = "1.0"
serde = {version = "1.0", features = ["derive"]}
sha2 = "0.10"
tera = "1.15"
toml = "0.5"
urlencoding = "2.1"