mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
chore(deps): bump scale family crates, primitive-types and impl-serde (#1832)
* chore(deps): bump scale-encode and scale-decode * Update Cargo.toml * Update Cargo.toml * Update Cargo.toml * update Cargo.lock * bump scale-typegen * use primitive_types::H256 * cargo fmt * remove old darling hack
This commit is contained in:
@@ -507,7 +507,7 @@ mod test_utils {
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use futures::TryStreamExt;
|
||||
use polkadot_sdk::sp_core::H256;
|
||||
use primitive_types::H256;
|
||||
|
||||
use super::super::follow_stream::test_utils::{
|
||||
ev_best_block, ev_finalized, ev_initialized, ev_new_block,
|
||||
|
||||
@@ -339,7 +339,8 @@ mod test {
|
||||
pub use crate::backend::rpc::{RawRpcFuture, RawRpcSubscription};
|
||||
pub use crate::{backend::StorageResponse, error::RpcError};
|
||||
pub use futures::StreamExt;
|
||||
pub use polkadot_sdk::sp_core::{self, H256};
|
||||
pub use polkadot_sdk::sp_core;
|
||||
pub use primitive_types::H256;
|
||||
pub use rpc::RpcClientT;
|
||||
pub use serde::Serialize;
|
||||
pub use serde_json::value::RawValue;
|
||||
|
||||
Reference in New Issue
Block a user