build(deps): bump arrow-array from 59.2.0 to 59.3.0
Bumps [arrow-array](https://github.com/apache/arrow-rs) from 59.2.0 to 59.3.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/59.2.0...59.3.0)
---
updated-dependencies:
- dependency-name: arrow-array
dependency-version: 59.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/Cargo.lock b/Cargo.lock
index c763273..7e183cd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -135,9 +135,9 @@
[[package]]
name = "arrow-array"
-version = "59.2.0"
+version = "59.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bc9a4a4b2b5ecd0e04df03471661cb61f28bed3c7fd50994715129b01b2edb97"
+checksum = "1e5f6adeffdf587d7a31db5d2266189624b526730cd3627f9ff9fedae97ad584"
dependencies = [
"ahash",
"arrow-buffer",
@@ -179,9 +179,9 @@
[[package]]
name = "arrow-buffer"
-version = "59.2.0"
+version = "59.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c12b576ef18c1deb80925a248b25ad84f419198d791b8e293fc6aaa60441fe90"
+checksum = "097d193003ce7995d5d087089069ec2a6e0187faf5a6f8c9f38af2645d987182"
dependencies = [
"bytes",
"half",
@@ -228,9 +228,9 @@
[[package]]
name = "arrow-data"
-version = "59.2.0"
+version = "59.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "723fe4aeed7604e00b9883a465af4ff0a0e6c44c03e41a68c3d1cbc403e0e44d"
+checksum = "9ba2f832eaeca24b8f26143dba750e42ee4ab51cf7d65e701ca9607cfda9f358"
dependencies = [
"arrow-buffer",
"arrow-schema",
@@ -320,9 +320,9 @@
[[package]]
name = "arrow-schema"
-version = "59.2.0"
+version = "59.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e6fed2ca0d1eade57e811cbe73b98ad50cc08a1183e13b2d2aa43a7df593f40e"
+checksum = "10fab8d4563491417ba801fab29d205104d20d4bdf37bda6cd1cf425cff598cd"
dependencies = [
"bitflags",
"serde_core",