Skip to content

Commit

Permalink
Merge pull request #54 from hyperledger/dependabot/cargo/anoncreds-cl…
Browse files Browse the repository at this point in the history
…signatures-0.3.2

Update anoncreds-clsignatures requirement from 0.2.4 to 0.3.2
  • Loading branch information
swcurran authored Apr 26, 2024
2 parents f916ac0 + 22b663a commit a96501f
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 a96501f

Please sign in to comment.