From 01816f78181a086ea817e560b64f0d49778fe268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 11:25:53 +0000 Subject: [PATCH] Build(deps): bump arrow-schema from 57.3.0 to 59.0.0 Bumps [arrow-schema](https://github.com/apache/arrow-rs) from 57.3.0 to 59.0.0. - [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.3.0...59.0.0) --- updated-dependencies: - dependency-name: arrow-schema dependency-version: 59.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 28 +++++++++++++++++----------- Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7be277ef..1ca9a1c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,7 +147,7 @@ dependencies = [ "ahash", "arrow-buffer", "arrow-data", - "arrow-schema", + "arrow-schema 57.3.1", "chrono", "half", "hashbrown 0.16.0", @@ -178,7 +178,7 @@ dependencies = [ "arrow-buffer", "arrow-data", "arrow-ord", - "arrow-schema", + "arrow-schema 57.3.1", "arrow-select", "atoi", "base64", @@ -196,7 +196,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fdd994a9d28e6365aa78e15da3f3950c0fdcea6b963a12fa1c391afb637b304" dependencies = [ "arrow-buffer", - "arrow-schema", + "arrow-schema 57.3.1", "half", "num-integer", "num-traits", @@ -211,7 +211,7 @@ dependencies = [ "arrow-array", "arrow-buffer", "arrow-data", - "arrow-schema", + "arrow-schema 57.3.1", "arrow-select", "flatbuffers", ] @@ -225,15 +225,21 @@ dependencies = [ "arrow-array", "arrow-buffer", "arrow-data", - "arrow-schema", + "arrow-schema 57.3.1", "arrow-select", ] [[package]] name = "arrow-schema" -version = "57.3.0" +version = "57.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e4cf0d4a6609679e03002167a61074a21d7b1ad9ea65e462b2c0a97f8a3b2bc6" + +[[package]] +name = "arrow-schema" +version = "59.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c872d36b7bf2a6a6a2b40de9156265f0242910791db366a2c17476ba8330d68" +checksum = "80b3e786a0dd9103acd583a6fb486dbf2f3268466cc0bd571dcf34cef231c1f1" [[package]] name = "arrow-select" @@ -245,7 +251,7 @@ dependencies = [ "arrow-array", "arrow-buffer", "arrow-data", - "arrow-schema", + "arrow-schema 57.3.1", "num-traits", ] @@ -441,7 +447,7 @@ version = "0.1.0" dependencies = [ "anyhow", "arrow-array", - "arrow-schema", + "arrow-schema 59.0.0", "chutoro-core", "chutoro-providers-dense", "chutoro-providers-text", @@ -485,7 +491,7 @@ name = "chutoro-providers-dense" version = "0.1.0" dependencies = [ "arrow-array", - "arrow-schema", + "arrow-schema 59.0.0", "bytes", "chutoro-core", "chutoro-test-support", @@ -1604,7 +1610,7 @@ dependencies = [ "arrow-cast", "arrow-data", "arrow-ipc", - "arrow-schema", + "arrow-schema 57.3.1", "arrow-select", "base64", "brotli", diff --git a/Cargo.toml b/Cargo.toml index 6587b5f5..8d2673a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ rust-version = "1.89.0" [workspace.dependencies] arrow-array = "57.3.0" -arrow-schema = "57.3.0" +arrow-schema = "59.0.0" parquet = "57.3.0" [workspace.lints.clippy]