Skip to content

Commit

Permalink
Merge pull request #483 from rpkelly/update-tough-version
Browse files Browse the repository at this point in the history
Update tough version in kms and ssm
  • Loading branch information
rpkelly authored Jul 27, 2022
2 parents 8201aa9 + 0dc738d commit 686e630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tough-kms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aws-sdk-rust-tls = ["aws-config/native-tls", "aws-sdk-kms/native-tls"]
aws-sdk-rust-rustls = ["aws-config/rustls", "aws-sdk-kms/rustls"]

[dependencies]
tough = { version = "0.12.2", path = "../tough", features = ["http"] }
tough = { version = "0.12.3", path = "../tough", features = ["http"] }
ring = { version = "0.16.16", features = ["std"] }
aws-sdk-kms = "0.16.0"
aws-config = "0.46.0"
Expand Down
2 changes: 1 addition & 1 deletion tough-ssm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aws-sdk-rust-tls = ["aws-config/native-tls", "aws-sdk-ssm/native-tls"]
aws-sdk-rust-rustls = ["aws-config/rustls", "aws-sdk-ssm/rustls"]

[dependencies]
tough = { version = "0.12.2", path = "../tough", features = ["http"] }
tough = { version = "0.12.3", path = "../tough", features = ["http"] }
aws-sdk-ssm = "0.16.0"
aws-config = "0.46.0"
serde = "1.0.125"
Expand Down

0 comments on commit 686e630

Please sign in to comment.