diff --git a/Cargo.toml b/Cargo.toml index 6086ce2..921bd62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ datafusion = { version = "35", features = ["avro"] } deltalake = { version = "0.17", default-features = false, features = ["datafusion-ext", "s3", "gcs"] } futures = "0.3" glob = "0.3" -object_store = { version = "0.9", features = ["aws", "gcp"] } +object_store = { version = "0.10.2", features = ["aws", "gcp"] } regex = "1.10" tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot"] } url = "2.5"