diff --git a/Cargo.lock b/Cargo.lock index 7fb8bce..06756e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,9 +46,9 @@ dependencies = [ [[package]] name = "actix-files" -version = "0.6.7" +version = "0.6.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22c8b5536deb14cd9c3e505bd0e3366e1a12383b659c92f2b4fa4d323d583599" +checksum = "df8c4f30e3272d7c345f88ae0aac3848507ef5ba871f9cc2a41c8085a0f0523b" dependencies = [ "actix-http", "actix-service", diff --git a/examples/basic_site/Cargo.toml b/examples/basic_site/Cargo.toml index e39eb80..bcd2448 100644 --- a/examples/basic_site/Cargo.toml +++ b/examples/basic_site/Cargo.toml @@ -7,7 +7,7 @@ publish = false # Prevent this example from being published [dependencies] snapfire = { path = "../../rs", features = ["devel"] } -actix-files = "0.6.7" +actix-files = "0.6.10" actix-web = "4" env_logger = "0.11" log = "^0.4"