diff --git a/Cargo.lock b/Cargo.lock index 6dab449..2da2283 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,14 +88,14 @@ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "alloy" -version = "2.0.5" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e1e915a830ea2ee123c9d3886bfec3302a7ddcd73a973ab165ed45aca2e42c3" +checksum = "d1172e33a862030da77768c11cf17a1f801590de94cf518392b65207f15810c8" dependencies = [ "alloy-consensus", "alloy-contract", "alloy-core", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-network", "alloy-provider", "alloy-rpc-client", @@ -121,14 +121,14 @@ dependencies = [ [[package]] name = "alloy-consensus" -version = "2.0.5" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83447eeb17816e172f1dfc0db1f9dc0b7c5d069bd1f7cecbecceb382bf931015" +checksum = "b44937ce84d2cbf1ee4010667bd9214bb7db134a91dd9ffa6b1b8b1d6b030449" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rlp", - "alloy-serde 2.0.5", + "alloy-serde 2.1.0", "alloy-trie", "alloy-tx-macros", "arbitrary", @@ -149,24 +149,24 @@ dependencies = [ [[package]] name = "alloy-consensus-any" -version = "2.0.5" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5406343e306856dc2be762700e98a16904de45dee14a07f233e742ce68daff2f" +checksum = "7bb0bdd61ddff726026676450e7e6a52c68aa39d98f2d60d05ad7caaea5b8100" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rlp", - "alloy-serde 2.0.5", + "alloy-serde 2.1.0", "arbitrary", "serde", ] [[package]] name = "alloy-contract" -version = "2.0.5" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae8b60d71b92824e095b4003ff01fd2bc923017b7568997c5f459240e83499c" +checksum = "b1475c7edc6780b1759ccdb7960e28d29856ecbed47cfcf9e25be6a5f48b0cfb" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -275,6 +275,21 @@ dependencies = [ "serde", ] +[[package]] +name = "alloy-eip7928" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17201e6cbb4efbb1e510b0746839cd743a5cec3fcfb4673ea2342bd657341c93" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "arbitrary", + "borsh", + "once_cell", + "serde", + "thiserror 2.0.18", +] + [[package]] name = "alloy-eips" version = "1.8.3" @@ -284,7 +299,7 @@ dependencies = [ "alloy-eip2124", "alloy-eip2930", "alloy-eip7702", - "alloy-eip7928", + "alloy-eip7928 0.3.5", "alloy-primitives", "alloy-rlp", "alloy-serde 1.8.3", @@ -300,17 +315,17 @@ dependencies = [ [[package]] name = "alloy-eips" -version = "2.0.5" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dca4c89ace90684b4b77366d00631ed498c9af962079af2a5dbc593a0618a77" +checksum = "154b0f566ebbfc256b63c8d643c6a299f40a6fcd50a9d756c1d191487dd06483" dependencies = [ "alloy-eip2124", "alloy-eip2930", "alloy-eip7702", - "alloy-eip7928", + "alloy-eip7928 0.4.4", "alloy-primitives", "alloy-rlp", - "alloy-serde 2.0.5", + "alloy-serde 2.1.0", "arbitrary", "auto_impl", "borsh", @@ -331,7 +346,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1ceeea6dcbbcd4e546b27700763a6f6c3b3fee30054209884f521078b6fda4f" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-hardforks", "alloy-primitives", "alloy-rpc-types-engine", @@ -350,9 +365,9 @@ version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a71ff8b55d2b8aa05259f474cae7dea0e4991724dc18936b81cb23ec492a0c2a" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", - "alloy-serde 2.0.5", + "alloy-serde 2.1.0", "alloy-trie", "borsh", "serde", @@ -387,9 +402,9 @@ dependencies = [ [[package]] name = "alloy-json-rpc" -version = "2.0.5" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec0a82e56b1843bce483942d54fcadea92e676f1bde162e93c7d3b621fabc4e1" +checksum = "2e92108767c8c95b5e521570e039e374e65198c4179a98d200412c083d6c26d5" dependencies = [ "alloy-primitives", "alloy-sol-types", @@ -402,19 +417,19 @@ dependencies = [ [[package]] name = "alloy-network" -version = "2.0.5" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7db7b095b0b1db1d18ce7e91dcd2e82007f2d52bfb8125e6b64633a74a06bc3" +checksum = "c4546c9fae2861d4159ee3b25c44ab3edb90f21b849e86cf2086cacb1d56d8ac" dependencies = [ "alloy-consensus", "alloy-consensus-any", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-json-rpc", "alloy-network-primitives", "alloy-primitives", "alloy-rpc-types-any", "alloy-rpc-types-eth", - "alloy-serde 2.0.5", + "alloy-serde 2.1.0", "alloy-signer", "alloy-sol-types", "async-trait", @@ -428,14 +443,14 @@ dependencies = [ [[package]] name = "alloy-network-primitives" -version = "2.0.5" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd28d9bfd11729037d194f2b1d43db8642eb3f342032691f4ca96bb745479c3c" +checksum = "ca2c325d5934445209c8d22fc67d27e2cf9fb79054b8154d9e522d6a4ee3a4f7" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", - "alloy-serde 2.0.5", + "alloy-serde 2.1.0", "serde", ] @@ -472,13 +487,13 @@ dependencies = [ [[package]] name = "alloy-provider" -version = "2.0.5" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8955ab30418343de57b356de2ea60200f9fb8016a7ea3bc7f5c6176f01a8b1cf" +checksum = "ff4536d25780fcf51a338c26153c526c99649be1273600684ef10b397a207d4a" dependencies = [ "alloy-chains", "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-json-rpc", "alloy-network", "alloy-network-primitives", @@ -516,9 +531,9 @@ dependencies = [ [[package]] name = "alloy-pubsub" -version = "2.0.5" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cd85cfea1fa8ebd20d3475e961fe3a3624c0eb4659ea137715c0c83c8aeaff0" +checksum = "9393d7f1fbe02ec0cff205943cf1b899200312bed0d150b2b99dc6c729203414" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -560,9 +575,9 @@ dependencies = [ [[package]] name = "alloy-rpc-client" -version = "2.0.5" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24f461f091dc8f657e73b5dea18fd63d5c7049720cd252f1eade4a7ebed6a7e1" +checksum = "7f8d765656f02f993fa0565abeb3554ccd6a0d72ea44ce0558b983136639bd6b" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -593,7 +608,7 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "alloy-rpc-types-eth", - "alloy-serde 2.0.5", + "alloy-serde 2.1.0", "serde", ] @@ -617,21 +632,21 @@ checksum = "df32156f085e74eac942b6103744be49b817c302341aaa8cb0c1c88dc29228d9" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", - "alloy-serde 2.0.5", + "alloy-serde 2.1.0", "serde", ] [[package]] name = "alloy-rpc-types-any" -version = "2.0.5" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a6561ed4759c974d9c144500a59e3fb8c1d87327a12900d5ce455c0cae6dcb6" +checksum = "b06bfe79149dd53de5b196aa3c96db0500b7cf0ed72dbd1a31bac7660bc7cc65" dependencies = [ "alloy-consensus-any", "alloy-network-primitives", "alloy-primitives", "alloy-rpc-types-eth", - "alloy-serde 2.0.5", + "alloy-serde 2.1.0", "serde", "serde_json", ] @@ -642,7 +657,7 @@ version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "296450f5e76bece0116c939b9437b0421a5da9c5d40031bf4cf9b38d3d94e475" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rpc-types-engine", "derive_more", @@ -658,9 +673,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-debug" -version = "2.0.5" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48b9ad6eee93dd35a9ec0a6c1c6b180892a900ee17a6ed6500921552dd71e846" +checksum = "5ff0a296b58194c7464aa56f2bdad065c5a24b43a6de5d62b8a985ae3969ecd0" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -676,10 +691,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "73b12366c96f4013e1aeebc96c6b56e5f33f07853c42ea2f485045c0c157a4a1" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rlp", - "alloy-serde 2.0.5", + "alloy-serde 2.1.0", "arbitrary", "derive_more", "ethereum_ssz", @@ -692,17 +707,17 @@ dependencies = [ [[package]] name = "alloy-rpc-types-eth" -version = "2.0.5" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "175a2a5b6017d7f61b5e4b800d21215fe8e94fe729d00828e13bb6d93dcf3492" +checksum = "b41d1a11f58b456c199e04591befc64cb236fa2574a7275a07b98b173727bd39" dependencies = [ "alloy-consensus", "alloy-consensus-any", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-network-primitives", "alloy-primitives", "alloy-rlp", - "alloy-serde 2.0.5", + "alloy-serde 2.1.0", "alloy-sol-types", "arbitrary", "itertools 0.14.0", @@ -719,23 +734,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7adc1243d55744a66b3a6cbbbba96436e8df5d248f2ee8186bef4238ef704ec7" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rpc-types-eth", - "alloy-serde 2.0.5", + "alloy-serde 2.1.0", "serde", "serde_json", ] [[package]] name = "alloy-rpc-types-trace" -version = "2.0.5" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514b4b1ce3354f65067b4fc7eb75358e0f2ec8be3340c96dea65d6894f9ca435" +checksum = "f813a34cce29d4a340633310e5da5ac182450887333be38490c51f7776543ac2" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", - "alloy-serde 2.0.5", + "alloy-serde 2.1.0", "serde", "serde_json", "thiserror 2.0.18", @@ -749,7 +764,7 @@ checksum = "f00b631c361e7c7baaf4f1f5a9877730f3507fed2acb9d4b34841b8184b2ec28" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", - "alloy-serde 2.0.5", + "alloy-serde 2.1.0", "serde", ] @@ -766,9 +781,9 @@ dependencies = [ [[package]] name = "alloy-serde" -version = "2.0.5" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc21a8772af7d78bba286726aa245bd2ff81cd9abe230afea2e91578996831c9" +checksum = "bcf028ac8bcb161ad7c104243e710cece8e1a794f65ee6c35c4c4d693c8e80ee" dependencies = [ "alloy-primitives", "arbitrary", @@ -778,9 +793,9 @@ dependencies = [ [[package]] name = "alloy-signer" -version = "2.0.5" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ffbce94c50dd9d4d1f83e044c5595bbd3ada981bd3057ce28b3a5470e77385d" +checksum = "1a5f392f2f56b2417ea6b74e1e116c6f35df5ab5fce4dc422e277d72ee18ff7b" dependencies = [ "alloy-primitives", "async-trait", @@ -885,9 +900,9 @@ dependencies = [ [[package]] name = "alloy-transport" -version = "2.0.5" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86052fdcec72d37ca4aa4b66254601e7453c45a6e1c70aa4561033d002fb80cc" +checksum = "39f42ee1ef30d4d3d8b4ea5794937fccfc69e2bb1cd5bcf42d62afc57b049081" dependencies = [ "alloy-json-rpc", "auto_impl", @@ -908,9 +923,9 @@ dependencies = [ [[package]] name = "alloy-transport-http" -version = "2.0.5" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b273587487921274f4f5d0ef2c7ef36944dcbb75a4e2318e69eae822bd263f91" +checksum = "ee68bc7d713e033eeaaecb8fd13d5d8a41af97226c4388930ad459285b8e9f70" dependencies = [ "alloy-json-rpc", "alloy-transport", @@ -924,9 +939,9 @@ dependencies = [ [[package]] name = "alloy-transport-ipc" -version = "2.0.5" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfb89df168b24773ef603af14f2449c05a7d3f27d05d3eceaea6bf96cccae168" +checksum = "d110e862e4869de0b3a6b7f7382cf035ab5a7e0668eb56df32efd7c39eb1a5da" dependencies = [ "alloy-json-rpc", "alloy-pubsub", @@ -944,9 +959,9 @@ dependencies = [ [[package]] name = "alloy-transport-ws" -version = "2.0.5" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33e32e0b47d3b3bf5770b7c132090c614b008d307c5e1544f1925f5b7e9e9af6" +checksum = "2bc2011694071e6dcf8ad418479ee21c4ed0e9ca20906484ea9336b99f28a59f" dependencies = [ "alloy-pubsub", "alloy-transport", @@ -983,9 +998,9 @@ dependencies = [ [[package]] name = "alloy-tx-macros" -version = "2.0.5" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01a0035943b75fe1e249f52e688492d7a1b1826bc2d19b8e1d5d3c24a2ad8f50" +checksum = "dc2cd27809c88c413e5542dbd5a8eff8c12f0086af920e881ae586d3a787d5e5" dependencies = [ "darling 0.23.0", "proc-macro2", @@ -1038,7 +1053,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -1049,7 +1064,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -1097,7 +1112,7 @@ dependencies = [ "objc2-foundation", "parking_lot", "percent-encoding", - "windows-sys 0.60.2", + "windows-sys 0.59.0", "x11rb", ] @@ -2593,7 +2608,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de" dependencies = [ "data-encoding", - "syn 1.0.109", + "syn 2.0.117", ] [[package]] @@ -3009,7 +3024,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -3139,7 +3154,7 @@ version = "0.1.0" dependencies = [ "alloy-consensus", "alloy-consensus-any", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-evm", "alloy-genesis", "alloy-network", @@ -3226,10 +3241,10 @@ name = "ev-primitives" version = "0.1.0" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rlp", - "alloy-serde 2.0.5", + "alloy-serde 2.1.0", "bytes", "reth-codecs", "reth-db-api", @@ -3242,7 +3257,7 @@ dependencies = [ name = "ev-reth" version = "0.1.0" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-evm", "alloy-network", "alloy-primitives", @@ -3302,7 +3317,7 @@ name = "ev-tests" version = "0.1.0" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-genesis", "alloy-network", "alloy-primitives", @@ -3361,7 +3376,7 @@ name = "evolve-ev-reth" version = "0.1.0" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rpc-types-engine", "alloy-rpc-types-txpool", @@ -3735,7 +3750,7 @@ dependencies = [ "log", "rustversion", "windows-link 0.1.3", - "windows-result 0.4.1", + "windows-result 0.3.4", ] [[package]] @@ -4254,7 +4269,7 @@ dependencies = [ "js-sys", "log", "wasm-bindgen", - "windows-core 0.62.2", + "windows-core 0.61.2", ] [[package]] @@ -6550,7 +6565,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.60.2", + "windows-sys 0.59.0", ] [[package]] @@ -6981,7 +6996,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "futures-core", "futures-util", @@ -7008,7 +7023,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-signer", "alloy-signer-local", @@ -7041,7 +7056,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebf dependencies = [ "alloy-chains", "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-evm", "alloy-genesis", "alloy-primitives", @@ -7074,7 +7089,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebf dependencies = [ "alloy-chains", "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rlp", "arbitrary", @@ -7170,7 +7185,7 @@ name = "reth-cli-util" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "cfg-if", "eyre", @@ -7193,7 +7208,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fce542a96bf888f31854803e80b3340bc233927743aa580838014e8a88fe0d66" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-genesis", "alloy-primitives", "alloy-trie", @@ -7253,7 +7268,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "reth-chainspec", "reth-consensus", @@ -7266,7 +7281,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-json-rpc", "alloy-primitives", "alloy-provider", @@ -7376,7 +7391,7 @@ name = "reth-db-models" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "arbitrary", "bytes", @@ -7465,7 +7480,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rlp", "async-compression", @@ -7500,7 +7515,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-network", "alloy-primitives", "alloy-provider", @@ -7608,7 +7623,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", @@ -7633,8 +7648,8 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eip7928", - "alloy-eips 2.0.5", + "alloy-eip7928 0.3.5", + "alloy-eips 2.1.0", "alloy-evm", "alloy-primitives", "alloy-rlp", @@ -7718,7 +7733,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rlp", "ethereum_ssz", @@ -7813,8 +7828,8 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebf dependencies = [ "alloy-chains", "alloy-consensus", - "alloy-eip7928", - "alloy-eips 2.0.5", + "alloy-eip7928 0.3.5", + "alloy-eips 2.1.0", "alloy-hardforks", "alloy-primitives", "alloy-rlp", @@ -7900,7 +7915,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "reth-chainspec", "reth-consensus", @@ -7915,7 +7930,7 @@ name = "reth-ethereum-engine-primitives" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rpc-types-engine", "reth-engine-primitives", @@ -7946,7 +7961,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", @@ -7976,7 +7991,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rpc-types-eth", "reth-codecs", @@ -8000,7 +8015,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-evm", "alloy-primitives", "auto_impl", @@ -8024,7 +8039,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-evm", "alloy-primitives", "alloy-rpc-types-engine", @@ -8075,7 +8090,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-evm", "alloy-primitives", "alloy-rlp", @@ -8094,7 +8109,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "eyre", "futures", @@ -8131,7 +8146,7 @@ name = "reth-exex-types" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "reth-chain-state", "reth-execution-types", @@ -8266,7 +8281,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rlp", "aquamarine", @@ -8349,7 +8364,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "auto_impl", "derive_more", @@ -8442,7 +8457,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-provider", "alloy-rpc-types", @@ -8510,7 +8525,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rpc-types-engine", "clap", @@ -8564,7 +8579,7 @@ name = "reth-node-ethereum" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-network", "alloy-rpc-types-engine", "alloy-rpc-types-eth", @@ -8627,7 +8642,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rpc-types-engine", "derive_more", @@ -8723,7 +8738,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", @@ -8758,7 +8773,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ee12e304adbacbb32248c9806ebafbe1e2811fbfefe53c5e5b710a8438b7ec0" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-genesis", "alloy-primitives", "alloy-rlp", @@ -8790,7 +8805,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-genesis", "alloy-primitives", "alloy-rpc-types-engine", @@ -8836,7 +8851,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "itertools 0.14.0", "metrics", @@ -8897,7 +8912,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebf dependencies = [ "alloy-consensus", "alloy-dyn-abi", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-evm", "alloy-genesis", "alloy-network", @@ -8913,7 +8928,7 @@ dependencies = [ "alloy-rpc-types-mev", "alloy-rpc-types-trace", "alloy-rpc-types-txpool", - "alloy-serde 2.0.5", + "alloy-serde 2.1.0", "alloy-signer", "alloy-signer-local", "async-trait", @@ -8972,7 +8987,7 @@ name = "reth-rpc-api" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-genesis", "alloy-json-rpc", "alloy-primitives", @@ -8986,7 +9001,7 @@ dependencies = [ "alloy-rpc-types-mev", "alloy-rpc-types-trace", "alloy-rpc-types-txpool", - "alloy-serde 2.0.5", + "alloy-serde 2.1.0", "jsonrpsee", "reth-chain-state", "reth-engine-primitives", @@ -9065,7 +9080,7 @@ name = "reth-rpc-engine-api" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", @@ -9098,8 +9113,8 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebf dependencies = [ "alloy-consensus", "alloy-dyn-abi", - "alloy-eip7928", - "alloy-eips 2.0.5", + "alloy-eip7928 0.3.5", + "alloy-eips 2.1.0", "alloy-evm", "alloy-json-rpc", "alloy-network", @@ -9107,7 +9122,7 @@ dependencies = [ "alloy-rlp", "alloy-rpc-types-eth", "alloy-rpc-types-mev", - "alloy-serde 2.0.5", + "alloy-serde 2.1.0", "async-trait", "auto_impl", "dyn-clone", @@ -9143,7 +9158,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-evm", "alloy-network", "alloy-primitives", @@ -9204,7 +9219,7 @@ name = "reth-rpc-server-types" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rpc-types-engine", "jsonrpsee-core", @@ -9236,7 +9251,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rlp", "eyre", @@ -9287,7 +9302,7 @@ name = "reth-stages-api" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "aquamarine", "auto_impl", @@ -9365,7 +9380,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", @@ -9388,7 +9403,7 @@ name = "reth-storage-errors" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rlp", "derive_more", @@ -9428,7 +9443,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-genesis", "alloy-primitives", "rand 0.8.5", @@ -9488,7 +9503,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rlp", "aquamarine", @@ -9535,7 +9550,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.1.0", "alloy-primitives", "alloy-rlp", "alloy-trie", @@ -9564,7 +9579,7 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "alloy-rpc-types-eth", - "alloy-serde 2.0.5", + "alloy-serde 2.1.0", "alloy-trie", "arbitrary", "arrayvec", @@ -9607,7 +9622,7 @@ name = "reth-trie-parallel" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "alloy-eip7928", + "alloy-eip7928 0.3.5", "alloy-evm", "alloy-primitives", "alloy-rlp", @@ -9864,7 +9879,7 @@ version = "11.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c32490ed687dba31c3c882beb8c20408bdd30ef96690d8f145b0ee9a87040bfe" dependencies = [ - "alloy-eip7928", + "alloy-eip7928 0.3.5", "bitflags 2.11.0", "revm-bytecode", "revm-primitives", @@ -10067,7 +10082,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -10147,7 +10162,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs 1.0.6", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -10667,7 +10682,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -10842,7 +10857,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -12162,7 +12177,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]]