diff --git a/poem-grpc-build/Cargo.toml b/poem-grpc-build/Cargo.toml index c1a607a53f..6545963b5d 100644 --- a/poem-grpc-build/Cargo.toml +++ b/poem-grpc-build/Cargo.toml @@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] prettyplease = "0.2.9" -prost-build = "0.11.1" +prost-build = "0.12.0" quote.workspace = true proc-macro2.workspace = true syn.workspace = true