Skip to content

Commit

Permalink
deps: bump alloy next
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrasiuk committed Jan 31, 2025
1 parent ec0d697 commit 1207e33
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ clippy.lint_groups_priority = "allow"

[dependencies]
# eth
alloy-rpc-types-eth = "0.9"
alloy-rpc-types-trace = "0.9"
alloy-rpc-types-eth = "0.10"
alloy-rpc-types-trace = "0.10"
alloy-sol-types = "0.8"
alloy-primitives = { version = "0.8", features = ["map"] }
revm = { version = "19.0.0", default-features = false, features = ["std"] }
Expand All @@ -56,3 +56,7 @@ default = ["std"]
std = ["alloy-primitives/std", "anstyle/std", "serde/std", "serde_json/std", "revm/std", "thiserror/std"]
serde = ["dep:serde", "revm/serde"]
js-tracer = ["dep:boa_engine", "dep:boa_gc"]

[patch.crates-io]
alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }

0 comments on commit 1207e33

Please sign in to comment.