From 2b248409b5eff61ace72d72f9777e253a0e94443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 21:03:31 +0000 Subject: [PATCH] chore(rust): bump the arrow group across 1 directory with 4 updates Bumps the arrow group with 2 updates in the /rust directory: [arrow-array](https://github.com/apache/arrow-rs) and [arrow-select](https://github.com/apache/arrow-rs). Updates `arrow-array` from 54.1.0 to 54.2.1 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/compare/54.1.0...54.2.1) Updates `arrow-buffer` from 54.1.0 to 54.2.1 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/compare/54.1.0...54.2.1) Updates `arrow-schema` from 54.1.0 to 54.2.1 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/compare/54.1.0...54.2.1) Updates `arrow-select` from 54.1.0 to 54.2.1 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/compare/54.1.0...54.2.1) --- updated-dependencies: - dependency-name: arrow-array dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow - dependency-name: arrow-buffer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow - dependency-name: arrow-schema dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow - dependency-name: arrow-select dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 20 ++++++++++---------- rust/Cargo.toml | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 85ba65a08a..64c03806e8 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -186,9 +186,9 @@ dependencies = [ [[package]] name = "arrow-array" -version = "54.1.0" +version = "54.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb4a06d507f54b70a277be22a127c8ffe0cec6cd98c0ad8a48e77779bbda8223" +checksum = "a2262eba4f16c78496adfd559a29fe4b24df6088efc9985a873d58e92be022d5" dependencies = [ "ahash", "arrow-buffer", @@ -203,9 +203,9 @@ dependencies = [ [[package]] name = "arrow-buffer" -version = "54.1.0" +version = "54.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d69d326d5ad1cb82dcefa9ede3fee8fdca98f9982756b16f9cb142f4aa6edc89" +checksum = "4e899dade2c3b7f5642eb8366cfd898958bcca099cde6dfea543c7e8d3ad88d4" dependencies = [ "bytes", "half", @@ -251,9 +251,9 @@ dependencies = [ [[package]] name = "arrow-data" -version = "54.1.0" +version = "54.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1858e7c7d01c44cf71c21a85534fd1a54501e8d60d1195d0d6fbcc00f4b10754" +checksum = "0a329fb064477c9ec5f0870d2f5130966f91055c7c5bce2b3a084f116bc28c3b" dependencies = [ "arrow-buffer", "arrow-schema", @@ -323,18 +323,18 @@ dependencies = [ [[package]] name = "arrow-schema" -version = "54.1.0" +version = "54.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "105f01ec0090259e9a33a9263ec18ff223ab91a0ea9fbc18042f7e38005142f6" +checksum = "85934a9d0261e0fa5d4e2a5295107d743b543a6e0484a835d4b8db2da15306f9" dependencies = [ "bitflags 2.5.0", ] [[package]] name = "arrow-select" -version = "54.1.0" +version = "54.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f690752fdbd2dee278b5f1636fefad8f2f7134c85e20fd59c4199e15a39a6807" +checksum = "7e2932aece2d0c869dd2125feb9bd1709ef5c445daa3838ac4112dcfa0fda52c" dependencies = [ "ahash", "arrow-array", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 4bacf2f7e5..eac4badc74 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -35,9 +35,9 @@ categories = ["database"] [workspace.dependencies] adbc_core = { path = "./core", version = "0.17.0" } -arrow-array = { version = "54.1.0", default-features = false, features = [ +arrow-array = { version = "54.2.1", default-features = false, features = [ "ffi", ] } arrow-buffer = { version = "54.1.0", default-features = false } arrow-schema = { version = "54.1.0", default-features = false } -arrow-select = { version = "54.1.0", default-features = false } +arrow-select = { version = "54.2.1", default-features = false }