fix(deps): update rust crate actix-web-httpauth to v0.8.2 #31

Open
renovate-bot wants to merge 1 commit from renovate/actix-web-httpauth-0.x-lockfile into master

6
Cargo.lock generated
View file

@ -198,13 +198,13 @@ dependencies = [
[[package]] [[package]]
name = "actix-web-httpauth" name = "actix-web-httpauth"
version = "0.8.1" version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d613edf08a42ccc6864c941d30fe14e1b676a77d16f1dbadc1174d065a0a775" checksum = "456348ed9dcd72a13a1f4a660449fafdecee9ac8205552e286809eb5b0b29bd3"
dependencies = [ dependencies = [
"actix-utils", "actix-utils",
"actix-web", "actix-web",
"base64 0.21.3", "base64 0.22.1",
"futures-core", "futures-core",
"futures-util", "futures-util",
"log", "log",