diff --git a/Cargo.lock b/Cargo.lock index 112167cb..b9542ea8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2537,9 +2537,9 @@ dependencies = [ [[package]] name = "object_store" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d94ac16b433c0ccf75326388c893d2835ab7457ea35ab8ba5d745c053ef5fa16" +checksum = "7781f96d79ed0f961a7021424ab01840efbda64ae7a505aaea195efc91eaaec4" dependencies = [ "async-trait", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 4135e64e..606c87e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ uuid = { version = "1.16", features = ["v4"] } mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] } async-trait = "0.1.88" futures = "0.3" -object_store = { version = "0.12.1", features = ["aws", "gcp", "azure", "http"] } +object_store = { version = "0.12.2", features = ["aws", "gcp", "azure", "http"] } url = "2" [build-dependencies]