From 6c46e8eb769db6fa1ade719e3e675fbec9d2452d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 08:14:14 +0000 Subject: [PATCH] chore(deps): update object_store requirement from 0.11.0 to 0.12.0 Updates the requirements on [object_store](https://github.com/apache/arrow-rs) to permit the latest version. - [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/commits) --- updated-dependencies: - dependency-name: object_store dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rustainers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustainers/Cargo.toml b/rustainers/Cargo.toml index 7b3af84..c122989 100644 --- a/rustainers/Cargo.toml +++ b/rustainers/Cargo.toml @@ -63,7 +63,7 @@ bytes = "1.7" futures-util = "0.3.30" insta = { version = "1.39", features = ["json"] } mongodb = "3.0.1" -object_store = { version = "0.11.0", features = ["aws"] } +object_store = { version = "0.12.0", features = ["aws"] } rdkafka = { version = "0.37.0" } redis = "0.28.2" rstest = "0.24.0"