From ec0cf75e2c8b77aaaffb5bfad57032d00d43a258 Mon Sep 17 00:00:00 2001 From: yukang Date: Mon, 11 Dec 2023 13:37:13 +0800 Subject: [PATCH] update jsonrpc-utils --- Cargo.lock | 4 ++-- rpc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2db3718cf8c..6c214e8a079 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2836,9 +2836,9 @@ dependencies = [ [[package]] name = "jsonrpc-utils" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6b61d552676857e07ec4be9d99d84ca67e74f9092d1eb5adfe376287a76b4dd" +checksum = "dfe6601e4eedf0730aebf2ad532cd22c05c67d3cb20105577dd12a5f004abd3b" dependencies = [ "anyhow", "axum", diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index b4df09b2367..adf0bb27ea1 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -24,7 +24,7 @@ ckb-app-config = { path = "../util/app-config", version = "= 0.113.0-pre" } ckb-constant = { path = "../util/constant", version = "= 0.113.0-pre" } jsonrpc-core = "18.0" serde_json = "1.0" -jsonrpc-utils = { version = "0.2.5", features = ["server", "macros", "axum"] } +jsonrpc-utils = { version = "0.2.6", features = ["server", "macros", "axum"] } ckb-jsonrpc-types = { path = "../util/jsonrpc-types", version = "= 0.113.0-pre" } ckb-verification = { path = "../verification", version = "= 0.113.0-pre" } ckb-verification-traits = { path = "../verification/traits", version = "= 0.113.0-pre" }