From 116f85367555f014cc82d2a30a466f31328134bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 04:26:20 +0000 Subject: [PATCH] Bump arrow-schema from 58.3.0 to 59.0.0 Bumps [arrow-schema](https://github.com/apache/arrow-rs) from 58.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/58.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 | 32 +++++++++++++++++++------------- Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ade231f..79cd4b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,7 +114,7 @@ dependencies = [ "arrow-ipc", "arrow-ord", "arrow-row", - "arrow-schema", + "arrow-schema 58.3.0", "arrow-select", "arrow-string", ] @@ -128,7 +128,7 @@ dependencies = [ "arrow-array", "arrow-buffer", "arrow-data", - "arrow-schema", + "arrow-schema 58.3.0", "chrono", "num-traits", ] @@ -142,7 +142,7 @@ dependencies = [ "ahash", "arrow-buffer", "arrow-data", - "arrow-schema", + "arrow-schema 58.3.0", "chrono", "half", "hashbrown 0.17.1", @@ -173,7 +173,7 @@ dependencies = [ "arrow-buffer", "arrow-data", "arrow-ord", - "arrow-schema", + "arrow-schema 58.3.0", "arrow-select", "atoi", "base64", @@ -191,7 +191,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c88210023a2bfee1896af366309a3028fc3bcbd6515fa29a7990ee1baa08ee0" dependencies = [ "arrow-buffer", - "arrow-schema", + "arrow-schema 58.3.0", "half", "num-integer", "num-traits", @@ -206,7 +206,7 @@ dependencies = [ "arrow-array", "arrow-buffer", "arrow-data", - "arrow-schema", + "arrow-schema 58.3.0", "arrow-select", "flatbuffers", ] @@ -220,7 +220,7 @@ dependencies = [ "arrow-array", "arrow-buffer", "arrow-data", - "arrow-schema", + "arrow-schema 58.3.0", "arrow-select", ] @@ -233,7 +233,7 @@ dependencies = [ "arrow-array", "arrow-buffer", "arrow-data", - "arrow-schema", + "arrow-schema 58.3.0", "half", ] @@ -243,6 +243,12 @@ version = "58.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f633dbfdf39c039ada1bf9e34c694816eb71fbb7dc78f613993b7245e078a1ed" +[[package]] +name = "arrow-schema" +version = "59.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "80b3e786a0dd9103acd583a6fb486dbf2f3268466cc0bd571dcf34cef231c1f1" + [[package]] name = "arrow-select" version = "58.3.0" @@ -253,7 +259,7 @@ dependencies = [ "arrow-array", "arrow-buffer", "arrow-data", - "arrow-schema", + "arrow-schema 58.3.0", "num-traits", ] @@ -266,7 +272,7 @@ dependencies = [ "arrow-array", "arrow-buffer", "arrow-data", - "arrow-schema", + "arrow-schema 58.3.0", "arrow-select", "memchr", "num-traits", @@ -560,7 +566,7 @@ name = "crontimes-worker" version = "0.1.0" dependencies = [ "arrow-array", - "arrow-schema", + "arrow-schema 59.0.0", "croner", "crontimes-core", "env_logger", @@ -2040,7 +2046,7 @@ dependencies = [ "arrow-data", "arrow-ipc", "arrow-ord", - "arrow-schema", + "arrow-schema 58.3.0", "arrow-select", "ctrlc", "libc", @@ -2063,7 +2069,7 @@ dependencies = [ "arrow-cast", "arrow-data", "arrow-ipc", - "arrow-schema", + "arrow-schema 58.3.0", "arrow-select", "axum", "base64", diff --git a/Cargo.toml b/Cargo.toml index eac0e87..2b34e3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ repository = "https://github.com/Query-farm/vgi-crontimes" vgi = "0.5.0" vgi-rpc = { version = "0.2", default-features = false, features = ["macros", "http"] } arrow-array = "58" -arrow-schema = "58" +arrow-schema = "59" # Cron projection: croner parses 5/6/7-field expressions and computes occurrences # over chrono datetimes.