From 672e7e97b21ca1874c54b4bbdc09b18120b51dfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 19:47:26 +0000 Subject: [PATCH] chore(deps): update arrow-cast requirement from 53.1.0 to 54.0.0 Updates the requirements on [arrow-cast](https://github.com/apache/arrow-rs) to permit the latest version. - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/compare/53.1.0...53.3.0) --- updated-dependencies: - dependency-name: arrow-cast dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ee50b2b0..5e0f57db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ rust-version = "1.82" [workspace.dependencies] arrow = "53.1.0" arrow-array = "53.1.0" -arrow-cast = "53.1.0" +arrow-cast = "54.0.0" arrow-json = "53.1.0" arrow-schema = "53.1.0" assert-json-diff = "2.0"