Skip to content

Commit 56cc4e3

Browse files
chore(deps,cargo): update arrow requirement from 53.3 to 54.1
Updates the requirements on [arrow](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/53.4.0/CHANGELOG.md) - [Commits](apache/arrow-rs@53.3.0...53.4.0) --- updated-dependencies: - dependency-name: arrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 75c0286 commit 56cc4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
repository = "https://github.com/datafusion-contrib/datafusion-flight-sql-server"
1515

1616
[workspace.dependencies]
17-
arrow = "53.3"
17+
arrow = "54.1"
1818
arrow-flight = { version = "53.3", features = ["flight-sql-experimental"] }
1919
arrow-json = "53.3"
2020
async-trait = "0.1.83"

0 commit comments

Comments
 (0)