From f09186fd566153cace638f295e17ee443795ffcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:08:11 +0000 Subject: [PATCH] fix(deps): update rust crate object_store to 0.11 [security] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6086ce2..59aa67d 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.11", features = ["aws", "gcp"] } regex = "1.10" tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot"] } url = "2.5"