From 5337643fe98ae8f50b45509988da61e2944d54a4 Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Fri, 3 Jun 2022 15:43:41 +0200 Subject: [PATCH] build: use stable actix-web/actix-http patch waiting for: https://github.com/actix/actix-web/pull/2752 --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88853347a..1fab99f50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,7 +72,7 @@ dependencies = [ [[package]] name = "actix-http" version = "3.0.4" -source = "git+https://github.com/lulf/actix-web?rev=936839319e18da302209f56ef1288ce29c956858#936839319e18da302209f56ef1288ce29c956858" +source = "git+https://github.com/ctron/actix-web?rev=fcba8a385805405d2733ddb56391e187604dcc34#fcba8a385805405d2733ddb56391e187604dcc34" dependencies = [ "actix-codec", "actix-rt", @@ -204,7 +204,7 @@ dependencies = [ [[package]] name = "actix-web" version = "4.0.1" -source = "git+https://github.com/lulf/actix-web?rev=936839319e18da302209f56ef1288ce29c956858#936839319e18da302209f56ef1288ce29c956858" +source = "git+https://github.com/ctron/actix-web?rev=fcba8a385805405d2733ddb56391e187604dcc34#fcba8a385805405d2733ddb56391e187604dcc34" dependencies = [ "actix-codec", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index 754af95e9..94517d31c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,5 +52,5 @@ drogue-client = { git = "https://github.com/drogue-iot/drogue-client", rev = "3a #pq-sys = { git = "https://github.com/sgrif/pq-sys", rev = "3e367d53019a2740054d5dc6946e07931f1fb70b" } # needed for windows only -actix-web = { git = "https://github.com/lulf/actix-web", rev = "936839319e18da302209f56ef1288ce29c956858"} -actix-http = { git = "https://github.com/lulf/actix-web", rev = "936839319e18da302209f56ef1288ce29c956858"} +actix-web = { git = "https://github.com/ctron/actix-web", rev = "fcba8a385805405d2733ddb56391e187604dcc34"} +actix-http = { git = "https://github.com/ctron/actix-web", rev = "fcba8a385805405d2733ddb56391e187604dcc34"}