aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-03-26 09:49:25 +0000
committerGitHub <noreply@github.com>2021-03-26 09:49:25 +0000
commit5b72769e16943dc274b989cbbfe3b6bd354449db (patch)
tree042055e1f9f26c016fa33ce7b0335cc50c53b1bb /Cargo.toml
parentMerge pull request #472 from svenstaro/dependabot/cargo/rstest-0.7.0 (diff)
parentBump actix-web-httpauth from 0.5.0 to 0.5.1 (diff)
downloadminiserve-5b72769e16943dc274b989cbbfe3b6bd354449db.tar.gz
miniserve-5b72769e16943dc274b989cbbfe3b6bd354449db.zip
Merge pull request #473 from svenstaro/dependabot/cargo/actix-web-httpauth-0.5.1
Bump actix-web-httpauth from 0.5.0 to 0.5.1
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3f9a2f3..1e5da8b 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"