From 1f6ce03f25b330ddea66c5dceb29fc1b5b11e260 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Thu, 9 Jan 2025 10:24:13 +0100 Subject: [PATCH] misc --- crates/primitives-traits/src/block/recovered.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/primitives-traits/src/block/recovered.rs b/crates/primitives-traits/src/block/recovered.rs index fb88e310376f..617419f3eef2 100644 --- a/crates/primitives-traits/src/block/recovered.rs +++ b/crates/primitives-traits/src/block/recovered.rs @@ -268,7 +268,7 @@ where #[cfg(feature = "serde-bincode-compat")] pub(super) mod serde_bincode_compat { use crate::{serde_bincode_compat::SerdeBincodeCompat, Block}; - use alloc::borrow::Cow; + use alloc::{borrow::Cow, vec::Vec}; use alloy_primitives::{Address, BlockHash}; use serde::{Deserialize, Deserializer, Serialize, Serializer}; use serde_with::{DeserializeAs, SerializeAs};