diff --git a/Cargo.lock b/Cargo.lock index dbc1da5..7570f31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,9 +21,9 @@ dependencies = [ [[package]] name = "actix-files" -version = "0.6.5" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf0bdd6ff79de7c9a021f5d9ea79ce23e108d8bfc9b49b5b4a2cf6fad5a35212" +checksum = "4009a8beb4dc78a58286ac9d58969ee0a8acecb7912d5ce898b4da4335579341" dependencies = [ "actix-http", "actix-service", @@ -31,7 +31,7 @@ dependencies = [ "actix-web", "bitflags 2.4.0", "bytes", - "derive_more 0.99.17", + "derive_more 2.0.1", "futures-core", "http-range", "log", diff --git a/Cargo.toml b/Cargo.toml index 5a031d6..8d89d9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" clap = { version = "4.5.1", features = ["derive"] } anyhow = { version = "1.0.100", features = ["backtrace"] } actix-server = "2.3.0" -actix-files = "0.6.5" +actix-files = "0.6.9" actix-web = "4" actix-session = { version = "0.11.0", features = ["cookie-session"] } tokio = { version = "1.38.2", features = ["rt", "rt-multi-thread", "macros", "fs"] }