From 545de07838c3253aa1b75cb94fcb12d9f7209579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 10:27:36 +0000 Subject: [PATCH] chore(deps): update arrow requirement from 53 to 54 Updates the requirements on [arrow](https://github.com/apache/arrow-rs) to permit the latest version. - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/53.0.0...54.0.0) --- updated-dependencies: - dependency-name: arrow 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 ece9fb4..fbb4fbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ path = "benches/criterion/writes.rs" required-features = ["sled"] [dependencies] -arrow = "53" +arrow = "54" async-lock = "3" async-stream = "0.3" async-trait = { version = "0.1", optional = true }