From e15a870713ff825dc010126d54bff2969446e02f Mon Sep 17 00:00:00 2001 From: Ali MJ Al-Nasrawy Date: Fri, 8 Oct 2021 21:24:02 +0300 Subject: Bump actix-web to v4.0-beta.9 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6b4fd72..136fb0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,9 +17,9 @@ codegen-units = 1 panic = 'abort' [dependencies] -actix-web = "4.0.0-beta.8" -actix-files = "0.6.0-beta.6" -actix-multipart = "0.4.0-beta.5" +actix-web = "4.0.0-beta.9" +actix-files = "0.6.0-beta.7" +actix-multipart = "0.4.0-beta.6" actix-web-httpauth = "0.6.0-beta.2" maud = "0.23" yansi = "0.5" -- cgit v1.2.3 From 00598acb2197b8f86dd03c0d79e016882b6a96cd Mon Sep 17 00:00:00 2001 From: jikstra Date: Tue, 28 Dec 2021 00:28:27 +0100 Subject: Bump actix-web to v4.0-beta.15 Co-authored-by: Ali MJ Al-Nasrawy --- Cargo.toml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 136fb0a..eab29e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,10 +17,10 @@ codegen-units = 1 panic = 'abort' [dependencies] -actix-web = "4.0.0-beta.9" -actix-files = "0.6.0-beta.7" -actix-multipart = "0.4.0-beta.6" -actix-web-httpauth = "0.6.0-beta.2" +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" maud = "0.23" yansi = "0.5" simplelog = "0.11" @@ -50,7 +50,8 @@ mime = "0.3" httparse = "1" http = "0.2" atty = "0.2" -rustls = { version = "0.19", optional = true } +rustls = { version = "0.20", optional = true } +rustls-pemfile = { version = "0.2", optional = true } socket2 = "0.4" get_if_addrs = "0.5" @@ -60,7 +61,7 @@ default = ["tls"] # See also https://github.com/briansmith/ring/issues/1182 # and https://github.com/briansmith/ring/issues/562 # and https://github.com/briansmith/ring/issues/1367 -tls = ["rustls", "actix-web/rustls"] +tls = ["rustls", "rustls-pemfile", "actix-web/rustls"] [dev-dependencies] assert_cmd = "2" -- cgit v1.2.3 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