Skip to content

Commit

Permalink
chore: bump alloy 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Dec 10, 2024
1 parent 34efda7 commit 8d97fd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ clippy.lint_groups_priority = "allow"

[dependencies]
# eth
alloy-rpc-types-eth = "0.7"
alloy-rpc-types-trace = "0.7"
alloy-rpc-types-eth = "0.8"
alloy-rpc-types-trace = "0.8"
alloy-sol-types = "0.8"
alloy-primitives = { version = "0.8", features = ["map"] }
revm = { version = "18.0.0", default-features = false, features = ["std"] }

anstyle = "1.0"
colorchoice = "1.0"
thiserror = "1.0"
thiserror = "2.0"

# serde
serde = { version = "1", optional = true, features = ["derive"] }
Expand Down

0 comments on commit 8d97fd3

Please sign in to comment.