@@ -80,11 +80,11 @@ libc = "0.2"
8080md5 = " 0.8.0"
8181mime = " 0.3.17"
8282mockall = " 0.14.0"
83- move-core-types = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.1 " }
84- move-package = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.1 " }
85- move-package-alt = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.1 " }
86- move-package-alt-compilation = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.1 " }
87- mysten-metrics = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.1 " }
83+ move-core-types = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.2 " }
84+ move-package = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.2 " }
85+ move-package-alt = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.2 " }
86+ move-package-alt-compilation = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.2 " }
87+ mysten-metrics = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.2 " }
8888num-bigint = { version = " 0.4.5" , default-features = false }
8989object_store = { version = " 0.11.2" , features = [" gcp" ] }
9090once_cell = { version = " 1.21.4" }
@@ -120,31 +120,31 @@ serde_with = { version = "3.18", features = ["base64"] }
120120serde_yaml = " 0.9"
121121sha2 = " 0.10.9"
122122snap = " 1.1.0"
123- sui-config = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.1 " }
124- sui-json-rpc-api = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.1 " }
125- sui-json-rpc-types = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.1 " }
126- sui-keys = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.1 " }
127- sui-macros = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.1 " }
128- sui-move-build = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.1 " }
129- sui-package-alt = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.1 " }
130- sui-package-management = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.1 " }
131- sui-package-resolver = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.1 " }
132- sui-protocol-config = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.1 " }
123+ sui-config = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.2 " }
124+ sui-json-rpc-api = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.2 " }
125+ sui-json-rpc-types = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.2 " }
126+ sui-keys = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.2 " }
127+ sui-macros = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.2 " }
128+ sui-move-build = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.2 " }
129+ sui-package-alt = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.2 " }
130+ sui-package-management = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.2 " }
131+ sui-package-resolver = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.2 " }
132+ sui-protocol-config = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.2 " }
133133sui-rpc = { git = " https://github.com/MystenLabs/sui-rust-sdk.git" , rev = " e5c53de2e9570229b63bd0508b43f27c11cb5f76" }
134- sui-rpc-api = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.1 " }
135- sui-sdk = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.1 " }
134+ sui-rpc-api = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.2 " }
135+ sui-sdk = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.2 " }
136136sui-sdk-types = { git = " https://github.com/MystenLabs/sui-rust-sdk.git" , rev = " e5c53de2e9570229b63bd0508b43f27c11cb5f76" , features = [
137137 " hash" ,
138138 " serde" ,
139139] }
140- sui-simulator = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.1 " }
141- sui-storage = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.1 " }
142- sui-types = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.1 " }
140+ sui-simulator = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.2 " }
141+ sui-storage = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.2 " }
142+ sui-types = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.2 " }
143143syn = " 2.0"
144144tap = " 1.0.1"
145- telemetry-subscribers = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.1 " }
145+ telemetry-subscribers = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.2 " }
146146tempfile = " 3.27.0"
147- test-cluster = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.1 " }
147+ test-cluster = { git = " https://github.com/MystenLabs/sui" , tag = " testnet-v1.70.2 " }
148148thiserror = " 2.0.18"
149149tokio = { version = " =1.49.0" , features = [" macros" , " rt-multi-thread" , " signal" ] }
150150tokio-metrics = { version = " 0.4.9" , default-features = false }
0 commit comments