From d98a002cbefd5004894bc285de9324954fb09f4d Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 10 Dec 2022 18:45:31 +0000 Subject: [PATCH] fix -derive dev dep --- actix-web-lab/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-web-lab/Cargo.toml b/actix-web-lab/Cargo.toml index ef0600f8..6e59f22e 100644 --- a/actix-web-lab/Cargo.toml +++ b/actix-web-lab/Cargo.toml @@ -60,7 +60,7 @@ tracing = { version = "0.1.30", features = ["log"] } actix-files = { version = "0.6", optional = true } [dev-dependencies] -actix-web-lab-derive = "=0.16.0" +actix-web-lab-derive = "=0.18.0" actix-web = { version = "4", features = ["rustls"] } async_zip = "0.0.9"