aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-07-22 15:38:47 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2022-07-22 15:38:47 +0000
commit0de1ffa9fe4661a1a5433b11c234487d104251ac (patch)
treeda13b531adfb120d8a45ce76d2941845344e7d26 /Cargo.toml
parentBump deps (diff)
downloadminiserve-0de1ffa9fe4661a1a5433b11c234487d104251ac.tar.gz
miniserve-0de1ffa9fe4661a1a5433b11c234487d104251ac.zip
Update actix-web-httpauth to v0.8
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b8d90e4..4cc66f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ panic = 'abort'
actix-web = "4"
actix-files = "0.6"
actix-multipart = "0.4"
-actix-web-httpauth = "0.7"
+actix-web-httpauth = "0.8"
maud = "0.23"
yansi = "0.5"
simplelog = "0.12"