Skip to content

[arrow-flight] Update prost-* crates to 0.14 #7990

@alamb

Description

@alamb

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

The prost and prost-types dependencies of arrow-flight are currently at version 0.13

prost = { version = "0.13.1", default-features = false, features = ["prost-derive"] }
# For Timestamp type
prost-types = { version = "0.13.1", default-features = false }

We can only upgrade these dependencies as part of major version upgrades

We are about to release a new major version of arrow / arrow-flight, see:

Describe the solution you'd like
I would like to update arrow-flight to use the latest dependents before we release arrow 56

Describe alternatives you've considered

Additional context
Here are some related dependabot PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementAny new improvement worthy of a entry in the changelog

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions