Skip to content

Commit

Permalink
chore: bump alloy 39b8695 (#7774)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Apr 20, 2024
1 parent e35abf8 commit 66d5ecb
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ revm = { version = "8.0.0", features = [
revm-primitives = { version = "3.1.0", features = [
"std",
], default-features = false }
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "735f67c" }
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "dc614ee" }

# eth
alloy-chains = "0.1.15"
Expand All @@ -282,20 +282,20 @@ alloy-dyn-abi = "0.7.0"
alloy-sol-types = "0.7.0"
alloy-rlp = "0.3.4"
alloy-trie = "0.3.1"
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "188c4f8" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "188c4f8" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "188c4f8" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "188c4f8" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "188c4f8" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "188c4f8" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "188c4f8", default-features = false, features = [
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "39b8695" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "39b8695" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "39b8695" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "39b8695" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "39b8695" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "39b8695" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "39b8695", default-features = false, features = [
"reqwest",
] }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", default-features = false, rev = "188c4f8" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "188c4f8" }
alloy-signer-wallet = { git = "https://github.com/alloy-rs/alloy", rev = "188c4f8" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "188c4f8" }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "188c4f8" }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", default-features = false, rev = "39b8695" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "39b8695" }
alloy-signer-wallet = { git = "https://github.com/alloy-rs/alloy", rev = "39b8695" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "39b8695" }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "39b8695" }

# misc
auto_impl = "1"
Expand Down
2 changes: 1 addition & 1 deletion crates/primitives/src/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -657,8 +657,8 @@ impl From<Block> for BlockBody {
mod tests {
use super::{BlockNumberOrTag::*, *};
use crate::hex_literal::hex;
use alloy_eips::eip1898::HexStringMissingPrefixError;
use alloy_rlp::{Decodable, Encodable};
use reth_rpc_types::HexStringMissingPrefixError;
use std::str::FromStr;

/// Check parsing according to EIP-1898.
Expand Down

0 comments on commit 66d5ecb

Please sign in to comment.