From 727353213ffde5604c4f64c783ea453eb3150381 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 2 Apr 2021 11:48:19 +0100 Subject: [PATCH] fix cors example version --- actix-web-httpauth/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-web-httpauth/Cargo.toml b/actix-web-httpauth/Cargo.toml index 3e6ad6910..db45f9650 100644 --- a/actix-web-httpauth/Cargo.toml +++ b/actix-web-httpauth/Cargo.toml @@ -26,5 +26,5 @@ base64 = "0.13" futures-util = { version = "0.3.7", default-features = false } [dev-dependencies] -actix-cors = "1.0.0-beta.1" +actix-cors = "0.6.0-beta.1" actix-rt = "2"