You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2023/01/27 18:07:05 UTC

[arrow-rs] branch master updated: Update AWS SDK (#3617)

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 eeecbe548 Update AWS SDK (#3617)
eeecbe548 is described below

commit eeecbe548a4c2fe06964ab3813365af4f8f39c6a
Author: Raphael Taylor-Davies <17...@users.noreply.github.com>
AuthorDate: Fri Jan 27 18:06:58 2023 +0000

    Update AWS SDK (#3617)
---
 object_store/Cargo.toml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/object_store/Cargo.toml b/object_store/Cargo.toml
index 8c9ede087..c685685b1 100644
--- a/object_store/Cargo.toml
+++ b/object_store/Cargo.toml
@@ -53,9 +53,9 @@ 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.53", optional = true }
-aws-credential-types = { version = "0.53", optional = true }
-aws-config = { version = "0.53", optional = true }
+aws-types = { version = "0.54", optional = true }
+aws-credential-types = { version = "0.54", optional = true }
+aws-config = { version = "0.54", optional = true }
 
 [features]
 cloud = ["serde", "serde_json", "quick-xml", "reqwest", "reqwest/json", "reqwest/stream", "chrono/serde", "base64", "rand", "ring"]