From f6470c86697258102659eaabe18cde802f961373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:37:17 +0000 Subject: [PATCH] build(deps): update tough requirement from 0.18 to 0.19 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.18.0...tough-v0.19.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 661e04587a..d4333e3379 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -143,7 +143,7 @@ sigstore_protobuf_specs = { version = "0.3", optional = true } thiserror = "1.0" tokio = { version = "1", features = ["rt"] } tokio-util = { version = "0.7", features = ["io-util"] } -tough = { version = "0.18", features = ["http"], optional = true } +tough = { version = "0.19", features = ["http"], optional = true } tracing = "0.1" url = "2.5" x509-cert = { version = "0.2", features = ["builder", "pem", "std", "sct"] }