diff --git a/arrow-flight/gen/Cargo.toml b/arrow-flight/gen/Cargo.toml index d3a9c4e42de0..743df85dc800 100644 --- a/arrow-flight/gen/Cargo.toml +++ b/arrow-flight/gen/Cargo.toml @@ -32,6 +32,6 @@ publish = false [dependencies] # Pin specific version of the tonic-build dependencies to avoid auto-generated # (and checked in) arrow.flight.protocol.rs from changing -proc-macro2 = { version = "=1.0.60", default-features = false } +proc-macro2 = { version = "=1.0.63", default-features = false } prost-build = { version = "=0.11.9", default-features = false } tonic-build = { version = "=0.9.2", default-features = false, features = ["transport", "prost"] }