Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed May 19, 2024
2 parents 33fa138 + bbb9259 commit f47fd47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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.0" }
poem-openapi-derive = { path = "poem-openapi-derive", version = "5.0.2" }
poem-grpc-build = { path = "poem-grpc-build", version = "0.4.0" }

proc-macro-crate = "3.0.0"
Expand All @@ -47,7 +47,6 @@ serde_urlencoded = "0.7.1"
indexmap = "2.0.0"
reqwest = { version = "0.12.2", default-features = false }
darling = "0.20.8"
static_assertions = "1.1.0"

# rustls, update together
rustls = "0.22.0"
Expand Down
2 changes: 1 addition & 1 deletion poem-openapi-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poem-openapi-derive"
version = "5.0.0"
version = "5.0.2"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion poem-openapi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poem-openapi"
version = "5.0.1"
version = "5.0.2"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit f47fd47

Please sign in to comment.