diff --git a/arrow-flight/gen/Cargo.toml b/arrow-flight/gen/Cargo.toml index 08b53b729738..aa33f1f49096 100644 --- a/arrow-flight/gen/Cargo.toml +++ b/arrow-flight/gen/Cargo.toml @@ -34,4 +34,4 @@ publish = false # (and checked in) arrow.flight.protocol.rs from changing proc-macro2 = { version = "=1.0.86", default-features = false } prost-build = { version = "=0.13.3", default-features = false } -tonic-build = { version = "=0.12.2", default-features = false, features = ["transport", "prost"] } +tonic-build = { version = "=0.12.3", default-features = false, features = ["transport", "prost"] }