From e65fa6cf49b82ea69da00a1a74d5705306540a3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:40:19 +0000 Subject: [PATCH] fix(deps): update rust crate object_store to 0.10.2 [security] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"