From a1239efecefec6494673536367b80aba5ca4d852 Mon Sep 17 00:00:00 2001 From: jackzhhuang Date: Fri, 2 Jun 2023 13:42:44 +0800 Subject: [PATCH] use new schemar for updating the libp2p --- openrpc-schema/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openrpc-schema/Cargo.toml b/openrpc-schema/Cargo.toml index 59bc814..38965eb 100644 --- a/openrpc-schema/Cargo.toml +++ b/openrpc-schema/Cargo.toml @@ -7,6 +7,6 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -schemars = {git = "https://github.com/starcoinorg/schemars", rev="9b3705780b8fe9c8676ff82919869ba7405b1062"} +schemars = {git = "https://github.com/starcoinorg/schemars", rev="c9f668d923efd3df717958c20744136961df7969"} serde_json = "1.0" serde = "1.0"