Skip to content

Commit 4a31ebb

Browse files
committed
upgrade aws-sdk
1 parent 3607c88 commit 4a31ebb

File tree

2 files changed

+44
-43
lines changed

2 files changed

+44
-43
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ getrandom = "0.2.1"
7171
# Async
7272
tokio = { version = "1.0", features = ["rt-multi-thread"] }
7373
futures-util = "0.3.5"
74-
aws-config = "0.47.0"
75-
aws-sdk-s3 = "0.17.0"
76-
aws-smithy-types-convert = { version = "0.47.0", features = ["convert-chrono"] }
74+
aws-config = "0.48.0"
75+
aws-sdk-s3 = "0.18.0"
76+
aws-smithy-types-convert = { version = "0.48.0", features = ["convert-chrono"] }
7777
http = "0.2.6"
7878

7979
# Data serialization and deserialization

0 commit comments

Comments
 (0)