@@ -31,11 +31,20 @@ repository = "https://github.com/impierce/did-manager"
31
31
rust-version = " 1.75"
32
32
33
33
[workspace .dependencies ]
34
- identity_iota = { version = " 1.5" , default-features = false , features = [" resolver" , " iota-client" ] }
35
- identity_storage = { version = " 1.5" , default-features = false }
36
- identity_stronghold = { version = " 1.5" , features = [" send-sync-storage" ] }
37
- identity_verification = { version = " 1.5" , default-features = false }
38
- iota-sdk = { version = " 1.1" , features = [" stronghold" ] }
34
+ identity_iota = { git = " https://github.com/iotaledger/identity" , tag = " v1.6.0-beta.2" , default-features = false , features = [
35
+ " resolver" ,
36
+ " iota-client" ,
37
+ " send-sync" ,
38
+ ] }
39
+ identity_storage = { git = " https://github.com/iotaledger/identity" , tag = " v1.6.0-beta.2" , default-features = false }
40
+ identity_stronghold = { git = " https://github.com/iotaledger/identity" , tag = " v1.6.0-beta.2" , features = [
41
+ " send-sync-storage" ,
42
+ ] }
43
+ identity_verification = { git = " https://github.com/iotaledger/identity" , tag = " v1.6.0-beta.2" , default-features = false }
44
+ iota-sdk = { git = " https://github.com/impierce/iota" , package = " iota-sdk" , branch = " temp/fix" }
45
+ iota-sdk-legacy = { package = " iota-sdk" , version = " 1.1" , features = [
46
+ " stronghold" ,
47
+ ] }
39
48
iota_stronghold = { version = " 2.1" }
40
49
log = " 0.4"
41
50
rand = " 0.8"
@@ -48,4 +57,18 @@ ssi-jwk = { version = "0.1.2", default-features = false, features = [
48
57
] }
49
58
test-log = " 0.2"
50
59
thiserror = " 1.0"
51
- tokio = { version = " 1" , features = [" full" ] }
60
+ tokio = { version = " 1.43" , features = [" full" ] }
61
+
62
+ # TODO: Remove these patches once configuratble TLS is available in `iota-sdk`
63
+ [patch .'https://github .com/iotaledger/iota' ]
64
+ iota-sdk = { git = " https://github.com/impierce/iota" , package = " iota-sdk" , branch = " temp/fix" }
65
+ move-core-types = { git = " https://github.com/impierce/iota.git" , package = " move-core-types" , branch = " temp/fix" }
66
+ shared-crypto = { git = " https://github.com/impierce/iota.git" , package = " shared-crypto" , branch = " temp/fix" }
67
+ iota-network-stack = { git = " https://github.com/impierce/iota.git" , package = " iota-network-stack" , branch = " temp/fix" }
68
+ iota-types = { git = " https://github.com/impierce/iota.git" , package = " iota-types" , branch = " temp/fix" }
69
+ iota-metrics = { git = " https://github.com/impierce/iota.git" , package = " iota-metrics" , branch = " temp/fix" }
70
+ move-binary-format = { git = " https://github.com/impierce/iota.git" , package = " move-binary-format" , branch = " temp/fix" }
71
+ iota-protocol-config = { git = " https://github.com/impierce/iota.git" , package = " iota-protocol-config" , branch = " temp/fix" }
72
+ move-vm-config = { git = " https://github.com/impierce/iota.git" , package = " move-vm-config" , branch = " temp/fix" }
73
+ iota-adapter-latest = { git = " https://github.com/impierce/iota.git" , package = " iota-adapter-latest" , branch = " temp/fix" }
74
+ iota-execution = { git = " https://github.com/impierce/iota.git" , package = " iota-execution" , branch = " temp/fix" }
0 commit comments