diff --git a/aws/rust-runtime/aws-http/Cargo.toml b/aws/rust-runtime/aws-http/Cargo.toml index cf51ca58fbef5f7a58ef78610ed17d4337e431bb..db574c9f41d770a6fd43345a3ced4ac596e04566 100644 --- a/aws/rust-runtime/aws-http/Cargo.toml +++ b/aws/rust-runtime/aws-http/Cargo.toml @@ -19,7 +19,7 @@ tracing = "0.1" [dev-dependencies] async-trait = "0.1.50" aws-smithy-async = { path = "../../../rust-runtime/aws-smithy-async", features = ["rt-tokio"] } -env_logger = "*" +env_logger = "0.9" http = "0.2.3" tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread", "test-util"] } tracing-subscriber = { version = "0.2.16", features = ["fmt"] } diff --git a/aws/sdk/examples/ec2/Cargo.toml b/aws/sdk/examples/ec2/Cargo.toml index 4ca6e19bbbabf17596d444ad0bd598ff372812a2..8326cefecb1491ac2bcc2df15db92cbb5bc13d74 100644 --- a/aws/sdk/examples/ec2/Cargo.toml +++ b/aws/sdk/examples/ec2/Cargo.toml @@ -10,6 +10,5 @@ edition = "2018" aws-config = { path = "../../build/aws-sdk/aws-config" } aws-sdk-ec2 = { package = "aws-sdk-ec2", path = "../../build/aws-sdk/ec2" } tokio = { version = "1", features = ["full"]} -actix-rt = "*" structopt = { version = "0.3", default-features = false } tracing-subscriber = "0.2.18"