update deps

This commit is contained in:
Tim-Paik 2022-07-28 15:06:33 +08:00
parent c15c09f07c
commit 479f6006a6
Signed by: Tim-Paik
GPG Key ID: DC36A050DB42566D
2 changed files with 5 additions and 4 deletions

7
Cargo.lock generated
View File

@ -226,16 +226,16 @@ dependencies = [
[[package]]
name = "actix-web-httpauth"
version = "0.7.0"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6dc1123f18b3548b9fe90c15e9bd77819701b047c6b62c152230aa39243d40d"
checksum = "6dda62cf04bc3a9ad2ea8f314f721951cfdb4cdacec4e984d20e77c7bb170991"
dependencies = [
"actix-service",
"actix-utils",
"actix-web",
"base64",
"futures-core",
"futures-util",
"log",
"pin-project-lite",
]
@ -702,6 +702,7 @@ dependencies = [
"futures-task",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]

View File

@ -8,7 +8,7 @@ version = "1.0.4"
[dependencies]
actix-files = "0.6"
actix-web = {version = "4.1", features = ["rustls"]}
actix-web-httpauth = "0.7"
actix-web-httpauth = "0.8"
askama = "0.11"
askama_actix = "0.13"
clap = {version = "3.2", features = ["wrap_help", "color", "cargo"]}