This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 915115a9f Update AWS SDK (#3349)
915115a9f is described below
commit 915115a9f38f82a96896b4c0a9fd4c461a08e866
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Thu Dec 15 21:29:43 2022 +0000
Update AWS SDK (#3349)
---
object_store/Cargo.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/object_store/Cargo.toml b/object_store/Cargo.toml
index a662a810f..8973254c0 100644
--- a/object_store/Cargo.toml
+++ b/object_store/Cargo.toml
@@ -53,8 +53,8 @@ ring = { version = "0.16", default-features = false, features
= ["std"], optiona
rustls-pemfile = { version = "1.0", default-features = false, optional = true }
# AWS Profile support
-aws-types = { version = "0.51", optional = true }
-aws-config = { version = "0.51", optional = true }
+aws-types = { version = "0.52", optional = true }
+aws-config = { version = "0.52", optional = true }
[features]
cloud = ["serde", "serde_json", "quick-xml", "reqwest", "reqwest/json",
"reqwest/stream", "chrono/serde", "base64", "rand", "ring"]