@@ -35,15 +35,15 @@ bcs = { version = "0.1.4", optional = true }
35
35
fastcrypto = { git = " https://github.com/MystenLabs/fastcrypto" , rev = " 5f2c63266a065996d53f98156f0412782b468597" , package = " fastcrypto" , optional = true }
36
36
identity_eddsa_verifier = { version = " =1.4.0" , path = " ../identity_eddsa_verifier" , optional = true }
37
37
identity_jose = { version = " =1.4.0" , path = " ../identity_jose" , optional = true }
38
- iota-config = { git = " https://github.com/iotaledger/iota.git" , package = " iota-config" , tag = " v0.7.0-alpha " , optional = true }
38
+ iota-config = { git = " https://github.com/iotaledger/iota.git" , package = " iota-config" , rev = " 39c83ddcf07894cdee2abd146381d8704205e6e9 " , optional = true }
39
39
iota-crypto = { version = " 0.23" , optional = true }
40
- iota-sdk = { git = " https://github.com/iotaledger/iota.git" , package = " iota-sdk" , tag = " v0.7.0-alpha " , optional = true }
40
+ iota-sdk = { git = " https://github.com/iotaledger/iota.git" , package = " iota-sdk" , rev = " 39c83ddcf07894cdee2abd146381d8704205e6e9 " , optional = true }
41
41
itertools = { version = " 0.13.0" , optional = true }
42
- move-core-types = { git = " https://github.com/iotaledger/iota.git" , package = " move-core-types" , tag = " v0.7.0-alpha " , optional = true }
42
+ move-core-types = { git = " https://github.com/iotaledger/iota.git" , package = " move-core-types" , rev = " 39c83ddcf07894cdee2abd146381d8704205e6e9 " , optional = true }
43
43
rand = { version = " 0.8.5" , optional = true }
44
44
secret-storage = { git = " https://github.com/iotaledger/secret-storage.git" , branch = " main" , optional = true }
45
45
serde-aux = { version = " 4.5.0" , optional = true }
46
- shared-crypto = { git = " https://github.com/iotaledger/iota.git" , package = " shared-crypto" , tag = " v0.7.0-alpha " , optional = true }
46
+ shared-crypto = { git = " https://github.com/iotaledger/iota.git" , package = " shared-crypto" , rev = " 39c83ddcf07894cdee2abd146381d8704205e6e9 " , optional = true }
47
47
tokio = { version = " 1.29.0" , default-features = false , optional = true , features = [" macros" , " sync" , " rt" , " process" ] }
48
48
49
49
[dev-dependencies ]
0 commit comments