From 931c1c3e701e9fb165b2a9cc9056a9402769422f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 09:13:34 +0000 Subject: [PATCH] chore(deps): bump the prod-deps group across 1 directory with 7 updates Bumps the prod-deps group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [arrow-array](https://github.com/apache/arrow-rs) | `58.3.0` | `59.0.0` | | [arrow-pyarrow](https://github.com/apache/arrow-rs) | `58.3.0` | `59.0.0` | | [arrow-schema](https://github.com/apache/arrow-rs) | `58.3.0` | `59.0.0` | | [log](https://github.com/rust-lang/log) | `0.4.32` | `0.4.33` | | [pyo3-arrow](https://github.com/kylebarron/arro3) | `0.17.0` | `0.18.0` | | [pyo3-log](https://github.com/vorner/pyo3-log) | `0.13.3` | `0.13.4` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.102` | `1.0.103` | Updates `arrow-array` 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) Updates `arrow-pyarrow` 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) Updates `arrow-schema` 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) Updates `log` from 0.4.32 to 0.4.33 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.32...0.4.33) Updates `pyo3-arrow` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/kylebarron/arro3/releases) - [Changelog](https://github.com/kylebarron/arro3/blob/main/CHANGELOG.md) - [Commits](https://github.com/kylebarron/arro3/compare/pyo3-arrow-v0.17.0...pyo3-arrow-v0.18.0) Updates `pyo3-log` from 0.13.3 to 0.13.4 - [Changelog](https://github.com/vorner/pyo3-log/blob/main/CHANGELOG.md) - [Commits](https://github.com/vorner/pyo3-log/compare/v0.13.3...v0.13.4) Updates `anyhow` from 1.0.102 to 1.0.103 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.102...1.0.103) --- updated-dependencies: - dependency-name: arrow-array dependency-version: 59.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: arrow-pyarrow dependency-version: 59.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: arrow-schema dependency-version: 59.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: log dependency-version: 0.4.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: pyo3-arrow dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: pyo3-log dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: anyhow dependency-version: 1.0.103 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 48 ++++++++++++++++++++++++------------------------ Cargo.toml | 8 ++++---- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce288fb..7f0de3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,9 +54,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.102" +version = "1.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" +checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3" [[package]] name = "arc-swap" @@ -76,9 +76,9 @@ dependencies = [ [[package]] name = "arrow-array" -version = "58.3.0" +version = "59.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfd33d3e92f207444098c75b42de99d329562be0cf686b307b097cc52b4e999e" +checksum = "0c60c79628e9a97cb90d7a0dc3e944f216a902f837d4ecabc14d524bddbbc137" dependencies = [ "ahash", "arrow-buffer", @@ -95,9 +95,9 @@ dependencies = [ [[package]] name = "arrow-buffer" -version = "58.3.0" +version = "59.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c6cd424c2693bcdbc150d843dc9d4d137dd2de4782ce6df491ad11a3a0416c0" +checksum = "6026f638c400e9878c1b1cc05c3cfd46fbf381285916ab408678701c1df46c1a" dependencies = [ "bytes", "half", @@ -107,9 +107,9 @@ dependencies = [ [[package]] name = "arrow-cast" -version = "58.1.0" +version = "59.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0127816c96533d20fc938729f48c52d3e48f99717e7a0b5ade77d742510736d" +checksum = "c82c236c3caf8df5664284f3f1fbe89938852163998c3fdbf37e84ac220445e9" dependencies = [ "arrow-array", "arrow-buffer", @@ -129,9 +129,9 @@ dependencies = [ [[package]] name = "arrow-data" -version = "58.3.0" +version = "59.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c88210023a2bfee1896af366309a3028fc3bcbd6515fa29a7990ee1baa08ee0" +checksum = "7bd568aa70c4ec5947027b0d5caee94877433b661a0bb9e8ddceeeb5f0c9b1ab" dependencies = [ "arrow-buffer", "arrow-schema", @@ -142,9 +142,9 @@ dependencies = [ [[package]] name = "arrow-ord" -version = "58.1.0" +version = "59.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "763a7ba279b20b52dad300e68cfc37c17efa65e68623169076855b3a9e941ca5" +checksum = "a79cf73ad2eba8686ec2aa9bbf8671208e509025f166afc040cedbd94ffe4983" dependencies = [ "arrow-array", "arrow-buffer", @@ -155,9 +155,9 @@ dependencies = [ [[package]] name = "arrow-pyarrow" -version = "58.3.0" +version = "59.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d29abdf672a81c1aeb57fd2661457f9918964d49aed0e9f18932535f2a9e49ce" +checksum = "b9e66bd74e4a47c6df9a2af16d9cca97e37cdfe5b3207d5e3558646e07957a27" dependencies = [ "arrow-array", "arrow-data", @@ -167,18 +167,18 @@ dependencies = [ [[package]] name = "arrow-schema" -version = "58.3.0" +version = "59.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f633dbfdf39c039ada1bf9e34c694816eb71fbb7dc78f613993b7245e078a1ed" +checksum = "80b3e786a0dd9103acd583a6fb486dbf2f3268466cc0bd571dcf34cef231c1f1" dependencies = [ "bitflags", ] [[package]] name = "arrow-select" -version = "58.1.0" +version = "59.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78694888660a9e8ac949853db393af2a8b8fc82c19ce333132dfa2e72cc1a7fe" +checksum = "067a67e0361f6c31f4a7248759f36ca4ca71b187a941ed4d49da1c7d3d4db624" dependencies = [ "ahash", "arrow-array", @@ -742,9 +742,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.32" +version = "0.4.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a" +checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" [[package]] name = "matrixmultiply" @@ -1150,9 +1150,9 @@ dependencies = [ [[package]] name = "pyo3-arrow" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0360400036dda3db3d69102ef7e9646e4cd946c75a2d1d41fb8fd39879312636" +checksum = "2fb08db13adfbd24783afc9a5041a369156dc6221fa06f2483ca88fa0cd5d02d" dependencies = [ "arrow-array", "arrow-buffer", @@ -1190,9 +1190,9 @@ dependencies = [ [[package]] name = "pyo3-log" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26c2ec80932c5c3b2d4fbc578c9b56b2d4502098587edb8bef5b6bfcad43682e" +checksum = "f64083bd3a16a353d9d62335808e8e13d0552d2a2b83fdb084496192dcfa9fcd" dependencies = [ "arc-swap", "log", diff --git a/Cargo.toml b/Cargo.toml index b001f48..cc0f4a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,9 +26,9 @@ name = "fastexcel" crate-type = ["cdylib", "rlib"] [dependencies] -arrow-array = { version = "^58", features = ["ffi"], optional = true } -arrow-pyarrow = { version = "^58", optional = true } -arrow-schema = { version = "^58", optional = true } +arrow-array = { version = "^59", features = ["ffi"], optional = true } +arrow-pyarrow = { version = "^59", optional = true } +arrow-schema = { version = "^59", optional = true } calamine = { version = "^0.35.0", features = ["chrono"] } chrono = { version = "^0.4.40", default-features = false } log = "^0.4" @@ -38,7 +38,7 @@ polars-core = { version = ">=0.53", features = [ "dtype-duration", ], optional = true } pyo3 = { version = "^0.28", features = ["abi3-py310"], optional = true } -pyo3-arrow = { version = "^0.17", default-features = false, optional = true } +pyo3-arrow = { version = "^0.18", default-features = false, optional = true } pyo3-log = { version = "^0.13.3", optional = true } [dev-dependencies]