diff --git a/indy-credx/Cargo.toml b/indy-credx/Cargo.toml index 8bc9d94..36349fa 100644 --- a/indy-credx/Cargo.toml +++ b/indy-credx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indy-credx" -version = "1.1.0" +version = "1.1.1" authors = ["Hyperledger Indy Contributors "] description = "Verifiable credential issuance and presentation for Hyperledger Indy (https://www.hyperledger.org/projects), which provides a distributed-ledger-based foundation for self-sovereign identity (https://sovrin.org)." edition = "2021" @@ -25,7 +25,7 @@ vendored = ["indy-data-types/vendored"] [dependencies] env_logger = { version = "0.10", optional = true } ffi-support = { version = "0.4.0", optional = true } -indy-data-types = { version = "0.7", features = [ +indy-data-types = { version = "0.7.1", features = [ "cl_native", ], path = "../indy-data-types" } log = "0.4" diff --git a/indy-data-types/Cargo.toml b/indy-data-types/Cargo.toml index 2d680e5..e7d7755 100644 --- a/indy-data-types/Cargo.toml +++ b/indy-data-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indy-data-types" -version = "0.7.0" +version = "0.7.1" authors = ["Hyperledger Indy Contributors "] description = "Common data types for Hyperledger Indy (https://www.hyperledger.org/projects), which provides a distributed-ledger-based foundation for self-sovereign identity (https://sovrin.org)." edition = "2021" @@ -27,7 +27,7 @@ serde_support = ["serde", "serde_json", "anoncreds-clsignatures?/serde"] vendored = ["anoncreds-clsignatures?/openssl_vendored"] [dependencies] -anoncreds-clsignatures = { version = "0.2", optional = true } +anoncreds-clsignatures = { version = "0.2.4", optional = true } bs58 = "0.5" curve25519-dalek = { version = "4.1", default-features = false, optional = true } ed25519-dalek = { version = "2.0", default-features = false, features = [