diff --git a/Cargo.lock b/Cargo.lock index 2b62a69d..5b976f2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2636,9 +2636,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 2c48bdd5..18640b26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ uuid = { version = "1.18", features = ["v4"] } mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] } async-trait = "0.1.89" futures = "0.3" -object_store = { version = "0.12.3", features = ["aws", "gcp", "azure", "http"] } +object_store = { version = "0.12.4", features = ["aws", "gcp", "azure", "http"] } url = "2" log = "0.4.27" parking_lot = "0.12"