tustvold commented on code in PR #2374:
URL: https://github.com/apache/arrow-rs/pull/2374#discussion_r942647896
##########
object_store/Cargo.toml:
##########
@@ -35,47 +31,109 @@ all-features = true
[dependencies] # In alphabetical order
async-trait = "0.1.53"
# Microsoft Azure Blob storage integration
-azure_core = { version = "0.2", optional = true, default-features = false,
features = ["enable_reqwest_rustls"] }
-azure_storage = { version = "0.2", optional = true, default-features = false,
features = ["account"] }
-azure_storage_blobs = { version = "0.2", optional = true, default-features =
false, features = ["enable_reqwest_rustls"] }
+azure_core = { version = "0.4", optional = true, default-features = false,
features = [
Review Comment:
FYI, I'm not sure what is formatting these, but I think it makes the file
harder to read...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]