Skip to content

Commit

Permalink
Merge pull request #848 from stmcginnis/dep_cleanup
Browse files Browse the repository at this point in the history
Clean up indirect dependencies
  • Loading branch information
stmcginnis committed Sep 26, 2023
2 parents f98c337 + ae66855 commit 78af47f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 30 deletions.
15 changes: 0 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions agent/test-agent-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@ agent-common = { version = "0.0.9", path = "../agent-common" }
copy_dir = "0.1"
test-agent = { version = "0.0.9", path = "../test-agent" }
tokio = { version = "1", features = ["macros", "rt-multi-thread", "fs"] }
tokio-util = "0.7"
log = "0.4"
testsys-model = { version = "0.0.9", path = "../../model" }
snafu = "0.7"
async-trait = "0.1"
tempfile = "3"
serde_json = "1"
env_logger = "0.10"
serde_plain = "1"
serde_derive = "1"
serde = "1"
tar = "0.4"

Expand Down
5 changes: 0 additions & 5 deletions bottlerocket/agents/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ agent-common = { version = "0.0.9", path = "../../agent/agent-common" }
agent-utils = { version = "0.0.9", path = "../../agent/utils" }
bottlerocket-types = { version = "0.0.9", path = "../types" }
async-trait = "0.1"
aws-config = "0.54"
aws-types = "0.54"
aws-sdk-ec2 = "0.24"
aws-sdk-ecs = "0.24"
Expand All @@ -19,9 +18,7 @@ aws-sdk-iam = "0.24"
aws-sdk-ssm = "0.24"
aws-sdk-sts = "0.24"
aws-sdk-cloudformation = "0.24"
aws-smithy-types = "0.54"
base64 = "0.20"
env_logger = "0.10"
flate2 = "1.0"
hex ="0.4"
k8s-openapi = { version = "0.18", default-features = false, features = ["v1_24"] }
Expand All @@ -34,12 +31,10 @@ reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"
resource-agent = { version = "0.0.9", path = "../../agent/resource-agent" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_plain = "1"
serde_yaml = "0.8"
sha2 = "0.10"
snafu = "0.7"
tar = "0.4"
tempfile = "3"
test-agent = { version = "0.0.9", path = "../../agent/test-agent" }
tokio = { version = "1", default-features = false, features = ["macros", "rt-multi-thread", "time"] }
toml = "0.5"
Expand Down
2 changes: 0 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ env_logger = "0.10"
futures = "0.3"
log = "0.4"
testsys-model = { path = "../model" }
serde = "1"
serde_json = "1"
serde_plain = "1"
terminal_size = "0.2"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "fs"] }

Expand Down
3 changes: 0 additions & 3 deletions controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@ kube-runtime = "0.82"
lazy_static = "1"
log = "0.4"
testsys-model = { version = "0.0.9", path = "../model" }
schemars = "=0.8.10"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
snafu = "0.7"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
1 change: 0 additions & 1 deletion selftest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ license = "MIT OR Apache-2.0"
[dependencies]
anyhow = "1"
envy = "0"
futures = "0.3"
k8s-openapi = { version = "0.18", default-features = false, features = ["v1_24"] }
kube = { version = "0.82", default-features = false, features = ["client", "rustls-tls"] }
lazy_static = "1"
Expand Down

0 comments on commit 78af47f

Please sign in to comment.