From 7182e51932a837dfb7e835e99150c11ce2f91b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 23:46:49 +0000 Subject: [PATCH] Update thiserror requirement from 1 to 2 in /spiffe Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.0...2.0.0) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- spiffe/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spiffe/Cargo.toml b/spiffe/Cargo.toml index 5fe709f..5f8dbd7 100644 --- a/spiffe/Cargo.toml +++ b/spiffe/Cargo.toml @@ -16,7 +16,7 @@ keywords = ["SPIFFE", "X509", "JWT"] [dependencies] # spiffe-types dependencies: -thiserror = "1" +thiserror = "2" url = "2" asn1 = { package = "simple_asn1", version = "0.6" } x509-parser = "0.16"