Unverified Commit f2c1b15e authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Remove wildcard dependencies (#792)

parent 84b60985
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"] }
+0 −1
Original line number Diff line number Diff line
@@ -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"