diff --git a/Cargo.lock b/Cargo.lock index 6251263..c5c0b2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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]] diff --git a/Cargo.toml b/Cargo.toml index 3febc66..46e8f6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]}