From f2824a98a6527c6e5ce9475ba2ec8b709d53f4b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 08:01:40 +0000 Subject: [PATCH] chore(deps): Update tough requirement from 0.13 to 0.14 Updates the requirements on [tough](https://github.com/awslabs/tough) to permit the latest version. - [Release notes](https://github.com/awslabs/tough/releases) - [Commits](https://github.com/awslabs/tough/compare/tough-v0.13.0...tough-v0.14.0) --- updated-dependencies: - dependency-name: tough dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b61e5812f8..1a2268827e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,7 +113,7 @@ sha2 = { version = "0.10.6", features = ["oid"] } signature = { version = "2.0" } thiserror = "1.0.30" tokio = { version = "1.17.0", features = ["rt"] } -tough = { version = "0.13", features = ["http"], optional = true } +tough = { version = "0.14", features = ["http"], optional = true } tracing = "0.1.31" url = "2.2.2" x509-cert = { version = "0.2.2", features = ["pem", "std"] }