From bd6575cc5fa8c973eb845c0143b4a5ea181ed3f9 Mon Sep 17 00:00:00 2001 From: equal-l2 Date: Tue, 21 Jul 2020 06:54:58 +0900 Subject: Use actix-web-httpauth for authentication middleware --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 138b206..1bf9471 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,6 @@ panic = 'abort' yansi = "0.5" actix-web = "2.0" simplelog = "0.8" -base64 = "0.12" percent-encoding = "2.1" port_check = "0.1" htmlescape = "0.3.1" @@ -50,6 +49,7 @@ 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" -- cgit v1.2.3