mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 17:01:09 +00:00
hacky update jsonrpsee
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ keywords = ["parity", "substrate", "blockchain"]
|
||||
[dependencies]
|
||||
async-std = { version = "1.8.0", features = ["tokio1"] }
|
||||
futures = "0.3.9"
|
||||
jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee/", branch = "extract-async-client", features = ["client"] }
|
||||
jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee/", branch = "na-fix-core-client-feature", features = ["async-client"] }
|
||||
log = "0.4.13"
|
||||
thiserror = "1.0.23"
|
||||
serde_json = "1"
|
||||
|
||||
+6
-8
@@ -31,14 +31,12 @@ use futures::{
|
||||
sink::SinkExt,
|
||||
stream::StreamExt,
|
||||
};
|
||||
use jsonrpsee::{
|
||||
core_client::Client as JsonRpcClient,
|
||||
types::{
|
||||
async_trait,
|
||||
traits::{
|
||||
TransportReceiver,
|
||||
TransportSender,
|
||||
},
|
||||
use jsonrpsee::core::{
|
||||
async_trait,
|
||||
client::Client as JsonRpcClient,
|
||||
traits::{
|
||||
TransportReceiver,
|
||||
TransportSender,
|
||||
},
|
||||
};
|
||||
use sc_network::config::TransportConfig;
|
||||
|
||||
Reference in New Issue
Block a user