diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-10-07 04:17:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 04:17:43 +0000 |
commit | a5476d49a604dc3296a213f481c33992b88785c1 (patch) | |
tree | 1eb64274a4b5b4fd51838fba5575c76fc1f0735a | |
parent | Merge pull request #388 from svenstaro/dependabot/cargo/futures-0.3.6 (diff) | |
download | miniserve-a5476d49a604dc3296a213f481c33992b88785c1.tar.gz miniserve-a5476d49a604dc3296a213f481c33992b88785c1.zip |
Bump actix-files from 0.3.0 to 0.4.0
Bumps [actix-files](https://github.com/actix/actix-web) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/v0.4.0/CHANGES.md)
- [Commits](https://github.com/actix/actix-web/compare/v0.3.0...v0.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | Cargo.lock | 5 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 4 deletions
@@ -71,11 +71,10 @@ dependencies = [ [[package]] name = "actix-files" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8035f08f194893b199f4928b40425bd727c0257cf0fcf36f4ac214968d649ec7" +checksum = "5fc0a9181e93c91dc7eb401a0debaed5c8294e12019c307c72fd7a1731b672fc" dependencies = [ - "actix-http 2.0.0", "actix-service", "actix-web 3.1.0", "bitflags", @@ -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" |