diff --git a/Cargo.lock b/Cargo.lock index 37df09a7d..ea8a6a934 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -655,8 +655,9 @@ dependencies = [ [[package]] name = "alloy-trie" -version = "0.5.0" -source = "git+https://github.com/refcell/trie?branch=rf/fix/no-std#e21ea45d1c050f8caf65f5da8e2a4a194fff0b7d" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "398a977d774db13446b8cead8cfa9517aebf9e03fc8a1512892dc1e03e70bb04" dependencies = [ "alloy-primitives", "alloy-rlp", diff --git a/Cargo.toml b/Cargo.toml index aa2568083..34b6b0c69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,7 @@ superchain-primitives = { git = "https://github.com/anton-rs/superchain", branch # Alloy alloy-rlp = { version = "0.3.8", default-features = false } -alloy-trie = { git = "https://github.com/refcell/trie", branch = "rf/fix/no-std", default-features = false } +alloy-trie = { version = "0.5.1", default-features = false } alloy-provider = { version = "0.3", default-features = false } alloy-primitives = { version = "0.8", default-features = false } alloy-rpc-types = { version = "0.3", default-features = false }