Skip to content

Commit d7bfe85

Browse files
committed
upgrade AWS SDKs
1 parent 7f551f6 commit d7bfe85

File tree

4 files changed

+85
-78
lines changed

4 files changed

+85
-78
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ hex = "0.4.3"
7575
# Async
7676
tokio = { version = "1.0", features = ["rt-multi-thread", "signal", "macros"] }
7777
futures-util = "0.3.5"
78-
aws-config = "0.57.1"
79-
aws-sdk-s3 = "0.36.0"
80-
aws-sdk-cloudfront = "0.36.0"
81-
aws-smithy-types-convert = { version = "0.57.1", features = ["convert-chrono"] }
78+
aws-config = "1.0.0"
79+
aws-sdk-s3 = "0.39.1"
80+
aws-sdk-cloudfront = "0.39.1"
81+
aws-smithy-types-convert = { version = "0.60.0", features = ["convert-chrono"] }
8282
http = "0.2.6"
8383
uuid = "1.1.2"
8484

@@ -124,9 +124,9 @@ kuchikiki = "0.8"
124124
rand = "0.8"
125125
mockito = "1.0.2"
126126
test-case = "3.0.0"
127-
aws-smithy-types = "0.57.1"
128-
aws-smithy-runtime = {version = "0.57.1", features = ["client", "test-util"]}
129-
aws-smithy-http = "0.57.1"
127+
aws-smithy-types = "1.0.1"
128+
aws-smithy-runtime = {version = "1.0.1", features = ["client", "test-util"]}
129+
aws-smithy-http = "0.60.0"
130130
indoc = "2.0.0"
131131

132132
[profile.dev.package.sqlx-macros]

0 commit comments

Comments
 (0)