We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335712c commit fd792b8Copy full SHA for fd792b8
Cargo.toml
@@ -69,7 +69,7 @@ serde_cbor = "0.11.1"
69
getrandom = "0.2.1"
70
71
# Async
72
-tokio = { version = "1.0", features = ["rt-multi-thread", "macros"] }
+tokio = { version = "1.0", features = ["rt-multi-thread"] }
73
futures-util = "0.3.5"
74
aws-config = "0.48.0"
75
aws-sdk-s3 = "0.18.0"
@@ -118,6 +118,7 @@ test-case = "2.0.0"
118
fn-error-context = "0.2.0"
119
aws-smithy-client = { version = "0.48.0", features = ["test-util"]}
120
aws-smithy-http = "0.48.0"
121
+tokio = { version = "1.0", features = ["rt-multi-thread", "macros"] }
122
123
[build-dependencies]
124
time = "0.3"
0 commit comments