diff --git a/Cargo.lock b/Cargo.lock index c14534015..945522820 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1913,9 +1913,9 @@ dependencies = [ [[package]] name = "object_store" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25a0c4b3a0e31f8b66f71ad8064521efa773910196e2cde791436f13409f3b45" +checksum = "6eb4c22c6154a1e759d7099f9ffad7cc5ef8245f9efbab4a41b92623079c82f3" dependencies = [ "async-trait", "bytes", diff --git a/native-engine/blaze-serde/Cargo.toml b/native-engine/blaze-serde/Cargo.toml index 595fecca0..22e8df066 100644 --- a/native-engine/blaze-serde/Cargo.toml +++ b/native-engine/blaze-serde/Cargo.toml @@ -15,7 +15,7 @@ datafusion-ext-exprs = { workspace = true } datafusion-ext-functions = { workspace = true } datafusion-ext-plans = { workspace = true } log = "0.4.22" -object_store = "0.11.0" +object_store = "0.11.1" prost = "0.13.3" [build-dependencies] diff --git a/native-engine/datafusion-ext-plans/Cargo.toml b/native-engine/datafusion-ext-plans/Cargo.toml index f28da147e..0f4bf5a73 100644 --- a/native-engine/datafusion-ext-plans/Cargo.toml +++ b/native-engine/datafusion-ext-plans/Cargo.toml @@ -30,7 +30,7 @@ jni = "0.20.0" log = "0.4.22" lz4_flex = "0.11.2" num = "0.4.2" -object_store = "0.11.0" +object_store = "0.11.1" once_cell = "1.20.2" panic-message = "0.3.0" parking_lot = "0.12.3"