diff --git a/Cargo.lock b/Cargo.lock index 58d1bc0..5def3ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 793a848..7b83745 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ md5 = "0.7.0" reqwest = { version = "0.11.10", features = ["blocking"] } actix-http = { version = "3.0.4" } actix-web = "4.0.1" -actix-files = "0.6.0" +actix-files = "0.6.1" evmap = "10.0.2" clokwerk = "0.3.5" kamadak-exif = "0.5.4"