Skip to content

Commit 497c13a

Browse files
authored
Remove wildcard dependencies (#264)
1 parent 6c874ba commit 497c13a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sdk/aws-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ version = "0.0.22-alpha"
2828

2929
[dev-dependencies]
3030
async-trait = "0.1.50"
31-
env_logger = "*"
31+
env_logger = "0.9"
3232
http = "0.2.3"
3333

3434
[dev-dependencies.aws-smithy-async]

sdk/examples/ec2/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ edition = "2018"
1010
aws-config = { path = "../../aws-config" }
1111
aws-sdk-ec2 = { package = "aws-sdk-ec2", path = "../../ec2" }
1212
tokio = { version = "1", features = ["full"]}
13-
actix-rt = "*"
1413
structopt = { version = "0.3", default-features = false }
1514
tracing-subscriber = "0.2.18"

0 commit comments

Comments
 (0)