diff --git a/actix-web-lab-derive/Cargo.toml b/actix-web-lab-derive/Cargo.toml index e8418d1c..fc98bf1b 100644 --- a/actix-web-lab-derive/Cargo.toml +++ b/actix-web-lab-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web-lab-derive" -version = "0.21.0" +version = "0.22.0" description = "Experimental macros for Actix Web" authors = ["Rob Ede "] keywords = ["actix", "http", "web", "framework", "async"] diff --git a/actix-web-lab/Cargo.toml b/actix-web-lab/Cargo.toml index 1f60fd7e..40e3240d 100644 --- a/actix-web-lab/Cargo.toml +++ b/actix-web-lab/Cargo.toml @@ -46,7 +46,7 @@ msgpack = ["rmp-serde"] spa = ["actix-files"] [dependencies] -actix-web-lab-derive = { version = "=0.21.0", optional = true } +actix-web-lab-derive = { version = "=0.22.0", optional = true } actix-http = "3" actix-router = "0.5" @@ -89,7 +89,7 @@ rmp-serde = { version = "1", optional = true } actix-files = { version = "0.6", optional = true } [dev-dependencies] -actix-web-lab-derive = "=0.21.0" +actix-web-lab-derive = "=0.22.0" actix-web = { version = "4", features = ["rustls-0_23"] } async_zip = { version = "0.0.17", features = ["deflate", "tokio"] }