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 6c874ba commit 497c13aCopy full SHA for 497c13a
sdk/aws-http/Cargo.toml
@@ -28,7 +28,7 @@ version = "0.0.22-alpha"
28
29
[dev-dependencies]
30
async-trait = "0.1.50"
31
-env_logger = "*"
+env_logger = "0.9"
32
http = "0.2.3"
33
34
[dev-dependencies.aws-smithy-async]
sdk/examples/ec2/Cargo.toml
@@ -10,6 +10,5 @@ edition = "2018"
10
aws-config = { path = "../../aws-config" }
11
aws-sdk-ec2 = { package = "aws-sdk-ec2", path = "../../ec2" }
12
tokio = { version = "1", features = ["full"]}
13
-actix-rt = "*"
14
structopt = { version = "0.3", default-features = false }
15
tracing-subscriber = "0.2.18"
0 commit comments