diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-11-25 07:01:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 07:01:31 +0000 |
commit | 58962e990f353aca6f564487a084b39ea09c1ee1 (patch) | |
tree | 955a43b891a496f9175d333870d0172a0d8db8df /Cargo.toml | |
parent | Merge pull request #410 from svenstaro/dependabot/cargo/assert_cmd-1.0.2 (diff) | |
parent | Bump actix-files from 0.4.0 to 0.4.1 (diff) | |
download | miniserve-58962e990f353aca6f564487a084b39ea09c1ee1.tar.gz miniserve-58962e990f353aca6f564487a084b39ea09c1ee1.zip |
Merge pull request #412 from svenstaro/dependabot/cargo/actix-files-0.4.1
Bump actix-files from 0.4.0 to 0.4.1
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.4.0" +actix-files = "0.4.1" actix-multipart = "0.3.0" actix-web-httpauth = "0.5.0" mime = "0.3" |