fix(deps): update rust crate actix-web-httpauth to v0.8.2
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed
renovate/artifacts Artifact file update failure

This commit is contained in:
Renovate Bot 2024-06-11 04:00:36 +00:00
parent 8f766ae883
commit ca6ff0e312

8
Cargo.lock generated
View file

@ -199,13 +199,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.7", "base64 0.22.1",
"futures-core", "futures-core",
"futures-util", "futures-util",
"log", "log",
@ -458,7 +458,7 @@ dependencies = [
"actix-web-codegen-const-routes", "actix-web-codegen-const-routes",
"actix-web-httpauth", "actix-web-httpauth",
"actix-web-prom", "actix-web-prom",
"base64 0.13.1", "base64 0.22.1",
"clap", "clap",
"config", "config",
"derive_builder", "derive_builder",