aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Cargo.toml11
1 files changed, 6 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dc4b26e..1bf9471 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,10 +22,8 @@ panic = 'abort'
[dependencies]
yansi = "0.5"
-actix = "0.7"
-actix-web = "0.7"
+actix-web = "2.0"
simplelog = "0.8"
-base64 = "0.12"
percent-encoding = "2.1"
port_check = "0.1"
htmlescape = "0.3.1"
@@ -38,8 +36,7 @@ chrono-humanize = "0.0.11"
maud = { version = "0.22.0", features = ["actix-web"] }
serde = { version = "1.0.110", features = ["derive"] }
tar = "0.4.27"
-bytes = "0.4.12"
-futures = "0.1.29"
+futures = "0.3.5"
libflate = "1.0.2"
failure = "0.1.8"
log = "0.4.11"
@@ -49,6 +46,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-rt = "1.1.1"
+actix-web-httpauth = "0.4.2"
[dev-dependencies]
assert_cmd = "1.0"