aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-18 04:19:57 +0000
committerGitHub <noreply@github.com>2022-02-18 04:19:57 +0000
commitd48f397605eeeff307a1ae3a4b0db76a83d810d4 (patch)
treece0b299b084a1c2f0fd6aa7c3dcd318b5b993518 /Cargo.toml
parent(cargo-release) version 0.19.1 (diff)
downloadminiserve-d48f397605eeeff307a1ae3a4b0db76a83d810d4.tar.gz
miniserve-d48f397605eeeff307a1ae3a4b0db76a83d810d4.zip
Bump actix-web-httpauth from 0.6.0-beta.7 to 0.6.0-beta.8
Bumps [actix-web-httpauth](https://github.com/actix/actix-extras) from 0.6.0-beta.7 to 0.6.0-beta.8. - [Release notes](https://github.com/actix/actix-extras/releases) - [Commits](https://github.com/actix/actix-extras/compare/cors-v0.6.0-beta.7...cors-v0.6.0-beta.8) --- updated-dependencies: - dependency-name: actix-web-httpauth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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 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"