Skip to content

Commit c3e69ab

Browse files
committed
upgrade AWS SDKs
1 parent 845ba10 commit c3e69ab

File tree

2 files changed

+64
-68
lines changed

2 files changed

+64
-68
lines changed

Cargo.lock

Lines changed: 58 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ itertools = { version = "0.10.5", optional = true}
7272
# Async
7373
tokio = { version = "1.0", features = ["rt-multi-thread", "signal", "macros"] }
7474
futures-util = "0.3.5"
75-
aws-config = "0.53.0"
76-
aws-sdk-s3 = "0.23.0"
77-
aws-sdk-cloudfront = "0.23.0"
78-
aws-smithy-types-convert = { version = "0.53.0", features = ["convert-chrono"] }
75+
aws-config = "0.54.1"
76+
aws-sdk-s3 = "0.24.0"
77+
aws-sdk-cloudfront = "0.24.0"
78+
aws-smithy-types-convert = { version = "0.54.4", features = ["convert-chrono"] }
7979
http = "0.2.6"
8080
uuid = "1.1.2"
8181

@@ -123,8 +123,8 @@ kuchiki = "0.8"
123123
rand = "0.8"
124124
mockito = "0.31.0"
125125
test-case = "2.0.0"
126-
aws-smithy-client = { version = "0.53.0", features = ["test-util"]}
127-
aws-smithy-http = "0.53.0"
126+
aws-smithy-client = { version = "0.54.4", features = ["test-util"]}
127+
aws-smithy-http = "0.54.4"
128128
indoc = "1.0.7"
129129

130130
[build-dependencies]

0 commit comments

Comments
 (0)