From 0dc738d924edb5f0f3f5612ed43157e90d873ab8 Mon Sep 17 00:00:00 2001 From: Richard Kelly Date: Wed, 27 Jul 2022 01:16:09 +0000 Subject: [PATCH] Update tough version in kms and ssm --- tough-kms/Cargo.toml | 2 +- tough-ssm/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"