@@ -45,6 +45,7 @@ futures = "0.3.17"
45
45
futures-channel = " 0.3.17"
46
46
serde = " 1.0"
47
47
serde_json = " 1.0.140"
48
+ serde_yaml = " 0.8.24"
48
49
serde_derive = " 1.0"
49
50
thiserror = " 1.0.50"
50
51
tracing = " 0.1.40"
@@ -94,6 +95,7 @@ reqwest = { version = "0.12.11", features = ["json"] }
94
95
either = " 1.8.1"
95
96
tempdir = " 0.3.7"
96
97
sysinfo = " 0.34.2"
98
+ portpicker = " 0.1.0"
97
99
98
100
99
101
# movement
@@ -123,12 +125,12 @@ secure-signer-loader = { git = "https://github.com/movementlabsxyz/secure-signin
123
125
secure-signer-aws-kms = { git = " https://github.com/movementlabsxyz/secure-signing.git" , rev = " f37eebd6d494d21b26b2faa44e1188de42ff1007" }
124
126
125
127
# kestrel
126
- kestrel = { git = " https://github.com/movementlabsxyz/kestrel.git" , rev = " 96fa1a31088af992748c8dbe6b8fe4ccfba771fa " }
127
- jsonlvar = { git = " https://github.com/movementlabsxyz/kestrel.git" , rev = " 96fa1a31088af992748c8dbe6b8fe4ccfba771fa " }
128
- commander = { git = " https://github.com/movementlabsxyz/kestrel.git" , rev = " 96fa1a31088af992748c8dbe6b8fe4ccfba771fa " }
129
- include-dir = { git = " https://github.com/movementlabsxyz/kestrel.git" , rev = " 96fa1a31088af992748c8dbe6b8fe4ccfba771fa " }
130
- include-vendor = { git = " https://github.com/movementlabsxyz/kestrel.git" , rev = " 96fa1a31088af992748c8dbe6b8fe4ccfba771fa " }
131
- ready-docker = { git = " https://github.com/movementlabsxyz/kestrel.git" , rev = " 96fa1a31088af992748c8dbe6b8fe4ccfba771fa " }
128
+ kestrel = { git = " https://github.com/movementlabsxyz/kestrel.git" , rev = " 9c56eb9f6dde1564493835c7e2c61b9fd2b00a6c " }
129
+ jsonlvar = { git = " https://github.com/movementlabsxyz/kestrel.git" , rev = " 9c56eb9f6dde1564493835c7e2c61b9fd2b00a6c " }
130
+ commander = { git = " https://github.com/movementlabsxyz/kestrel.git" , rev = " 9c56eb9f6dde1564493835c7e2c61b9fd2b00a6c " }
131
+ include-dir = { git = " https://github.com/movementlabsxyz/kestrel.git" , rev = " 9c56eb9f6dde1564493835c7e2c61b9fd2b00a6c " }
132
+ include-vendor = { git = " https://github.com/movementlabsxyz/kestrel.git" , rev = " 9c56eb9f6dde1564493835c7e2c61b9fd2b00a6c " }
133
+ ready-docker = { git = " https://github.com/movementlabsxyz/kestrel.git" , rev = " 9c56eb9f6dde1564493835c7e2c61b9fd2b00a6c " }
132
134
133
135
# orfile
134
136
orfile = { git = " https://github.com/movementlabsxyz/orfile.git" , rev = " b49cb42495816fa00a1107be5bbf41aff3a8255d" }
@@ -181,7 +183,6 @@ mtma-migrator-test-types = { path = "checks/migrator/util/types" }
181
183
movement-syncing = { path = " util/movement/movement-syncing" }
182
184
movement-core = { path = " util/movement/movement-core" }
183
185
movement-util = { path = " util/movement/movement-util" }
184
- movement-aptos-core-inner = { path = " util/movement-aptos/movement-aptos-core-inner" }
185
186
movement-aptos = { path = " util/movement-aptos/movement-aptos" }
186
187
movement-aptos-core = { path = " util/movement-aptos/movement-aptos-core" }
187
188
0 commit comments