Skip to content

Commit

Permalink
Update anoncreds-clsignatures requirement from 0.2.4 to 0.3.2
Browse files Browse the repository at this point in the history
Updates the requirements on [anoncreds-clsignatures](https://github.com/hyperledger/anoncreds-clsignatures-rs) to permit the latest version.
- [Commits](hyperledger/anoncreds-clsignatures-rs@v0.2.4...v0.3.2)

---
updated-dependencies:
- dependency-name: anoncreds-clsignatures
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 26, 2024
1 parent f916ac0 commit 22b663a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indy-data-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde_support = ["serde", "serde_json", "anoncreds-clsignatures?/serde"]
vendored = ["anoncreds-clsignatures?/openssl_vendored"]

[dependencies]
anoncreds-clsignatures = { version = "0.2.4", optional = true }
anoncreds-clsignatures = { version = "0.3.2", optional = true }
bs58 = "0.5"
curve25519-dalek = { version = "4.1", default-features = false, optional = true }
ed25519-dalek = { version = "2.0", default-features = false, features = [
Expand Down

0 comments on commit 22b663a

Please sign in to comment.