Skip to content

Commit

Permalink
[CHORE] update azure storage blobs to 0.17.0 (#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 authored Nov 16, 2023
1 parent e85b753 commit 24a4538
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 22 deletions.
30 changes: 10 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/daft-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ aws-sig-auth = "0.55.3"
aws-sigv4 = "0.55.3"
aws-smithy-async = "0.55.3"
aws-smithy-client = "0.55.3"
azure_storage = {version = "0.13.0", features = ["enable_reqwest"], default-features = false}
azure_storage_blobs = {version = "0.13.1", features = ["enable_reqwest"], default-features = false}
azure_storage = {version = "0.17.0", features = ["enable_reqwest"], default-features = false}
azure_storage_blobs = {version = "0.17.0", features = ["enable_reqwest"], default-features = false}
bytes = {workspace = true}
common-error = {path = "../common/error", default-features = false}
common-io-config = {path = "../common/io-config", default-features = false}
Expand Down

0 comments on commit 24a4538

Please sign in to comment.