Skip to content

Commit

Permalink
fix: cleanup dependencies (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko authored Jul 26, 2024
1 parent 0563597 commit 7d33f8c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 79 deletions.
96 changes: 19 additions & 77 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion trace_decoder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ serde_json = { workspace = true }
prover = { workspace = true }
serde_path_to_error = { workspace = true }
plonky2_maybe_rayon = { workspace = true }
alloy-rpc-types-eth = "0.1.4"
alloy = { workspace = true }
rstest = "0.21.0"


Expand Down
2 changes: 1 addition & 1 deletion trace_decoder/tests/trace_decoder_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use std::{
path::{Path, PathBuf},
};

use alloy_rpc_types_eth::Header;
use alloy::rpc::types::eth::Header;
use anyhow::Context as _;
use evm_arithmetization::prover::testing::simulate_execution;
use evm_arithmetization::GenerationInputs;
Expand Down

0 comments on commit 7d33f8c

Please sign in to comment.