aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 5 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dc4b26e..138b206 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,8 +22,7 @@ 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"
@@ -38,8 +37,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 +47,9 @@ 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"
[dev-dependencies]
assert_cmd = "1.0"