From 978c3c19ca82bfeb95836dd89798bde91609376e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 16:55:03 +0000 Subject: [PATCH] Bump object_store from 0.6.1 to 0.8.0 Bumps [object_store](https://github.com/apache/arrow-rs) from 0.6.1 to 0.8.0. - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/compare/object_store_0.6.1...object_store_0.8.0) --- updated-dependencies: - dependency-name: object_store dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 33 +++++++++++++++---- native-engine/blaze-serde/Cargo.toml | 2 +- native-engine/datafusion-ext-plans/Cargo.toml | 2 +- 3 files changed, 29 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59760e753..ce92f2f08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -464,7 +464,7 @@ dependencies = [ "datafusion-ext-functions", "datafusion-ext-plans", "log", - "object_store", + "object_store 0.8.0", "prost", "tonic-build", ] @@ -768,7 +768,7 @@ dependencies = [ "lazy_static", "log", "num_cpus", - "object_store", + "object_store 0.6.1", "parking_lot", "parquet", "percent-encoding", @@ -799,7 +799,7 @@ dependencies = [ "flate2", "futures", "num_cpus", - "object_store", + "object_store 0.6.1", "parquet", "sqlparser", "tokio", @@ -820,7 +820,7 @@ dependencies = [ "futures", "hashbrown", "log", - "object_store", + "object_store 0.6.1", "parking_lot", "rand", "tempfile", @@ -924,7 +924,7 @@ dependencies = [ "log", "lz4_flex", "num", - "object_store", + "object_store 0.8.0", "once_cell", "panic-message", "parking_lot", @@ -1750,6 +1750,27 @@ dependencies = [ "walkdir", ] +[[package]] +name = "object_store" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2524735495ea1268be33d200e1ee97455096a0846295a21548cd2f3541de7050" +dependencies = [ + "async-trait", + "bytes", + "chrono", + "futures", + "humantime", + "itertools 0.11.0", + "parking_lot", + "percent-encoding", + "snafu", + "tokio", + "tracing", + "url", + "walkdir", +] + [[package]] name = "once_cell" version = "1.18.0" @@ -1827,7 +1848,7 @@ dependencies = [ "lz4", "num", "num-bigint", - "object_store", + "object_store 0.6.1", "paste", "seq-macro", "snap", diff --git a/native-engine/blaze-serde/Cargo.toml b/native-engine/blaze-serde/Cargo.toml index 160630934..5ad9cc40c 100644 --- a/native-engine/blaze-serde/Cargo.toml +++ b/native-engine/blaze-serde/Cargo.toml @@ -16,7 +16,7 @@ datafusion-ext-exprs = { workspace = true } datafusion-ext-functions = { workspace = true } datafusion-ext-plans = { workspace = true } log = "0.4.14" -object_store = "0.6.1" +object_store = "0.8.0" prost = "0.11.0" [build-dependencies] diff --git a/native-engine/datafusion-ext-plans/Cargo.toml b/native-engine/datafusion-ext-plans/Cargo.toml index 83185b7aa..93dceba67 100644 --- a/native-engine/datafusion-ext-plans/Cargo.toml +++ b/native-engine/datafusion-ext-plans/Cargo.toml @@ -26,7 +26,7 @@ jni = "0.20.0" log = "0.4.14" lz4_flex = "0.10.0" num = "0.4.0" -object_store = "0.6.1" +object_store = "0.8.0" once_cell = "1.16.0" panic-message = "0.3.0" parking_lot = "0.12.1"