aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-02-18 07:08:23 +0000
committerGitHub <noreply@github.com>2022-02-18 07:08:23 +0000
commitefe198bf6f263bbe5f1e0790f340a85ffb00081d (patch)
treecf5bee8ef7949fb10ffc01272dea3676b5940c14 /Cargo.toml
parentMerge pull request #736 from svenstaro/dependabot/cargo/sha2-0.10.2 (diff)
parentBump actix-web-httpauth from 0.6.0-beta.7 to 0.6.0-beta.8 (diff)
downloadminiserve-efe198bf6f263bbe5f1e0790f340a85ffb00081d.tar.gz
miniserve-efe198bf6f263bbe5f1e0790f340a85ffb00081d.zip
Merge pull request #737 from svenstaro/dependabot/cargo/actix-web-httpauth-0.6.0-beta.8
Bump actix-web-httpauth from 0.6.0-beta.7 to 0.6.0-beta.8
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5251d85..7f45b56 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ panic = 'abort'
actix-web = "=4.0.0-rc.3"
actix-files = "=0.6.0-beta.16"
actix-multipart = "=0.4.0-beta.13"
-actix-web-httpauth = "=0.6.0-beta.7"
+actix-web-httpauth = "=0.6.0-beta.8"
maud = "0.23"
yansi = "0.5"
simplelog = "0.11"