Skip to content

Commit

Permalink
tuftool: update aws-config to use hyper v1
Browse files Browse the repository at this point in the history
  • Loading branch information
gthao313 committed Sep 18, 2024
1 parent 3687e49 commit 75220d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 50 deletions.
49 changes: 0 additions & 49 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion tuftool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aws-sdk-rust = ["aws-sdk-rust-rustls"]
aws-sdk-rust-rustls = ["aws-config/rustls", "aws-sdk-ssm/rustls", "aws-sdk-kms/rustls", ]

[dependencies]
aws-config = "1"
aws-config = { version = "1", default-features = false, features = ["credentials-process"] }
aws-sdk-kms = "1"
aws-sdk-ssm = "1"
chrono = { version = "0.4", default-features = false, features = ["alloc", "std", "clock"] }
Expand Down

0 comments on commit 75220d3

Please sign in to comment.