Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Release of http 1.0 and hyper 1.0 created a cascade of major upgrades in many protocol libraries. These upgrades have not been yet incorporated into arrow-flight which causes a significant duplication of dependencies including crates like tonic, axum, hyper, http, h2...
Note that this causes dependency duplication even within the arrow-rs libraries alone, as object_store has already migrated to the new http stack.
Describe the solution you'd like
Upgrade arrow-flight to:
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Release of http 1.0 and hyper 1.0 created a cascade of major upgrades in many protocol libraries. These upgrades have not been yet incorporated into
arrow-flightwhich causes a significant duplication of dependencies including crates like tonic, axum, hyper, http, h2...Note that this causes dependency duplication even within the
arrow-rslibraries alone, asobject_storehas already migrated to the new http stack.Describe the solution you'd like
Upgrade
arrow-flightto: