11[package ]
22name = " identity_iota_core"
3- version = " 1.9.10 -beta.1"
3+ version = " 1.9.11 -beta.1"
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.9.10 -beta.1" , path = " ../identity_core" , default-features = false }
19- identity_credential = { version = " =1.9.10 -beta.1" , path = " ../identity_credential" , default-features = false , features = [" validator" ] }
20- identity_did = { version = " =1.9.10 -beta.1" , path = " ../identity_did" , default-features = false }
21- identity_document = { version = " =1.9.10 -beta.1" , path = " ../identity_document" , default-features = false }
22- identity_verification = { version = " =1.9.10 -beta.1" , path = " ../identity_verification" , default-features = false }
18+ identity_core = { version = " =1.9.11 -beta.1" , path = " ../identity_core" , default-features = false }
19+ identity_credential = { version = " =1.9.11 -beta.1" , path = " ../identity_credential" , default-features = false , features = [" validator" ] }
20+ identity_did = { version = " =1.9.11 -beta.1" , path = " ../identity_did" , default-features = false }
21+ identity_document = { version = " =1.9.11 -beta.1" , path = " ../identity_document" , default-features = false }
22+ identity_verification = { version = " =1.9.11 -beta.1" , path = " ../identity_verification" , default-features = false }
2323iota-sdk-types.workspace = true
2424num-derive = { version = " 0.4" , default-features = false }
2525num-traits = { version = " 0.2" , default-features = false , features = [" std" ] }
@@ -35,8 +35,8 @@ thiserror.workspace = true
3535# for feature `iota-client`
3636bcs = { version = " 0.1.4" , optional = true }
3737fastcrypto = { git = " https://github.com/MystenLabs/fastcrypto" , rev = " 69d496c71fb37e3d22fe85e5bbfd4256d61422b9" , package = " fastcrypto" , optional = true }
38- identity_eddsa_verifier = { version = " =1.9.10 -beta.1" , path = " ../identity_eddsa_verifier" , optional = true }
39- identity_jose = { version = " =1.9.10 -beta.1" , path = " ../identity_jose" , optional = true }
38+ identity_eddsa_verifier = { version = " =1.9.11 -beta.1" , path = " ../identity_eddsa_verifier" , optional = true }
39+ identity_jose = { version = " =1.9.11 -beta.1" , path = " ../identity_jose" , optional = true }
4040iota-crypto = { version = " 0.23" , optional = true }
4141itertools = { version = " 0.13.0" , optional = true }
4242phf = { version = " 0.11.2" , features = [" macros" ] }
0 commit comments