diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-03-26 09:26:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 09:26:03 +0000 |
commit | 45023b97f5193804b21b90a20e04f0f9a7b6d8d2 (patch) | |
tree | 88dc10c1312f1061a821b0887f68d07811f56954 /Cargo.toml | |
parent | Merge pull request #481 from rouge8/fix-ci (diff) | |
download | miniserve-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 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |