Skip to content

Commit

Permalink
Merge pull request #654 from stmcginnis/dep-cleanup
Browse files Browse the repository at this point in the history
Remove indirect deps from Cargo.toml
  • Loading branch information
stmcginnis authored Aug 22, 2023
2 parents 4491a7b + 572577f commit 3a39163
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions tough-ssm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,5 @@ aws-sdk-rust-rustls = ["aws-config/rustls", "aws-sdk-ssm/rustls"]
tough = { version = "0.13", path = "../tough", features = ["http"] }
aws-sdk-ssm = "0.28"
aws-config = "0.55"
serde = "1"
serde_json = "1"
snafu = { version = "0.7", features = ["backtraces-impl-backtrace-crate"] }
tokio = { version = "1", features = ["fs", "io-util", "time", "macros", "rt-multi-thread"] }
2 changes: 0 additions & 2 deletions tuftool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ hex = "0.4"
log = "0.4"
maplit = "1"
olpc-cjson = { version = "0.1", path = "../olpc-cjson" }
pem = "1"
rayon = "1"
reqwest = { version = "0.11", default-features = false, features = ["blocking", "rustls-tls"] }
ring = { version = "0.16", features = ["std"] }
Expand All @@ -34,7 +33,6 @@ serde_json = "1"
simplelog = "0.12"
snafu = { version = "0.7", features = ["backtraces-impl-backtrace-crate"] }
tempfile = "3"
tokio = "1"
tough = { version = "0.13", path = "../tough", features = ["http"] }
tough-kms = { version = "0.5", path = "../tough-kms" }
tough-ssm = { version = "0.8", path = "../tough-ssm" }
Expand Down

0 comments on commit 3a39163

Please sign in to comment.