From 54dde66a43fec87e8ee4da51beaaa62aabb53fb3 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sat, 12 Sep 2020 01:57:53 +0200 Subject: Upgrade to actix-web 3.0.0 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3