diff --git a/Cargo.lock b/Cargo.lock index 89e06a13..c6d75cd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -226,16 +226,16 @@ dependencies = [ [[package]] name = "actix-web-httpauth" -version = "0.6.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08c25a48b4684f90520183cd1a688e5f4f7e9905835fa75d02c0fe4f60fcdbe6" +checksum = "6dda62cf04bc3a9ad2ea8f314f721951cfdb4cdacec4e984d20e77c7bb170991" dependencies = [ - "actix-service", "actix-utils", "actix-web", "base64 0.13.1", "futures-core", "futures-util", + "log", "pin-project-lite", ] diff --git a/Cargo.toml b/Cargo.toml index bb98c887..5a19e1a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ futures = "0.3" sanitize-filename = "0.4.0" log = "0.4" env_logger = "0.10.0" -actix-web-httpauth = "0.6.0" +actix-web-httpauth = "0.8.0" lazy_static = "1.4.0" syntect = "5.0" qrcode-generator = "4.1.6"