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"