Skip to content

Commit 298f88f

Browse files
chore(deps): update arrow-flight requirement from 56 to 58
Updates the requirements on [arrow-flight](https://github.com/apache/arrow-rs) to permit the latest version. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs@56.0.0...58.1.0) --- updated-dependencies: - dependency-name: arrow-flight dependency-version: 58.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d396cc commit 298f88f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ state-machine-api = "0.3.4"
5656
# Standard crates
5757
anyerror = "=0.1.13"
5858
anyhow = "1.0.65"
59-
arrow-flight = { version = "56", features = ["flight-sql-experimental", "tls-ring"] }
59+
arrow-flight = { version = "58", features = ["flight-sql-experimental", "tls-ring"] }
6060
async-backtrace = "0.2"
6161
async-trait = "0.1.89"
6262
backon = "1"

0 commit comments

Comments
 (0)