fix(deps): update rust crate actix-web-httpauth to v0.8.2
This commit is contained in:
parent
8f766ae883
commit
ca6ff0e312
1 changed files with 4 additions and 4 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -199,13 +199,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",
|
||||
|
@ -458,7 +458,7 @@ dependencies = [
|
|||
"actix-web-codegen-const-routes",
|
||||
"actix-web-httpauth",
|
||||
"actix-web-prom",
|
||||
"base64 0.13.1",
|
||||
"base64 0.22.1",
|
||||
"clap",
|
||||
"config",
|
||||
"derive_builder",
|
||||
|
|
Loading…
Reference in a new issue