aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorequal-l2 <eng.equall2@gmail.com>2020-07-17 20:26:31 +0000
committerequal-l2 <eng.equall2@gmail.com>2020-07-21 16:53:04 +0000
commitdde31288bdfb00cf325ae1f669d5fc098cee98ea (patch)
tree28585f88d0ff0c29591ab8d4bbd38815b842f02b /Cargo.toml
parentMerge pull request #331 from svenstaro/dependabot/cargo/select-0.5.0 (diff)
downloadminiserve-dde31288bdfb00cf325ae1f669d5fc098cee98ea.tar.gz
miniserve-dde31288bdfb00cf325ae1f669d5fc098cee98ea.zip
Update to actix 2 and futures 0.3
Diffstat (limited to '')
-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"