Skip to content

Commit 314d636

Browse files
authoredJul 18, 2024··
fix: upgrade AWS SDK (#2616)
There seems to be an issue now with the older version of the AWS SDK and AWS SSO. Upgrading to a newer version fixed this. Fixes #2614
1 parent c59996d commit 314d636

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ arrow-schema = "52.1"
7373
arrow-select = "52.1"
7474
async-recursion = "1.0"
7575
async-trait = "0.1"
76-
aws-config = "0.57"
77-
aws-credential-types = "0.57"
78-
aws-sdk-dynamodb = "0.35"
76+
aws-config = "1.2.0"
77+
aws-credential-types = "1.2.0"
78+
aws-sdk-dynamodb = "1.38.0"
7979
half = { "version" = "2.4.1", default-features = false, features = [
8080
"num-traits",
8181
"std",

0 commit comments

Comments
 (0)
Please sign in to comment.