diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-13 07:58:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-13 07:58:51 +0000 |
commit | 4e4fbb05e2bd08c76c1d97dbcd5f15039b94059f (patch) | |
tree | ec65f82f2bce1a05783af5c369a5be94691e28e6 | |
parent | Bump strum_macros from 0.24.0 to 0.24.1 (#814) (diff) | |
download | miniserve-4e4fbb05e2bd08c76c1d97dbcd5f15039b94059f.tar.gz miniserve-4e4fbb05e2bd08c76c1d97dbcd5f15039b94059f.zip |
Bump actix-files from 0.6.0 to 0.6.1 (#812)
Bumps [actix-files](https://github.com/actix/actix-web) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/v0.6.1/CHANGES.md)
- [Commits](https://github.com/actix/actix-web/compare/v0.6.0...v0.6.1)
---
updated-dependencies:
- dependency-name: actix-files
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,9 +21,9 @@ dependencies = [ [[package]] name = "actix-files" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d81bde9a79336aa51ebed236e91fc1a0528ff67cfdf4f68ca4c61ede9fd26fb5" +checksum = "e04dcf7654254676d434b0285e2298d577ed4826f67f536e7a39bb0f64721164" dependencies = [ "actix-http", "actix-service", |