Skip to content

Commit a55f4a4

Browse files
committed
reduce features in aws-config
1 parent abf00ce commit a55f4a4

File tree

2 files changed

+1
-50
lines changed

2 files changed

+1
-50
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ tokio-util = { version = "0.7.15", default-features = false, features = ["io"] }
7171
tracing-futures= { version = "0.2.5", features = ["std-future", "futures-03"] }
7272
futures-util = "0.3.5"
7373
async-stream = "0.3.5"
74-
aws-config = "1.0.0"
74+
aws-config = { version = "1.0.0", default-features = false, features = ["rt-tokio", "default-https-client"] }
7575
aws-sdk-s3 = "1.3.0"
7676
aws-smithy-types-convert = { version = "0.60.0", features = ["convert-chrono"] }
7777
http = "1.0.0"

0 commit comments

Comments
 (0)