diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-03-26 09:49:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 09:49:25 +0000 |
commit | 5b72769e16943dc274b989cbbfe3b6bd354449db (patch) | |
tree | 042055e1f9f26c016fa33ce7b0335cc50c53b1bb /Cargo.toml | |
parent | Merge pull request #472 from svenstaro/dependabot/cargo/rstest-0.7.0 (diff) | |
parent | Bump actix-web-httpauth from 0.5.0 to 0.5.1 (diff) | |
download | miniserve-5b72769e16943dc274b989cbbfe3b6bd354449db.tar.gz miniserve-5b72769e16943dc274b989cbbfe3b6bd354449db.zip |
Merge pull request #473 from svenstaro/dependabot/cargo/actix-web-httpauth-0.5.1
Bump actix-web-httpauth from 0.5.0 to 0.5.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ zip = "0.5.11" qrcodegen = "1" actix-files = "0.5" actix-multipart = "0.3.0" -actix-web-httpauth = "0.5.0" +actix-web-httpauth = "0.5.1" mime = "0.3" httparse = "1" http = "0.2.3" |