carols10cents opened a new issue #956: URL: https://github.com/apache/arrow-rs/issues/956
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** [In IOx, we've updated to comfy-table 5.0](https://github.com/influxdata/influxdb_iox/blob/5a237e2bc68d0b7faf2b58ed22dfb531b6cc5677/influxdb_iox/Cargo.toml#L68), and we'd like to only have one version of comfy-table in our dependency tree. **Describe the solution you'd like** We'd like arrow to upgrade to using comfy-table 5.0-- I'll be opening a PR in a minute. **Describe alternatives you've considered** Arrow could potentially specify a version range of `>=4.0, < 6.0` to allow either 4.x.y or 5.x.y because they're both compatible? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
