diff --git a/Cargo.toml b/Cargo.toml index 6f293dda78..a7e11d1df8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ rust-version = "1.64" [workspace.dependencies] poem = { path = "poem", version = "1.3.57", default-features = false } poem-derive = { path = "poem-derive", version = "1.3.57" } -poem-openapi-derive = { path = "poem-openapi-derive", version = "3.0.2" } +poem-openapi-derive = { path = "poem-openapi-derive", version = "3.0.3" } poem-grpc-build = { path = "poem-grpc-build", version = "0.2.20" } proc-macro-crate = "1.1.0" diff --git a/poem-openapi-derive/Cargo.toml b/poem-openapi-derive/Cargo.toml index 6b0ffa0e06..383adfaa1f 100644 --- a/poem-openapi-derive/Cargo.toml +++ b/poem-openapi-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem-openapi-derive" -version = "3.0.2" +version = "3.0.3" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/poem-openapi/Cargo.toml b/poem-openapi/Cargo.toml index 847c8b147e..f2cb974a08 100644 --- a/poem-openapi/Cargo.toml +++ b/poem-openapi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem-openapi" -version = "3.0.2" +version = "3.0.3" authors.workspace = true edition.workspace = true license.workspace = true