Update Rust crate actix-web-httpauth to v0.8.2 (#4809)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-06-15 06:52:21 -04:00 committed by GitHub
parent 6497ec519e
commit 27e7aa1e04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

10
Cargo.lock generated
View file

@ -320,13 +320,13 @@ dependencies = [
[[package]]
name = "actix-web-httpauth"
version = "0.8.1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d613edf08a42ccc6864c941d30fe14e1b676a77d16f1dbadc1174d065a0a775"
checksum = "456348ed9dcd72a13a1f4a660449fafdecee9ac8205552e286809eb5b0b29bd3"
dependencies = [
"actix-utils",
"actix-web",
"base64 0.21.7",
"base64 0.22.1",
"futures-core",
"futures-util",
"log",
@ -761,7 +761,7 @@ dependencies = [
"bitflags 2.5.0",
"cexpr",
"clang-sys",
"itertools 0.12.1",
"itertools 0.10.5",
"lazy_static",
"lazycell",
"log",
@ -4289,7 +4289,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
dependencies = [
"anyhow",
"itertools 0.12.1",
"itertools 0.10.5",
"proc-macro2",
"quote",
"syn 2.0.66",