diff --git a/Cargo.toml b/Cargo.toml index cd8a4913cf..86afce55ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,9 +20,9 @@ repository = "https://github.com/poem-web/poem" rust-version = "1.75" [workspace.dependencies] -poem = { path = "poem", version = "3.0.1", default-features = false } -poem-derive = { path = "poem-derive", version = "3.0.0" } -poem-openapi-derive = { path = "poem-openapi-derive", version = "5.0.2" } +poem = { path = "poem", version = "3.0.2", default-features = false } +poem-derive = { path = "poem-derive", version = "3.0.2" } +poem-openapi-derive = { path = "poem-openapi-derive", version = "5.0.3" } poem-grpc-build = { path = "poem-grpc-build", version = "0.4.0" } proc-macro-crate = "3.0.0" diff --git a/poem-derive/Cargo.toml b/poem-derive/Cargo.toml index 52ea6715db..c9a2408eaa 100644 --- a/poem-derive/Cargo.toml +++ b/poem-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem-derive" -version = "3.0.0" +version = "3.0.2" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/poem-grpc/Cargo.toml b/poem-grpc/Cargo.toml index 77b6cd5210..8b4675c996 100644 --- a/poem-grpc/Cargo.toml +++ b/poem-grpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem-grpc" -version = "0.4.1" +version = "0.4.2" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/poem-openapi-derive/Cargo.toml b/poem-openapi-derive/Cargo.toml index 61f4c04dde..733f21e85d 100644 --- a/poem-openapi-derive/Cargo.toml +++ b/poem-openapi-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem-openapi-derive" -version = "5.0.2" +version = "5.0.3" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/poem-openapi/Cargo.toml b/poem-openapi/Cargo.toml index ec43a9bbbe..f0af31b95e 100644 --- a/poem-openapi/Cargo.toml +++ b/poem-openapi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem-openapi" -version = "5.0.2" +version = "5.0.3" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/poem/Cargo.toml b/poem/Cargo.toml index 9f11628bda..540f3686ff 100644 --- a/poem/Cargo.toml +++ b/poem/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem" -version = "3.0.1" +version = "3.0.2" authors.workspace = true edition.workspace = true license.workspace = true