Skip to content

Commit a39b61d

Browse files
Update arrow requirement from 57.1 to 58.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/main/CHANGELOG.md) - [Commits](apache/arrow-rs@57.1.0...58.1.0) --- updated-dependencies: - dependency-name: arrow dependency-version: 58.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 53e6d63 commit a39b61d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metropolis-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ choice = { path = "../choice/" }
2525
ttf = { path = "../pwl/" }
2626
tch = { path = "../tch/" }
2727
anyhow = "1.0"
28-
arrow = { version = "57.1", default-features = false, features = ["csv"] }
28+
arrow = { version = "58.1", default-features = false, features = ["csv"] }
2929
askama = { version = "0.15", default-features = false, features = [
3030
"derive",
3131
"std",

tch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ publish = false
1818
[dependencies]
1919
ttf = { path = "../pwl/" }
2020
anyhow = "1.0"
21-
arrow = { version = "57.1", default-features = false, features = ["csv"] }
21+
arrow = { version = "58.1", default-features = false, features = ["csv"] }
2222
chrono = { version = "0.4", optional = true }
2323
clap = { version = "4.0", features = ["derive"] }
2424
csv = "1.1"

0 commit comments

Comments
 (0)