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:
Niklas Adolfsson
2024-10-22 19:23:38 +02:00
committed by GitHub
parent 418bd88e62
commit 9b5523e4b0
6 changed files with 143 additions and 164 deletions
@@ -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,
+2 -1
View File
@@ -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;