@@ -44,11 +44,11 @@ serde-aux = { version = "4.5.0", optional = true }
44
44
45
45
[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
46
46
identity_iota_interaction = { version = " =1.5.0" , path = " ../identity_iota_interaction" , optional = true }
47
- iota-config = { git = " https://github.com/iotaledger/iota.git" , package = " iota-config" , tag = " v0.9.2 -rc" , optional = true }
48
- iota-sdk = { git = " https://github.com/iotaledger/iota.git" , package = " iota-sdk" , tag = " v0.9.2 -rc" , optional = true }
49
- move-core-types = { git = " https://github.com/iotaledger/iota.git" , package = " move-core-types" , tag = " v0.9.2 -rc" , optional = true }
50
- shared-crypto = { git = " https://github.com/iotaledger/iota.git" , package = " shared-crypto" , tag = " v0.9.2 -rc" , optional = true }
51
- tokio = { version = " 1.29.0 " , default-features = false , optional = true , features = [" macros" , " sync" , " rt" , " process" ] }
47
+ iota-config = { git = " https://github.com/iotaledger/iota.git" , package = " iota-config" , tag = " v0.10.3 -rc" , optional = true }
48
+ iota-sdk = { git = " https://github.com/iotaledger/iota.git" , package = " iota-sdk" , tag = " v0.10.3 -rc" , optional = true }
49
+ move-core-types = { git = " https://github.com/iotaledger/iota.git" , package = " move-core-types" , tag = " v0.10.3 -rc" , optional = true }
50
+ shared-crypto = { git = " https://github.com/iotaledger/iota.git" , package = " shared-crypto" , tag = " v0.10.3 -rc" , optional = true }
51
+ tokio = { version = " 1.43 " , default-features = false , optional = true , features = [" macros" , " sync" , " rt" , " process" ] }
52
52
53
53
[target .'cfg(target_arch = "wasm32")' .dependencies ]
54
54
identity_iota_interaction = { version = " =1.5.0" , path = " ../identity_iota_interaction" , default-features = false , optional = true }
0 commit comments