From 77c7cf6457d3215aceb63b2bbea459f2aa88f64f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 09:06:01 -0700 Subject: [PATCH] chore(deps): update anoncreds-clsignatures requirement (#1215) Updates the requirements on [anoncreds-clsignatures](https://github.com/hyperledger/anoncreds-clsignatures-rs) to permit the latest version. Updates `anoncreds-clsignatures` to 0.3.2 - [Commits](https://github.com/hyperledger/anoncreds-clsignatures-rs/compare/v0.2.0...v0.3.2) --- updated-dependencies: - dependency-name: anoncreds-clsignatures dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- aries/misc/indy_ledger_response_parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aries/misc/indy_ledger_response_parser/Cargo.toml b/aries/misc/indy_ledger_response_parser/Cargo.toml index 9946743374..a45e887343 100644 --- a/aries/misc/indy_ledger_response_parser/Cargo.toml +++ b/aries/misc/indy_ledger_response_parser/Cargo.toml @@ -9,4 +9,4 @@ serde_json = "1.0.96" time = "0.3.20" indy-vdr = { git = "https://github.com/hyperledger/indy-vdr.git", rev = "c143268", default-features = false, features = ["log"] } thiserror = "1.0.44" -anoncreds-clsignatures = "0.2.0" +anoncreds-clsignatures = "0.3.2"