aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-26 09:26:03 +0000
committerGitHub <noreply@github.com>2021-03-26 09:26:03 +0000
commit45023b97f5193804b21b90a20e04f0f9a7b6d8d2 (patch)
tree88dc10c1312f1061a821b0887f68d07811f56954 /Cargo.toml
parentMerge pull request #481 from rouge8/fix-ci (diff)
downloadminiserve-45023b97f5193804b21b90a20e04f0f9a7b6d8d2.tar.gz
miniserve-45023b97f5193804b21b90a20e04f0f9a7b6d8d2.zip
Bump actix-web-httpauth from 0.5.0 to 0.5.1
Bumps [actix-web-httpauth](https://github.com/actix/actix-extras) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/actix/actix-extras/releases) - [Commits](https://github.com/actix/actix-extras/compare/cors-0.5.0...cors-v0.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 956ede4..90fc580 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,7 @@ zip = "0.5.11"
qrcodegen = "1"
actix-files = "0.5"
actix-multipart = "0.3.0"
-actix-web-httpauth = "0.5.0"
+actix-web-httpauth = "0.5.1"
mime = "0.3"
httparse = "1"
http = "0.2.3"