aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-07-19 04:50:26 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2022-07-19 04:50:26 +0000
commit02c25075e5e5223e31f6870ee3ba3e8845e7c100 (patch)
tree8ebad7058e38d993285886f5187d2e2ba2f095d0 /Cargo.toml
parentBump deps (diff)
downloadminiserve-02c25075e5e5223e31f6870ee3ba3e8845e7c100.tar.gz
miniserve-02c25075e5e5223e31f6870ee3ba3e8845e7c100.zip
Bump deps
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 4bb3d44..b8d90e4 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.6"
+actix-web-httpauth = "0.7"
maud = "0.23"
yansi = "0.5"
simplelog = "0.12"