From d48f397605eeeff307a1ae3a4b0db76a83d810d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 04:19:57 +0000 Subject: Bump actix-web-httpauth from 0.6.0-beta.7 to 0.6.0-beta.8 Bumps [actix-web-httpauth](https://github.com/actix/actix-extras) from 0.6.0-beta.7 to 0.6.0-beta.8. - [Release notes](https://github.com/actix/actix-extras/releases) - [Commits](https://github.com/actix/actix-extras/compare/cors-v0.6.0-beta.7...cors-v0.6.0-beta.8) --- updated-dependencies: - dependency-name: actix-web-httpauth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b66d722..9e46d99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,9 +260,9 @@ dependencies = [ [[package]] name = "actix-web-httpauth" -version = "0.6.0-beta.7" +version = "0.6.0-beta.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95ff332baee0f5ce55d94c690acb33a390d04a458d4bbd40a593cf847ac74ba4" +checksum = "d818f2220aab365d18a1b67c53121e6a656f0b742eee5de7bd20e75338377a5f" dependencies = [ "actix-service", "actix-utils", diff --git a/Cargo.toml b/Cargo.toml index 5251d85..7f45b56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ panic = 'abort' actix-web = "=4.0.0-rc.3" actix-files = "=0.6.0-beta.16" actix-multipart = "=0.4.0-beta.13" -actix-web-httpauth = "=0.6.0-beta.7" +actix-web-httpauth = "=0.6.0-beta.8" maud = "0.23" yansi = "0.5" simplelog = "0.11" -- cgit v1.2.3