From 506dcad3f5c3225da6899d35e8c692aa4cfff486 Mon Sep 17 00:00:00 2001 From: clabby Date: Tue, 16 Apr 2024 10:21:56 -0400 Subject: [PATCH] Use upstream alloy --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5acc3c85..1748b659 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,10 +15,10 @@ exclude = ["benches/", "tests/"] [workspace.dependencies] alloy-rlp = { version = "0.3", default-features = false } alloy-primitives = { version = "0.7.0", default-features = false } -alloy-consensus = { git = "https://github.com/clabby/alloy", branch = "cl/consensus-expose-encoding", default-features = false } -alloy-eips = { git = "https://github.com/clabby/alloy", branch = "cl/consensus-expose-encoding", default-features = false } -alloy-signer = { git = "https://github.com/clabby/alloy", branch = "cl/consensus-expose-encoding", default-features = false } -alloy-serde = { git = "https://github.com/clabby/alloy", branch = "cl/consensus-expose-encoding", default-features = false } +alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "cb95183", default-features = false } +alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "cb95183", default-features = false } +alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "cb95183", default-features = false } +alloy-serde = { git = "https://github.com/alloy-rs/alloy", rev = "cb95183", default-features = false } ## serde serde = { version = "1.0", default-features = false, features = ["derive", "alloc"] }