Skip to content

Commit

Permalink
chore: upgrade to the latest delta-rs which has assume role fixes
Browse files Browse the repository at this point in the history
There are other fixes too, but the AWS ones I'm most interested in
:smile:
  • Loading branch information
rtyler committed Sep 18, 2024
1 parent 757e600 commit 10ffe12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 10ffe12

Please sign in to comment.