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"] } diff --git a/deny.toml b/deny.toml index a916dc7f..71ba9c2b 100644 --- a/deny.toml +++ b/deny.toml @@ -52,5 +52,5 @@ license-files = [{ path = "LICENSE", hash = 0x001c7e6c }] [sources] unknown-registry = "deny" unknown-git = "deny" -# TODO: Remove once alloy-contract is stable. This is only used in tests for `sol!`. -allow-git = ["https://github.com/alloy-rs/core"] +# TODO: Remove `alloy-rs/core` once alloy-contract is stable. This is only used in tests for `sol!`. +allow-git = ["https://github.com/alloy-rs/core", "https://github.com/alloy-rs/alloy"]