mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
chore: alloy 0.14 (#15635)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@@ -680,7 +680,7 @@ pub(super) mod serde_bincode_compat {
|
||||
}
|
||||
|
||||
let mut bytes = [0u8; 1024];
|
||||
rand::thread_rng().fill(bytes.as_mut_slice());
|
||||
rand::rng().fill(bytes.as_mut_slice());
|
||||
let data = Data {
|
||||
chain: Chain::new(
|
||||
vec![RecoveredBlock::arbitrary(&mut arbitrary::Unstructured::new(&bytes))
|
||||
|
||||
@@ -534,7 +534,7 @@ pub(super) mod serde_bincode_compat {
|
||||
}
|
||||
|
||||
let mut bytes = [0u8; 1024];
|
||||
rand::thread_rng().fill(bytes.as_mut_slice());
|
||||
rand::rng().fill(bytes.as_mut_slice());
|
||||
let data = Data {
|
||||
data: ExecutionOutcome {
|
||||
bundle: Default::default(),
|
||||
|
||||
Reference in New Issue
Block a user