Skip to content

Commit 9ca961c

Browse files
committed
upgrade the rusoto libraries
1 parent dab3771 commit 9ca961c

File tree

2 files changed

+38
-170
lines changed

2 files changed

+38
-170
lines changed

Cargo.lock

Lines changed: 35 additions & 167 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
@@ -70,9 +70,9 @@ getrandom = "0.2.1"
7070
# Async
7171
tokio = { version = "1.0", features = ["rt-multi-thread"] }
7272
futures-util = "0.3.5"
73-
rusoto_s3 = "0.46.0"
74-
rusoto_core = "0.46.0"
75-
rusoto_credential = "0.46.0"
73+
rusoto_s3 = "0.47.0"
74+
rusoto_core = "0.47.0"
75+
rusoto_credential = "0.47.0"
7676

7777
# Data serialization and deserialization
7878
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)