Skip to content

Commit

Permalink
Update aws-sdk to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ecpullen committed Dec 12, 2023
1 parent 2763fd3 commit 155f8a8
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 59 deletions.
108 changes: 59 additions & 49 deletions Cargo.lock

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

9 changes: 4 additions & 5 deletions tough-kms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@ aws-sdk-rust-rustls = ["aws-config/rustls", "aws-sdk-kms/rustls"]
[dependencies]
tough = { version = "0.16", path = "../tough", features = ["http"] }
ring = { version = "0.17", features = ["std"] }
aws-sdk-kms = "0.36"
aws-config = "0.57"
aws-sdk-kms = { version = "1", features = ["behavior-version-latest"] }
aws-config = { version = "1", features = ["behavior-version-latest"] }
snafu = { version = "0.7", features = ["backtraces-impl-backtrace-crate"] }
tokio = { version = "1", features = ["fs", "io-util", "time", "macros", "rt-multi-thread"] }
pem = "3"

[dev-dependencies]
aws-smithy-runtime = {version = "0.57", features = ["test-util"]}
aws-smithy-http = "0.57"
aws-smithy-types = "0.57"
aws-smithy-runtime = {version = "1", features = ["test-util"]}
aws-smithy-types = "1"
base64 = "0.21"
bytes = "1"
http = "0.2"
Expand Down
4 changes: 2 additions & 2 deletions tough-ssm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aws-sdk-rust-rustls = ["aws-config/rustls", "aws-sdk-ssm/rustls"]

[dependencies]
tough = { version = "0.16", path = "../tough", features = ["http"] }
aws-sdk-ssm = "0.36"
aws-config = "0.57"
aws-sdk-ssm = "1"
aws-config = { version = "1", features = ["behavior-version-latest"] }
snafu = { version = "0.7", features = ["backtraces-impl-backtrace-crate"] }
tokio = { version = "1", features = ["fs", "io-util", "time", "macros", "rt-multi-thread"] }
6 changes: 3 additions & 3 deletions tuftool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ 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 = "0.57"
aws-sdk-kms = "0.36"
aws-sdk-ssm = "0.36"
aws-config = { version = "1", features = ["behavior-version-latest"] }
aws-sdk-kms = "1"
aws-sdk-ssm = "1"
chrono = { version = "0.4", default-features = false, features = ["alloc", "std", "clock"] }
clap = { version = "4", features = ["derive"] }
futures = "0.3"
Expand Down

0 comments on commit 155f8a8

Please sign in to comment.