From 9e926a4a4afee57cff3816f5dd7b281365cabd06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 14:48:22 +0000 Subject: [PATCH] Update arrow requirement from 57.1 to 58.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](https://github.com/apache/arrow-rs/compare/57.1.0...58.0.0) --- updated-dependencies: - dependency-name: arrow dependency-version: 58.0.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 bd9c3f4..ef7b395 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.0", 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 4448191..db53e7d 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.0", default-features = false, features = ["csv"] } chrono = { version = "0.4", optional = true } clap = { version = "4.0", features = ["derive"] } csv = "1.1"