aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ce2192d..3fcb4f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ panic = 'abort'
[dependencies]
yansi = "0.5"
-actix-web = "2.0"
+actix-web = "3.0"
simplelog = "0.8"
percent-encoding = "2.1"
port_check = "0.1"
@@ -41,10 +41,10 @@ sha2 = "0.9"
hex = "0.4.2"
zip = "0.5.5"
qrcodegen = "1.6.0"
-actix-files = "0.2.2"
-actix-multipart = "0.2.0"
+actix-files = "0.3.0"
+actix-multipart = "0.3.0"
actix-rt = "1.1.1"
-actix-web-httpauth = "0.4.2"
+actix-web-httpauth = "0.5.0"
[dev-dependencies]
assert_cmd = "1.0"