From dd665a4c7e97a8a7513f38ad9293cd8edbe136df Mon Sep 17 00:00:00 2001 From: Ali MJ Al-Nasrawy Date: Sat, 5 Feb 2022 23:30:47 +0300 Subject: update to actix-web v4.0-rc.2 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f46e0ce..9438e7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,10 +17,10 @@ codegen-units = 1 panic = 'abort' [dependencies] -actix-web = "4.0.0-beta.15" -actix-files = "0.6.0-beta.11" -actix-multipart = "0.4.0-beta.11" -actix-web-httpauth = "0.6.0-beta.6" +actix-web = "=4.0.0-rc.2" +actix-files = "=0.6.0-beta.16" +actix-multipart = "=0.4.0-beta.13" +actix-web-httpauth = "=0.6.0-beta.7" maud = "0.23" yansi = "0.5" simplelog = "0.11" -- cgit v1.2.3