aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-01-12 02:00:53 +0000
committerGitHub <noreply@github.com>2024-01-12 02:00:53 +0000
commitbd1bf19f20d7454b47654d4ef731450a0770b1c7 (patch)
treee6036d86a64cc7c26c931130411eba9795080221
parentSkip newline test case on Windows (diff)
parentBump actix-files from 0.6.4 to 0.6.5 (diff)
downloadminiserve-bd1bf19f20d7454b47654d4ef731450a0770b1c7.tar.gz
miniserve-bd1bf19f20d7454b47654d4ef731450a0770b1c7.zip
Merge pull request #1309 from svenstaro/dependabot/cargo/actix-files-0.6.5
Bump actix-files from 0.6.4 to 0.6.5
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ee63513..01baed6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
diff --git a/Cargo.toml b/Cargo.toml
index 6284689..dae4e6c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"