From 0b7d73e9cfc7e6ccda2183cad68ae513d812b7df Mon Sep 17 00:00:00 2001 From: Oliver Nordbjerg Date: Sun, 20 Oct 2024 17:29:03 +0200 Subject: [PATCH] chore: bump alloy --- Cargo.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ac2ec4fb..e46e3f16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }