diff options
Diffstat (limited to '')
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -21,9 +21,9 @@ dependencies = [ [[package]] name = "actix-files" -version = "0.6.4" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc517050e349356239da19a5e100cd61c21658b3ae183b02c1c6799c581bddf3" +checksum = "bf0bdd6ff79de7c9a021f5d9ea79ce23e108d8bfc9b49b5b4a2cf6fad5a35212" dependencies = [ "actix-http", "actix-service", @@ -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" |