Skip to content

Commit

Permalink
bump prost from 0.11.0 to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed Nov 19, 2023
1 parent fa6fbaa commit 9638e44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ poem-derive = { path = "poem-derive", version = "1.3.58" }
poem-openapi-derive = { path = "poem-openapi-derive", version = "3.0.4" }
poem-grpc-build = { path = "poem-grpc-build", version = "0.2.22" }

proc-macro-crate = "1.1.0"
proc-macro-crate = "2.0.0"
proc-macro2 = "1.0.29"
quote = "1.0.9"
syn = { version = "2.0" }
Expand Down
4 changes: 2 additions & 2 deletions poem-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ flate2 = "1.0.24"
itoa = "1.0.2"
percent-encoding = "2.1.0"
bytes.workspace = true
prost = "0.11.0"
prost = "0.12.0"
base64 = "0.21.0"
prost-types = "0.11.0"
prost-types = "0.12.0"
tokio-stream = { workspace = true, features = ["sync"] }
hyper-rustls = { workspace = true, features = [
"webpki-roots",
Expand Down

0 comments on commit 9638e44

Please sign in to comment.