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 27334b27b Update AWS SDK (#3993)
27334b27b is described below

commit 27334b27be13188295aac88630d4bf92a66d527a
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Fri Mar 31 19:10:45 2023 +0100

    Update AWS SDK (#3993)
---
 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 9bf104334..fcdbd98ed 100644
--- a/object_store/Cargo.toml
+++ b/object_store/Cargo.toml
@@ -52,9 +52,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.54", optional = true }
-aws-credential-types = { version = "0.54", optional = true }
-aws-config = { version = "0.54", optional = true }
+aws-types = { version = "0.55", optional = true }
+aws-credential-types = { version = "0.55", optional = true }
+aws-config = { version = "0.55", optional = true }
 
 [target.'cfg(not(target_arch = "wasm32"))'.dependencies]
 tokio = { version = "1.25.0", features = ["sync", "macros", "rt", "time", 
"io-util", "fs"] }

Reply via email to