Skip to content

Commit c4f06a8

Browse files
Update arrow requirement from 55.1 to 57.0
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/main/CHANGELOG.md) - [Commits](apache/arrow-rs@55.1.0...57.0.0) --- updated-dependencies: - dependency-name: arrow dependency-version: 57.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent edbb591 commit c4f06a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ choice = { path = "../choice/" }
2828
ttf = { path = "../pwl/" }
2929
tch = { path = "../tch/" }
3030
anyhow = "1.0"
31-
arrow = { version = "55.1", default-features = false, features = ["csv"] }
31+
arrow = { version = "57.0", default-features = false, features = ["csv"] }
3232
askama = { version = "0.14", default-features = false, features = [
3333
"derive",
3434
"std",

tch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ expire = ["chrono"]
2121
[dependencies]
2222
ttf = { path = "../pwl/" }
2323
anyhow = "1.0"
24-
arrow = { version = "55.1", default-features = false, features = ["csv"] }
24+
arrow = { version = "57.0", default-features = false, features = ["csv"] }
2525
chrono = { version = "0.4", optional = true }
2626
clap = { version = "4.0", features = ["derive"] }
2727
csv = "1.1"

0 commit comments

Comments
 (0)