From aa11c2d040168204c6fe15347635fd702613bb41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 08:50:32 +0000 Subject: [PATCH] chore(deps): bump arrow-schema from 54.0.0 to 54.1.0 in /datafusion-cli Bumps [arrow-schema](https://github.com/apache/arrow-rs) from 54.0.0 to 54.1.0. - [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.0.0...54.1.0) --- updated-dependencies: - dependency-name: arrow-schema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- datafusion-cli/Cargo.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c17f4f7affaa..2f85cd50d11b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ arrow-ipc = { version = "54.0.0", default-features = false, features = [ "lz4", ] } arrow-ord = { version = "54.0.0", default-features = false } -arrow-schema = { version = "54.0.0", default-features = false } +arrow-schema = { version = "54.1.0", default-features = false } async-trait = "0.1.73" bigdecimal = "0.4.7" bytes = "1.4" diff --git a/datafusion-cli/Cargo.lock b/datafusion-cli/Cargo.lock index 6982ad86e57e..57de2380ad96 100644 --- a/datafusion-cli/Cargo.lock +++ b/datafusion-cli/Cargo.lock @@ -347,9 +347,9 @@ dependencies = [ [[package]] name = "arrow-schema" -version = "54.0.0" +version = "54.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a1822a1a952955637e85e8f9d6b0e04dd75d65492b87ec548dd593d3a1f772b" +checksum = "105f01ec0090259e9a33a9263ec18ff223ab91a0ea9fbc18042f7e38005142f6" [[package]] name = "arrow-select"