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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-18 04:19:57 +00:00 committed by GitHub
parent c636a3b496
commit d48f397605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"