From 826150aa9803d6f2cf65184e508678f137fda76a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:37:56 +0000 Subject: [PATCH] build(deps): Bump actix-web-httpauth from 0.4.1 to 0.4.2 Bumps [actix-web-httpauth](https://github.com/actix/actix-extras) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/actix/actix-extras/releases) - [Commits](https://github.com/actix/actix-extras/compare/cors-v0.4.1...httpauth-v0.4.2) Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6941e89..29200df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -304,15 +304,15 @@ dependencies = [ [[package]] name = "actix-web-httpauth" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0dac4ea96f3f8f03731cecce375890fea6459a01f226bc9c31cc65cae047a03" +checksum = "0ea25b3a3e113d04ae74bfbc3ba617f6254437dbd03576d9b479e8e8df894285" dependencies = [ "actix-service", "actix-web", - "base64 0.11.0", + "base64 0.12.2", "bytes 0.5.4", - "futures 0.3.4", + "futures-util", ] [[package]]