diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-10-07 05:50:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 05:50:23 +0000 |
commit | d9dbd7e9e30d7f25819af40863b6f6970b8a403e (patch) | |
tree | 1eb64274a4b5b4fd51838fba5575c76fc1f0735a /Cargo.toml | |
parent | Merge pull request #388 from svenstaro/dependabot/cargo/futures-0.3.6 (diff) | |
parent | Bump actix-files from 0.3.0 to 0.4.0 (diff) | |
download | miniserve-d9dbd7e9e30d7f25819af40863b6f6970b8a403e.tar.gz miniserve-d9dbd7e9e30d7f25819af40863b6f6970b8a403e.zip |
Merge pull request #389 from svenstaro/dependabot/cargo/actix-files-0.4.0
Bump actix-files from 0.3.0 to 0.4.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ sha2 = "0.9" hex = "0.4.2" zip = "0.5.5" qrcodegen = "1.6.0" -actix-files = "0.3.0" +actix-files = "0.4.0" actix-multipart = "0.3.0" actix-web-httpauth = "0.5.0" mime = "0.3" |