diff --git a/native/Cargo.toml b/native/Cargo.toml index bca03e3..50d3ed2 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -21,7 +21,7 @@ datafusion = "53.1.0" datafusion-proto = "53.1.0" futures = "0.3.32" log = {version = "0.4.29", features = ["std"]} -object_store = { version = "0.13.2", features = ["aws", "azure", "gcp", "http"] } +object_store = { version = "0.14.0", features = ["aws", "azure", "gcp", "http"] } prost = "0.14.3" reqwest = { version = "0.13.2", default-features = false } tokio = { version = "1.52.1", features = ["rt-multi-thread"] }