Skip to content

Commit 416d29e

Browse files
committed
build(tap_integration_tests): update jsonrpsee crates
Signed-off-by: Joseph Livesey <[email protected]>
1 parent b05cdca commit 416d29e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tap_integration_tests/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ rand.workspace = true
1515
anyhow.workspace = true
1616
tokio.workspace = true
1717
alloy.workspace = true
18-
jsonrpsee.workspace = true
18+
jsonrpsee = { workspace = true, features = ["jsonrpsee-http-client"] }
19+
jsonrpsee-core = "0.24.7"
1920

2021

2122
[dev-dependencies]

tap_integration_tests/tests/indexer_mock.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ use std::sync::{
88
use alloy::dyn_abi::Eip712Domain;
99
use anyhow::{Error, Result};
1010
use jsonrpsee::{
11-
core::{async_trait, client::ClientT},
11+
core::async_trait,
1212
http_client::{HttpClient, HttpClientBuilder},
1313
proc_macros::rpc,
1414
rpc_params,
1515
server::{ServerBuilder, ServerHandle},
1616
};
17+
use jsonrpsee_core::client::ClientT;
1718
use tap_aggregator::jsonrpsee_helpers;
1819
use tap_core::{
1920
manager::{

0 commit comments

Comments
 (0)