diff --git a/proto-compiler/Cargo.toml b/proto-compiler/Cargo.toml index 1697a03..9721319 100644 --- a/proto-compiler/Cargo.toml +++ b/proto-compiler/Cargo.toml @@ -10,7 +10,7 @@ publish = false [dependencies] walkdir = { version = "2.5.0" } -prost-build = { version = "0.12.4" } +prost-build = { version = "0.13.2" } tempfile = { version = "3.10.1" } regex = { "version" = "1.10.4" } # Use of native-tls-vendored should build vendored openssl, which is required for Alpine build