diff --git a/datafusion/proto/Cargo.toml b/datafusion/proto/Cargo.toml index d3f70b2c071a..5c3026374936 100644 --- a/datafusion/proto/Cargo.toml +++ b/datafusion/proto/Cargo.toml @@ -53,4 +53,4 @@ tokio = "1.18" [build-dependencies] pbjson-build = { version = "0.3", optional = true } -prost-build = { version = "0.7" } +prost-build = { version = "0.10" }