From 10ffe126d94a138328c9124eb0ba87622c2b8d9f Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Wed, 18 Sep 2024 14:21:34 +0000 Subject: [PATCH] chore: upgrade to the latest delta-rs which has assume role fixes There are other fixes too, but the AWS ones I'm most interested in :smile: --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2eec433..245ca14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,9 +34,9 @@ uuid = { version = "0.8", features = ["serde", "v4"] } url = "2.3" # datafusion feature is required for writer version 2 -deltalake-core = { version = "0.19.1", features = ["json", "datafusion"]} -deltalake-aws = { version = "0.2.0", optional = true } -deltalake-azure = { version = "0.2.0", optional = true } +deltalake-core = { version = "0.20.0", features = ["json", "datafusion"]} +deltalake-aws = { version = "0.3.0", optional = true } +deltalake-azure = { version = "0.3.0", optional = true } # s3 feature enabled, helps for locking interactions with DLQ dynamodb_lock = { version = "0.6.0", optional = true }