From a89468374e2605ee69b3da57f5057f7e23f69b30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:01:42 +0000 Subject: [PATCH] Update thiserror requirement from 1 to 2 in /indy-data-types 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.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- indy-data-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indy-data-types/Cargo.toml b/indy-data-types/Cargo.toml index 32ee939..6fd9e5d 100644 --- a/indy-data-types/Cargo.toml +++ b/indy-data-types/Cargo.toml @@ -40,7 +40,7 @@ regex = "1" serde = { version = "1.0", optional = true, features = ["derive"] } serde_json = { version = "1.0", optional = true, features = ["raw_value"] } sha2 = { version = "0.10", optional = true } -thiserror = "1" +thiserror = "2" x25519-dalek = { version = "2.0", default-features = false, optional = true, features = [ "static_secrets", "zeroize",