diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-10 04:31:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-10 04:31:34 +0000 |
commit | c75a5ebe7d8f80ae0e156ced9bf974e632b483e0 (patch) | |
tree | e6036d86a64cc7c26c931130411eba9795080221 /Cargo.toml | |
parent | Skip newline test case on Windows (diff) | |
download | miniserve-c75a5ebe7d8f80ae0e156ced9bf974e632b483e0.tar.gz miniserve-c75a5ebe7d8f80ae0e156ced9bf974e632b483e0.zip |
Bump actix-files from 0.6.4 to 0.6.5
Bumps [actix-files](https://github.com/actix/actix-web) from 0.6.4 to 0.6.5.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/v0.6.5/CHANGES.md)
- [Commits](https://github.com/actix/actix-web/compare/v0.6.4...v0.6.5)
---
updated-dependencies:
- dependency-name: actix-files
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ panic = 'abort' strip = true [dependencies] -actix-files = "0.6.4" +actix-files = "0.6.5" actix-multipart = "0.6" actix-web = { version = "4", features = ["macros", "compress-brotli", "compress-gzip", "compress-zstd"], default-features = false } actix-web-httpauth = "0.8" |