diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-02-18 07:08:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-18 07:08:23 +0000 |
commit | efe198bf6f263bbe5f1e0790f340a85ffb00081d (patch) | |
tree | cf5bee8ef7949fb10ffc01272dea3676b5940c14 /Cargo.lock | |
parent | Merge pull request #736 from svenstaro/dependabot/cargo/sha2-0.10.2 (diff) | |
parent | Bump actix-web-httpauth from 0.6.0-beta.7 to 0.6.0-beta.8 (diff) | |
download | miniserve-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 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 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", |