mirror of
https://github.com/Tim-Paik/srv.git
synced 2024-10-13 00:29:43 +00:00
add update deps
This commit is contained in:
19
Cargo.toml
19
Cargo.toml
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user