Skip to content

Commit

Permalink
chore: bump alloy
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg committed Oct 20, 2024
1 parent c21a87f commit 0b7d73e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ op-alloy-rpc-jsonrpsee = { version = "0.5.0", path = "crates/rpc-jsonrpsee", def
op-alloy-rpc-types-engine = { version = "0.5.0", path = "crates/rpc-types-engine", default-features = false }

# Alloy
alloy-eips = { version = "0.5.2", default-features = false }
alloy-serde = { version = "0.5.2", default-features = false }
alloy-signer = { version = "0.5.2", default-features = false }
alloy-network = { version = "0.5.2", default-features = false }
alloy-provider = { version = "0.5.2", default-features = false }
alloy-transport = { version = "0.5.2", default-features = false }
alloy-consensus = { version = "0.5.2", default-features = false }
alloy-rpc-types-eth = { version = "0.5.2", default-features = false }
alloy-rpc-types-engine = { version = "0.5.2", default-features = false }
alloy-network-primitives = { version = "0.5.2", default-features = false }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "aa0ef94", default-features = false }
alloy-serde = { git = "https://github.com/alloy-rs/alloy", rev = "aa0ef94", default-features = false }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "aa0ef94", default-features = false }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "aa0ef94", default-features = false }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "aa0ef94", default-features = false }
alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "aa0ef94", default-features = false }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "aa0ef94", default-features = false }
alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", rev = "aa0ef94", default-features = false }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "aa0ef94", default-features = false }
alloy-network-primitives = { git = "https://github.com/alloy-rs/alloy", rev = "aa0ef94", default-features = false }

# Alloy RLP
alloy-rlp = { version = "0.3", default-features = false }
Expand Down

0 comments on commit 0b7d73e

Please sign in to comment.