From 01ab42e552fd25eae812382a95eaba7ed8051a6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 19:40:59 +0000 Subject: [PATCH] chore(deps): Bump arrow-cast from 53.3.0 to 53.4.0 Bumps [arrow-cast](https://github.com/apache/arrow-rs) from 53.3.0 to 53.4.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/53.3.0...53.4.0) --- updated-dependencies: - dependency-name: arrow-cast dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e35090e8..8957ae1b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -269,9 +269,9 @@ dependencies = [ [[package]] name = "arrow-cast" -version = "53.3.0" +version = "53.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc70e39916e60c5b7af7a8e2719e3ae589326039e1e863675a008bee5ffe90fd" +checksum = "c73c6233c5b5d635a56f6010e6eb1ab9e30e94707db21cea03da317f67d84cf3" dependencies = [ "arrow-array", "arrow-buffer", diff --git a/Cargo.toml b/Cargo.toml index 68bbb3a03..b3109beaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ apache-avro = "0.17" array-init = "2" arrow-arith = { version = "53.3.0" } arrow-array = { version = "53.4.0" } -arrow-cast = { version = "53.3.0" } +arrow-cast = { version = "53.4.0" } arrow-ord = { version = "53.4.0" } arrow-schema = { version = "53.4.0" } arrow-select = { version = "53.4.0" }