From dde31288bdfb00cf325ae1f669d5fc098cee98ea Mon Sep 17 00:00:00 2001 From: equal-l2 Date: Sat, 18 Jul 2020 05:26:31 +0900 Subject: Update to actix 2 and futures 0.3 --- Cargo.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3