diff --git a/tough-kms/Cargo.toml b/tough-kms/Cargo.toml index e154fb4f..f52a5400 100644 --- a/tough-kms/Cargo.toml +++ b/tough-kms/Cargo.toml @@ -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" diff --git a/tough-ssm/Cargo.toml b/tough-ssm/Cargo.toml index e4752658..81df7ff0 100644 --- a/tough-ssm/Cargo.toml +++ b/tough-ssm/Cargo.toml @@ -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"