diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-18 04:19:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-18 04:19:57 +0000 |
commit | d48f397605eeeff307a1ae3a4b0db76a83d810d4 (patch) | |
tree | ce0b299b084a1c2f0fd6aa7c3dcd318b5b993518 | |
parent | (cargo-release) version 0.19.1 (diff) | |
download | miniserve-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>
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -260,9 +260,9 @@ dependencies = [ [[package]] name = "actix-web-httpauth" -version = "0.6.0-beta.7" +version = "0.6.0-beta.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95ff332baee0f5ce55d94c690acb33a390d04a458d4bbd40a593cf847ac74ba4" +checksum = "d818f2220aab365d18a1b67c53121e6a656f0b742eee5de7bd20e75338377a5f" dependencies = [ "actix-service", "actix-utils", @@ -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" |