From 8714ffd69c411990a89e1c3f03b51c33670f18ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 07:04:13 +0100 Subject: [PATCH] chore(deps): Bump arrow-cast from 53.3.0 to 53.4.0 (#925) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e35090e83..8957ae1b81 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 68bbb3a031..b3109beaf7 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" }