diff --git a/crates/sui-json-rpc-api/Cargo.toml b/crates/sui-json-rpc-api/Cargo.toml index 767f598f415b3..d582ebb9d27d0 100644 --- a/crates/sui-json-rpc-api/Cargo.toml +++ b/crates/sui-json-rpc-api/Cargo.toml @@ -20,7 +20,7 @@ serde_json = "1.0.80" serde_with = { version = "1.14.0", features = ["hex"] } colored = "2.0.0" either = "1.6.1" -move-core-types = { git = "https://github.com/move-language/move", rev = "4e15a34ecf155b7e2d9729d3b07f83c146149f02", features = ["address20"] } +move-core-types = { git = "https://github.com/move-language/move", rev = "a86f31415b9a18867b5edaed6f915a39b8c2ef40", features = ["address20"] } itertools = "0.10.3" sui-types = { path = "../sui-types" }