From 5ce99176d3708f192b0a4d7669519713c491f2f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 11:10:01 +0000 Subject: [PATCH] Bump actix-web-httpauth from 0.6.0 to 0.8.0 Bumps [actix-web-httpauth](https://github.com/actix/actix-extras) from 0.6.0 to 0.8.0. - [Release notes](https://github.com/actix/actix-extras/releases) - [Commits](https://github.com/actix/actix-extras/compare/cors-v0.6.0...httpauth-v0.8.0) --- updated-dependencies: - dependency-name: actix-web-httpauth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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"