Skip to content

Commit

Permalink
chore: bump alloy 899fc51 (paradigmxyz#8195)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored May 10, 2024
1 parent a8bbab2 commit efa5d41
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 74 deletions.
108 changes: 54 additions & 54 deletions Cargo.lock

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

28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ reth-testing-utils = { path = "testing/testing-utils" }
# revm
revm = { version = "8.0.0", features = ["std", "secp256k1"], default-features = false }
revm-primitives = { version = "3.1.0", features = ["std"], default-features = false }
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "7168ac5" }
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "c1b5dd0" }

# eth
alloy-chains = "0.1.15"
Expand All @@ -289,21 +289,21 @@ alloy-dyn-abi = "0.7.2"
alloy-sol-types = "0.7.2"
alloy-rlp = "0.3.4"
alloy-trie = "0.3.1"
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "77c1240" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "77c1240" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "77c1240" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "77c1240" }
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "77c1240" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "77c1240" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "77c1240" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "77c1240", default-features = false, features = [
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "899fc51" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "899fc51" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "899fc51" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "899fc51" }
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "899fc51" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "899fc51" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "899fc51" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "899fc51", default-features = false, features = [
"reqwest",
] }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", default-features = false, rev = "77c1240" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "77c1240" }
alloy-signer-wallet = { git = "https://github.com/alloy-rs/alloy", rev = "77c1240" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "77c1240" }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "77c1240" }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", default-features = false, rev = "899fc51" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "899fc51" }
alloy-signer-wallet = { git = "https://github.com/alloy-rs/alloy", rev = "899fc51" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "899fc51" }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "899fc51" }

# misc
auto_impl = "1"
Expand Down
Loading

0 comments on commit efa5d41

Please sign in to comment.