aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2023-01-22 09:03:43 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2023-01-22 09:03:43 +0000
commitea14ca35e178d3542075c2190350bb181bd68d71 (patch)
tree70d3f9b4a855b6ad84a8d0c69a5861b4d082a228 /Cargo.toml
parentBump deps (diff)
downloadminiserve-ea14ca35e178d3542075c2190350bb181bd68d71.tar.gz
miniserve-ea14ca35e178d3542075c2190350bb181bd68d71.zip
Bump more deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 10da62d..593b56f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ strip = true
[dependencies]
actix-files = "0.6"
-actix-multipart = "0.4"
+actix-multipart = "0.5"
actix-web = { version = "4", features = ["macros", "compress-brotli", "compress-gzip", "compress-zstd"], default-features = false }
actix-web-httpauth = "0.8"
alphanumeric-sort = "1"
@@ -33,7 +33,7 @@ clap = { version = "4", features = ["derive", "cargo", "wrap_help", "deprecated"
clap_complete = "4"
clap_mangen = "0.2"
comrak = { version = "0.15", default-features = false }
-fast_qr = { version = "0.7", features = ["svg"] }
+fast_qr = { version = "0.8", features = ["svg"] }
futures = "0.3"
get_if_addrs = "0.5"
hex = "0.4"