From b9bdeb2c842cdc69f2d68978781837c7ea703566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 17:44:08 +0000 Subject: [PATCH] Update arrow requirement from 57.1 to 58.2 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](https://github.com/apache/arrow-rs/compare/57.1.0...58.2.0) --- updated-dependencies: - dependency-name: arrow dependency-version: 58.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- metropolis-core/Cargo.toml | 2 +- tch/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metropolis-core/Cargo.toml b/metropolis-core/Cargo.toml index 9fc0dc1..a967c98 100644 --- a/metropolis-core/Cargo.toml +++ b/metropolis-core/Cargo.toml @@ -25,7 +25,7 @@ choice = { path = "../choice/" } ttf = { path = "../pwl/" } tch = { path = "../tch/" } anyhow = "1.0" -arrow = { version = "57.1", default-features = false, features = ["csv"] } +arrow = { version = "58.2", default-features = false, features = ["csv"] } askama = { version = "0.15", default-features = false, features = [ "derive", "std", diff --git a/tch/Cargo.toml b/tch/Cargo.toml index a27999e..4225c15 100644 --- a/tch/Cargo.toml +++ b/tch/Cargo.toml @@ -18,7 +18,7 @@ publish = false [dependencies] ttf = { path = "../pwl/" } anyhow = "1.0" -arrow = { version = "57.1", default-features = false, features = ["csv"] } +arrow = { version = "58.2", default-features = false, features = ["csv"] } chrono = { version = "0.4", optional = true } clap = { version = "4.0", features = ["derive"] } csv = "1.1"