11[package ]
22name = " identity_iota_core"
3- version = " 1.7.0-beta.1 "
3+ version = " 1.7.0-beta.2 "
44authors.workspace = true
55edition.workspace = true
66homepage.workspace = true
@@ -15,11 +15,11 @@ anyhow = "1.0.75"
1515async-trait = { version = " 0.1.81" , default-features = false , optional = true }
1616cfg-if = " 1.0.0"
1717futures = { version = " 0.3" , default-features = false }
18- identity_core = { version = " =1.7.0-beta.1 " , path = " ../identity_core" , default-features = false }
19- identity_credential = { version = " =1.7.0-beta.1 " , path = " ../identity_credential" , default-features = false , features = [" validator" ] }
20- identity_did = { version = " =1.7.0-beta.1 " , path = " ../identity_did" , default-features = false }
21- identity_document = { version = " =1.7.0-beta.1 " , path = " ../identity_document" , default-features = false }
22- identity_verification = { version = " =1.7.0-beta.1 " , path = " ../identity_verification" , default-features = false }
18+ identity_core = { version = " =1.7.0-beta.2 " , path = " ../identity_core" , default-features = false }
19+ identity_credential = { version = " =1.7.0-beta.2 " , path = " ../identity_credential" , default-features = false , features = [" validator" ] }
20+ identity_did = { version = " =1.7.0-beta.2 " , path = " ../identity_did" , default-features = false }
21+ identity_document = { version = " =1.7.0-beta.2 " , path = " ../identity_document" , default-features = false }
22+ identity_verification = { version = " =1.7.0-beta.2 " , path = " ../identity_verification" , default-features = false }
2323num-derive = { version = " 0.4" , default-features = false }
2424num-traits = { version = " 0.2" , default-features = false , features = [" std" ] }
2525once_cell = { version = " 1.18" , default-features = false , features = [" std" ] }
@@ -34,8 +34,8 @@ thiserror.workspace = true
3434# for feature `iota-client`
3535bcs = { version = " 0.1.4" , optional = true }
3636fastcrypto = { git = " https://github.com/MystenLabs/fastcrypto" , rev = " 69d496c71fb37e3d22fe85e5bbfd4256d61422b9" , package = " fastcrypto" , optional = true }
37- identity_eddsa_verifier = { version = " =1.7.0-beta.1 " , path = " ../identity_eddsa_verifier" , optional = true }
38- identity_jose = { version = " =1.7.0-beta.1 " , path = " ../identity_jose" , optional = true }
37+ identity_eddsa_verifier = { version = " =1.7.0-beta.2 " , path = " ../identity_eddsa_verifier" , optional = true }
38+ identity_jose = { version = " =1.7.0-beta.2 " , path = " ../identity_jose" , optional = true }
3939iota-crypto = { version = " 0.23" , optional = true }
4040itertools = { version = " 0.13.0" , optional = true }
4141phf = { version = " 0.11.2" , features = [" macros" ] }
0 commit comments