alamb opened a new pull request #945: URL: https://github.com/apache/arrow-rs/pull/945
# Which issue does this PR close? N/A (related to #897 ) # Rationale for this change Various downstream projects such as IOx would like to upgrade to the latest version of `prost` / `tonic`, etc (0.9 and 0.6 respectively at the time of writing). However, we have avoided such potentially incompatible version upgrades in the past. However, in consultation with @shepmaster and others, there are cases when upgrading dependencies even to new "semver incompatible" versions may not actually break sematic versioning # What changes are included in this PR? cherry-pick 1d3d5e3 which originally appeared in https://github.com/apache/arrow-rs/pull/864 from @PsiACE to `active_relaese` (aka propose to include in the arrow `6.2.0` release). I will then use this branch to see what effects it has on datafusion and others. # Are there any user-facing changes? Versions of `prost` and `tonic` are upated <!--- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!--- If there are any breaking changes to public APIs, please add the `breaking change` label. --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org