Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wip] feat: bump alloy #205

Merged
merged 22 commits into from
Nov 6, 2024
Prev Previous commit
Next Next commit
update patches
  • Loading branch information
klkvr committed Nov 3, 2024
commit 13c3f82464364a7ae4bc84ac52f431917b755969
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ alloy-primitives = { git = "https://github.com/alloy-rs/core", rev = "17ae00a" }

revm-primitives = { git = "https://github.com/klkvr/revm", rev = "e552b1d" }

alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "0eeee625" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "0eeee625" }
alloy-network-primitives = { git = "https://github.com/alloy-rs/alloy", rev = "0eeee625" }
alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", rev = "0eeee625" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "0eeee625" }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "0eeee625" }
alloy-serde = { git = "https://github.com/alloy-rs/alloy", rev = "0eeee625" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "0eeee625" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "0eeee625" }
alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "0eeee625" }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "d99f09c" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "d99f09c" }
alloy-network-primitives = { git = "https://github.com/alloy-rs/alloy", rev = "d99f09c" }
alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", rev = "d99f09c" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "d99f09c" }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "d99f09c" }
alloy-serde = { git = "https://github.com/alloy-rs/alloy", rev = "d99f09c" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "d99f09c" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "d99f09c" }
alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "d99f09c" }
Loading