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"