From e83ec59277a2e2681fb6a73b36cfedaca2b340f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 04:39:01 +0000 Subject: [PATCH] chore(deps): update object_store requirement from 0.7 to 0.8 Updates the requirements on [object_store](https://github.com/apache/arrow-rs) to permit the latest version. - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/compare/object_store_0.7.0...object_store_0.8.0) --- updated-dependencies: - dependency-name: object_store dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/deltalake-aws/Cargo.toml | 2 +- crates/deltalake-core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/deltalake-aws/Cargo.toml b/crates/deltalake-aws/Cargo.toml index 8b7e0f4655..e1f6adf9c7 100644 --- a/crates/deltalake-aws/Cargo.toml +++ b/crates/deltalake-aws/Cargo.toml @@ -10,7 +10,7 @@ rusoto_core = { version = "0.47", default-features = false, optional = true } rusoto_credential = { version = "0.47", optional = true } rusoto_sts = { version = "0.47", default-features = false, optional = true } rusoto_dynamodb = { version = "0.47", default-features = false, optional = true } -object_store = "0.7" +object_store = "0.8" lazy_static = "1" maplit = "1" thiserror = { workspace = true } diff --git a/crates/deltalake-core/Cargo.toml b/crates/deltalake-core/Cargo.toml index d29712baeb..46d98c2f3d 100644 --- a/crates/deltalake-core/Cargo.toml +++ b/crates/deltalake-core/Cargo.toml @@ -78,7 +78,7 @@ log = "0" libc = ">=0.2.90, <1" num-bigint = "0.4" num-traits = "0.2.15" -object_store = "0.7" +object_store = "0.8" once_cell = "1.16.0" parking_lot = "0.12" parquet2 = { version = "0.17", optional = true }