diff --git a/Cargo.lock b/Cargo.lock index 5e1336549b5c..a055b338d471 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4289,9 +4289,9 @@ dependencies = [ [[package]] name = "object_store" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efc4f07659e11cd45a341cd24d71e683e3be65d9ff1f8150061678fe60437496" +checksum = "4c1be0c6c22ec0817cdc77d3842f721a17fd30ab6965001415b5402a74e6b740" dependencies = [ "async-trait", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 8dad497a35b1..de57c4312fb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -155,7 +155,7 @@ hex = { version = "0.4.3" } indexmap = "2.11.4" itertools = "0.14" log = "^0.4" -object_store = { version = "0.12.3", default-features = false } +object_store = { version = "0.12.4", default-features = false } parking_lot = "0.12" parquet = { version = "56.1.0", default-features = false, features = [ "arrow",