diff --git a/Cargo.lock b/Cargo.lock index ca39495..2c4de48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -106,9 +106,9 @@ dependencies = [ [[package]] name = "alloy-chains" -version = "0.2.30" +version = "0.2.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90f374d3c6d729268bbe2d0e0ff992bb97898b2df756691a62ee1d5f0506bc39" +checksum = "9247f0a399ef71aeb68f497b2b8fb348014f742b50d3b83b1e00dfe1b7d64b3d" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -211,7 +211,7 @@ dependencies = [ "itoa", "serde", "serde_json", - "winnow", + "winnow 0.7.15", ] [[package]] @@ -262,9 +262,9 @@ dependencies = [ [[package]] name = "alloy-eip7928" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3231de68d5d6e75332b7489cfcc7f4dfabeba94d990a10e4b923af0e6623540" +checksum = "f8222b1d88f9a6d03be84b0f5e76bb60cd83991b43ad8ab6477f0e4a7809b98d" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -429,7 +429,7 @@ dependencies = [ "const-hex", "derive_more", "foldhash 0.2.0", - "getrandom 0.4.1", + "getrandom 0.4.2", "hashbrown 0.16.1", "indexmap 2.13.0", "itoa", @@ -828,7 +828,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a6df77fea9d6a2a75c0ef8d2acbdfd92286cc599983d3175ccdc170d3433d249" dependencies = [ "serde", - "winnow", + "winnow 0.7.15", ] [[package]] @@ -921,14 +921,13 @@ dependencies = [ [[package]] name = "alloy-trie" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d7fd448ab0a017de542de1dcca7a58e7019fe0e7a34ed3f9543ebddf6aceffa" +checksum = "3f14b5d9b2c2173980202c6ff470d96e7c5e202c65a9f67884ad565226df7fbb" dependencies = [ "alloy-primitives", "alloy-rlp", "arbitrary", - "arrayvec", "derive_arbitrary", "derive_more", "nybbles", @@ -963,9 +962,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.21" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" +checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" dependencies = [ "anstyle", "anstyle-parse", @@ -978,15 +977,15 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.13" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" +checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" [[package]] name = "anstyle-parse" -version = "0.2.7" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" +checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" dependencies = [ "utf8parse", ] @@ -1621,19 +1620,20 @@ dependencies = [ [[package]] name = "borsh" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f" +checksum = "cfd1e3f8955a5d7de9fab72fc8373fade9fb8a703968cb200ae3dc6cf08e185a" dependencies = [ "borsh-derive", + "bytes", "cfg_aliases", ] [[package]] name = "borsh-derive" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0686c856aa6aac0c4498f936d7d6a02df690f614c03e4d906d1018062b5c5e2c" +checksum = "bfcfdc083699101d5a7965e49925975f2f55060f94f9a05e7187be95d530ca59" dependencies = [ "once_cell", "proc-macro-crate", @@ -1717,9 +1717,9 @@ dependencies = [ [[package]] name = "c-kzg" -version = "2.1.6" +version = "2.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a0f582957c24870b7bfd12bf562c40b4734b533cafbaf8ded31d6d85f462c01" +checksum = "6648ed1e4ea8e8a1a4a2c78e1cda29a3fd500bc622899c340d8525ea9a76b24a" dependencies = [ "arbitrary", "blst", @@ -1775,9 +1775,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.56" +version = "1.2.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" +checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423" dependencies = [ "find-msvc-tools", "jobserver", @@ -1860,9 +1860,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.60" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a" +checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351" dependencies = [ "clap_builder", "clap_derive", @@ -1870,9 +1870,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.60" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876" +checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" dependencies = [ "anstream", "anstyle", @@ -1882,9 +1882,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.55" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" +checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a" dependencies = [ "heck", "proc-macro2", @@ -1894,9 +1894,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" +checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" [[package]] name = "coins-bip32" @@ -1951,9 +1951,9 @@ dependencies = [ [[package]] name = "colorchoice" -version = "1.0.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" +checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" [[package]] name = "combine" @@ -2021,9 +2021,9 @@ dependencies = [ [[package]] name = "const-hex" -version = "1.18.0" +version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af9a108e542ddf1de36743a6126e94d6659dccda38fc8a77e80b915102ac784a" +checksum = "531185e432bb31db1ecda541e9e7ab21468d4d844ad7505e0546a49b4945d49b" dependencies = [ "cfg-if", "cpufeatures 0.2.17", @@ -2468,9 +2468,9 @@ dependencies = [ [[package]] name = "derive-where" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef941ded77d15ca19b40374869ac6000af1c9f2a4c0f3d4c70926287e6364a8f" +checksum = "d08b3a0bcc0d079199cd476b2cae8435016ec11d1c0986c6901c5ac223041534" dependencies = [ "proc-macro2", "quote", @@ -2657,9 +2657,9 @@ dependencies = [ [[package]] name = "doctest-file" -version = "1.0.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aac81fa3e28d21450aa4d2ac065992ba96a1d7303efbce51a95f4fd175b67562" +checksum = "c2db04e74f0a9a93103b50e90b96024c9b2bdca8bce6a632ec71b88736d3d359" [[package]] name = "document-features" @@ -3526,20 +3526,20 @@ dependencies = [ "cfg-if", "js-sys", "libc", - "r-efi", + "r-efi 5.3.0", "wasip2", "wasm-bindgen", ] [[package]] name = "getrandom" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec" +checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" dependencies = [ "cfg-if", "libc", - "r-efi", + "r-efi 6.0.0", "rand_core 0.10.0", "wasip2", "wasip3", @@ -3958,7 +3958,7 @@ dependencies = [ "libc", "percent-encoding", "pin-project-lite", - "socket2 0.6.2", + "socket2 0.6.3", "tokio", "tower-service", "tracing", @@ -4192,9 +4192,9 @@ dependencies = [ [[package]] name = "inotify" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" +checksum = "bd5b3eaf1a28b758ac0faa5a4254e8ab2705605496f1b1f3fbbc3988ad73d199" dependencies = [ "bitflags 2.11.0", "inotify-sys", @@ -4222,9 +4222,9 @@ dependencies = [ [[package]] name = "instability" -version = "0.3.11" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "357b7205c6cd18dd2c86ed312d1e70add149aea98e7ef72b9fdf0270e555c11d" +checksum = "5eb2d60ef19920a3a9193c3e371f726ec1dafc045dac788d0fb3704272458971" dependencies = [ "darling 0.23.0", "indoc", @@ -4262,9 +4262,9 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.11.0" +version = "2.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" +checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" [[package]] name = "iri-string" @@ -4561,9 +4561,9 @@ dependencies = [ [[package]] name = "kasuari" -version = "0.4.11" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fe90c1150662e858c7d5f945089b7517b0a80d8bf7ba4b1b5ffc984e7230a5b" +checksum = "bde5057d6143cc94e861d90f591b9303d6716c6b9602309150bd068853c10899" dependencies = [ "hashbrown 0.16.1", "portable-atomic", @@ -4623,9 +4623,9 @@ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" [[package]] name = "libc" -version = "0.2.182" +version = "0.2.183" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" +checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" [[package]] name = "libgit2-sys" @@ -4699,9 +4699,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.24" +version = "1.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4735e9cbde5aac84a5ce588f6b23a90b9b0b528f6c5a8db8a4aff300463a0839" +checksum = "d52f4c29e2a68ac30c9087e1b772dc9f44a2b66ed44edf2266cf2be9b03dafc1" dependencies = [ "cc", "libc", @@ -5025,9 +5025,9 @@ dependencies = [ [[package]] name = "moka" -version = "0.12.13" +version = "0.12.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4ac832c50ced444ef6be0767a008b02c106a909ba79d1d830501e94b96f6b7e" +checksum = "85f8024e1c8e71c778968af91d43700ce1d11b219d127d79fb2934153b82b42b" dependencies = [ "crossbeam-channel", "crossbeam-epoch", @@ -5234,9 +5234,9 @@ dependencies = [ [[package]] name = "num_enum" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c" +checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26" dependencies = [ "num_enum_derive", "rustversion", @@ -5244,9 +5244,9 @@ dependencies = [ [[package]] name = "num_enum_derive" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7" +checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5280,18 +5280,18 @@ dependencies = [ [[package]] name = "objc2-core-foundation" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166" +checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" dependencies = [ "bitflags 2.11.0", ] [[package]] name = "objc2-io-kit" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71c1c64d6120e51cd86033f67176b1cb66780c2efe34dec55176f77befd93c0a" +checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15" dependencies = [ "libc", "objc2-core-foundation", @@ -5299,9 +5299,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.21.3" +version = "1.21.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" +checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" dependencies = [ "critical-section", "portable-atomic", @@ -5844,9 +5844,9 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "3.4.0" +version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" +checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" dependencies = [ "toml_edit", ] @@ -6012,7 +6012,7 @@ dependencies = [ "quinn-udp", "rustc-hash", "rustls", - "socket2 0.6.2", + "socket2 0.6.3", "thiserror 2.0.18", "tokio", "tracing", @@ -6049,16 +6049,16 @@ dependencies = [ "cfg_aliases", "libc", "once_cell", - "socket2 0.6.2", + "socket2 0.6.3", "tracing", "windows-sys 0.60.2", ] [[package]] name = "quote" -version = "1.0.44" +version = "1.0.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" +checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" dependencies = [ "proc-macro2", ] @@ -6069,6 +6069,12 @@ version = "5.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" +[[package]] +name = "r-efi" +version = "6.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" + [[package]] name = "radium" version = "0.7.0" @@ -6105,7 +6111,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" dependencies = [ "chacha20", - "getrandom 0.4.1", + "getrandom 0.4.2", "rand_core 0.10.0", ] @@ -6421,8 +6427,8 @@ checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" [[package]] name = "reth-basic-payload-builder" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6445,8 +6451,8 @@ dependencies = [ [[package]] name = "reth-chain-state" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6477,8 +6483,8 @@ dependencies = [ [[package]] name = "reth-chainspec" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-chains", "alloy-consensus", @@ -6497,8 +6503,8 @@ dependencies = [ [[package]] name = "reth-cli" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-genesis", "clap", @@ -6511,8 +6517,8 @@ dependencies = [ [[package]] name = "reth-cli-commands" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-chains", "alloy-consensus", @@ -6597,8 +6603,8 @@ dependencies = [ [[package]] name = "reth-cli-runner" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "reth-tasks", "tokio", @@ -6607,8 +6613,8 @@ dependencies = [ [[package]] name = "reth-cli-util" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6627,8 +6633,8 @@ dependencies = [ [[package]] name = "reth-codecs" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6647,8 +6653,8 @@ dependencies = [ [[package]] name = "reth-codecs-derive" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "proc-macro2", "quote", @@ -6657,8 +6663,8 @@ dependencies = [ [[package]] name = "reth-config" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "eyre", "humantime-serde", @@ -6673,8 +6679,8 @@ dependencies = [ [[package]] name = "reth-consensus" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -6686,8 +6692,8 @@ dependencies = [ [[package]] name = "reth-consensus-common" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6698,8 +6704,8 @@ dependencies = [ [[package]] name = "reth-consensus-debug-client" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6724,8 +6730,8 @@ dependencies = [ [[package]] name = "reth-db" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", "derive_more", @@ -6751,8 +6757,8 @@ dependencies = [ [[package]] name = "reth-db-api" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -6780,8 +6786,8 @@ dependencies = [ [[package]] name = "reth-db-common" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -6810,8 +6816,8 @@ dependencies = [ [[package]] name = "reth-db-models" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6825,8 +6831,8 @@ dependencies = [ [[package]] name = "reth-discv4" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -6850,8 +6856,8 @@ dependencies = [ [[package]] name = "reth-discv5" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -6874,8 +6880,8 @@ dependencies = [ [[package]] name = "reth-dns-discovery" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", "dashmap", @@ -6898,8 +6904,8 @@ dependencies = [ [[package]] name = "reth-downloaders" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6933,8 +6939,8 @@ dependencies = [ [[package]] name = "reth-e2e-test-utils" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6991,8 +6997,8 @@ dependencies = [ [[package]] name = "reth-ecies" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "aes", "alloy-primitives", @@ -7019,8 +7025,8 @@ dependencies = [ [[package]] name = "reth-engine-local" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7042,8 +7048,8 @@ dependencies = [ [[package]] name = "reth-engine-primitives" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7067,8 +7073,8 @@ dependencies = [ [[package]] name = "reth-engine-service" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "futures", "pin-project", @@ -7089,8 +7095,8 @@ dependencies = [ [[package]] name = "reth-engine-tree" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eip7928", @@ -7146,8 +7152,8 @@ dependencies = [ [[package]] name = "reth-engine-util" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -7174,8 +7180,8 @@ dependencies = [ [[package]] name = "reth-era" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7189,8 +7195,8 @@ dependencies = [ [[package]] name = "reth-era-downloader" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", "bytes", @@ -7205,8 +7211,8 @@ dependencies = [ [[package]] name = "reth-era-utils" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7227,8 +7233,8 @@ dependencies = [ [[package]] name = "reth-errors" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "reth-consensus", "reth-execution-errors", @@ -7238,8 +7244,8 @@ dependencies = [ [[package]] name = "reth-eth-wire" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-chains", "alloy-primitives", @@ -7267,8 +7273,8 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7291,8 +7297,8 @@ dependencies = [ [[package]] name = "reth-ethereum" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", @@ -7331,8 +7337,8 @@ dependencies = [ [[package]] name = "reth-ethereum-cli" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "clap", "eyre", @@ -7354,8 +7360,8 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7370,8 +7376,8 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7388,8 +7394,8 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -7402,8 +7408,8 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7431,8 +7437,8 @@ dependencies = [ [[package]] name = "reth-ethereum-primitives" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7451,8 +7457,8 @@ dependencies = [ [[package]] name = "reth-etl" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "rayon", "reth-db-api", @@ -7461,8 +7467,8 @@ dependencies = [ [[package]] name = "reth-evm" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7485,8 +7491,8 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7507,8 +7513,8 @@ dependencies = [ [[package]] name = "reth-execution-errors" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-evm", "alloy-primitives", @@ -7520,8 +7526,8 @@ dependencies = [ [[package]] name = "reth-execution-types" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7538,8 +7544,8 @@ dependencies = [ [[package]] name = "reth-exex" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7576,8 +7582,8 @@ dependencies = [ [[package]] name = "reth-exex-types" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7590,8 +7596,8 @@ dependencies = [ [[package]] name = "reth-fs-util" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "serde", "serde_json", @@ -7600,8 +7606,8 @@ dependencies = [ [[package]] name = "reth-invalid-block-hooks" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7628,8 +7634,8 @@ dependencies = [ [[package]] name = "reth-ipc" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "bytes", "futures", @@ -7648,8 +7654,8 @@ dependencies = [ [[package]] name = "reth-libmdbx" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "bitflags 2.11.0", "byteorder", @@ -7664,8 +7670,8 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "bindgen", "cc", @@ -7673,8 +7679,8 @@ dependencies = [ [[package]] name = "reth-metrics" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "futures", "metrics", @@ -7685,8 +7691,8 @@ dependencies = [ [[package]] name = "reth-net-banlist" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", "ipnet", @@ -7694,8 +7700,8 @@ dependencies = [ [[package]] name = "reth-net-nat" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "futures-util", "if-addrs", @@ -7708,8 +7714,8 @@ dependencies = [ [[package]] name = "reth-network" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7765,8 +7771,8 @@ dependencies = [ [[package]] name = "reth-network-api" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7790,8 +7796,8 @@ dependencies = [ [[package]] name = "reth-network-p2p" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7813,8 +7819,8 @@ dependencies = [ [[package]] name = "reth-network-peers" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7828,8 +7834,8 @@ dependencies = [ [[package]] name = "reth-network-types" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-eip2124", "humantime-serde", @@ -7842,8 +7848,8 @@ dependencies = [ [[package]] name = "reth-nippy-jar" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "anyhow", "bincode", @@ -7859,8 +7865,8 @@ dependencies = [ [[package]] name = "reth-node-api" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-rpc-types-engine", "eyre", @@ -7883,8 +7889,8 @@ dependencies = [ [[package]] name = "reth-node-builder" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7952,8 +7958,8 @@ dependencies = [ [[package]] name = "reth-node-core" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8007,8 +8013,8 @@ dependencies = [ [[package]] name = "reth-node-ethereum" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-eips", "alloy-network", @@ -8045,8 +8051,8 @@ dependencies = [ [[package]] name = "reth-node-ethstats" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8069,8 +8075,8 @@ dependencies = [ [[package]] name = "reth-node-events" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8093,8 +8099,8 @@ dependencies = [ [[package]] name = "reth-node-metrics" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "bytes", "eyre", @@ -8117,8 +8123,8 @@ dependencies = [ [[package]] name = "reth-node-types" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "reth-chainspec", "reth-db-api", @@ -8129,8 +8135,8 @@ dependencies = [ [[package]] name = "reth-payload-builder" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8150,8 +8156,8 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "pin-project", "reth-payload-primitives", @@ -8162,8 +8168,8 @@ dependencies = [ [[package]] name = "reth-payload-primitives" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8185,8 +8191,8 @@ dependencies = [ [[package]] name = "reth-payload-validator" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -8195,8 +8201,8 @@ dependencies = [ [[package]] name = "reth-primitives" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "once_cell", @@ -8208,8 +8214,8 @@ dependencies = [ [[package]] name = "reth-primitives-traits" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8242,8 +8248,8 @@ dependencies = [ [[package]] name = "reth-provider" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8286,8 +8292,8 @@ dependencies = [ [[package]] name = "reth-prune" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8315,8 +8321,8 @@ dependencies = [ [[package]] name = "reth-prune-types" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", "arbitrary", @@ -8331,8 +8337,8 @@ dependencies = [ [[package]] name = "reth-revm" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", "reth-primitives-traits", @@ -8344,8 +8350,8 @@ dependencies = [ [[package]] name = "reth-rpc" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -8421,8 +8427,8 @@ dependencies = [ [[package]] name = "reth-rpc-api" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-eip7928", "alloy-eips", @@ -8451,8 +8457,8 @@ dependencies = [ [[package]] name = "reth-rpc-builder" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-network", "alloy-provider", @@ -8492,8 +8498,8 @@ dependencies = [ [[package]] name = "reth-rpc-convert" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-evm", @@ -8513,8 +8519,8 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8543,8 +8549,8 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -8587,8 +8593,8 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8635,8 +8641,8 @@ dependencies = [ [[package]] name = "reth-rpc-layer" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-rpc-types-engine", "http", @@ -8649,8 +8655,8 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8665,8 +8671,8 @@ dependencies = [ [[package]] name = "reth-stages" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8715,8 +8721,8 @@ dependencies = [ [[package]] name = "reth-stages-api" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8742,8 +8748,8 @@ dependencies = [ [[package]] name = "reth-stages-types" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", "arbitrary", @@ -8756,8 +8762,8 @@ dependencies = [ [[package]] name = "reth-static-file" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", "parking_lot", @@ -8776,8 +8782,8 @@ dependencies = [ [[package]] name = "reth-static-file-types" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", "clap", @@ -8791,8 +8797,8 @@ dependencies = [ [[package]] name = "reth-storage-api" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8815,8 +8821,8 @@ dependencies = [ [[package]] name = "reth-storage-errors" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8832,8 +8838,8 @@ dependencies = [ [[package]] name = "reth-tasks" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "auto_impl", "dyn-clone", @@ -8850,8 +8856,8 @@ dependencies = [ [[package]] name = "reth-testing-utils" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8866,8 +8872,8 @@ dependencies = [ [[package]] name = "reth-tokio-util" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "tokio", "tokio-stream", @@ -8876,8 +8882,8 @@ dependencies = [ [[package]] name = "reth-tracing" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "clap", "eyre", @@ -8893,8 +8899,8 @@ dependencies = [ [[package]] name = "reth-tracing-otlp" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "clap", "eyre", @@ -8910,8 +8916,8 @@ dependencies = [ [[package]] name = "reth-transaction-pool" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8956,8 +8962,8 @@ dependencies = [ [[package]] name = "reth-trie" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8982,8 +8988,8 @@ dependencies = [ [[package]] name = "reth-trie-common" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9009,8 +9015,8 @@ dependencies = [ [[package]] name = "reth-trie-db" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", "metrics", @@ -9029,8 +9035,8 @@ dependencies = [ [[package]] name = "reth-trie-parallel" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -9054,8 +9060,8 @@ dependencies = [ [[package]] name = "reth-trie-sparse" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -9073,8 +9079,8 @@ dependencies = [ [[package]] name = "reth-zstd-compressors" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "zstd", ] @@ -9241,9 +9247,9 @@ dependencies = [ [[package]] name = "revm-precompile" -version = "32.0.0" +version = "32.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50c1285c848d240678bf69cb0f6179ff5a4aee6fc8e921d89708087197a0aff3" +checksum = "e2ec11f45deec71e4945e1809736bb20d454285f9167ab53c5159dae1deb603f" dependencies = [ "ark-bls12-381", "ark-bn254", @@ -9265,9 +9271,9 @@ dependencies = [ [[package]] name = "revm-primitives" -version = "22.0.0" +version = "22.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba580c56a8ec824a64f8a1683577876c2e1dbe5247044199e9b881421ad5dcf9" +checksum = "4bcfb5ce6cf18b118932bcdb7da05cd9c250f2cb9f64131396b55f3fe3537c35" dependencies = [ "alloy-primitives", "num_enum", @@ -9581,9 +9587,9 @@ dependencies = [ [[package]] name = "schannel" -version = "0.1.28" +version = "0.1.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" +checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" dependencies = [ "windows-sys 0.61.2", ] @@ -9821,9 +9827,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.17.0" +version = "3.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "381b283ce7bc6b476d903296fb59d0d36633652b633b27f64db4fb46dcbfc3b9" +checksum = "dd5414fad8e6907dbdd5bc441a50ae8d6e26151a03b1de04d89a5576de61d01f" dependencies = [ "base64 0.22.1", "chrono", @@ -9840,11 +9846,11 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.17.0" +version = "3.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6d4e30573c8cb306ed6ab1dca8423eec9a463ea0e155f45399455e0368b27e0" +checksum = "d3db8978e608f1fe7357e211969fd9abdcae80bac1ba7a3369bb7eb6b404eb65" dependencies = [ - "darling 0.21.3", + "darling 0.23.0", "proc-macro2", "quote", "syn 2.0.117", @@ -9993,9 +9999,9 @@ checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" [[package]] name = "sketches-ddsketch" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1e9a774a6c28142ac54bb25d25562e6bcf957493a184f15ad4eebccb23e410a" +checksum = "0c6f73aeb92d671e0cc4dca167e59b2deb6387c375391bc99ee743f326994a2b" [[package]] name = "slab" @@ -10031,12 +10037,12 @@ dependencies = [ [[package]] name = "socket2" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" +checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -10166,9 +10172,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.38.2" +version = "0.38.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1efc19935b4b66baa6f654ac7924c192f55b175c00a7ab72410fc24284dacda8" +checksum = "92ab6a2f8bfe508deb3c6406578252e491d299cbbf3bc0529ecc3313aee4a52f" dependencies = [ "libc", "memchr", @@ -10203,12 +10209,12 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.26.0" +version = "3.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0" +checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.4.1", + "getrandom 0.4.2", "once_cell", "rustix", "windows-sys 0.61.2", @@ -10348,9 +10354,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" +checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" dependencies = [ "tinyvec_macros", ] @@ -10373,16 +10379,16 @@ dependencies = [ "parking_lot", "pin-project-lite", "signal-hook-registry", - "socket2 0.6.2", + "socket2 0.6.3", "tokio-macros", "windows-sys 0.61.2", ] [[package]] name = "tokio-macros" -version = "2.6.0" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" +checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c" dependencies = [ "proc-macro2", "quote", @@ -10463,10 +10469,10 @@ dependencies = [ "indexmap 2.13.0", "serde_core", "serde_spanned", - "toml_datetime", + "toml_datetime 0.7.5+spec-1.1.0", "toml_parser", "toml_writer", - "winnow", + "winnow 0.7.15", ] [[package]] @@ -10478,32 +10484,41 @@ dependencies = [ "serde_core", ] +[[package]] +name = "toml_datetime" +version = "1.0.1+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b320e741db58cac564e26c607d3cc1fdc4a88fd36c879568c07856ed83ff3e9" +dependencies = [ + "serde_core", +] + [[package]] name = "toml_edit" -version = "0.23.10+spec-1.0.0" +version = "0.25.5+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" +checksum = "8ca1a40644a28bce036923f6a431df0b34236949d111cc07cb6dca830c9ef2e1" dependencies = [ "indexmap 2.13.0", - "toml_datetime", + "toml_datetime 1.0.1+spec-1.1.0", "toml_parser", - "winnow", + "winnow 1.0.0", ] [[package]] name = "toml_parser" -version = "1.0.9+spec-1.1.0" +version = "1.0.10+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" +checksum = "7df25b4befd31c4816df190124375d5a20c6b6921e2cad937316de3fccd63420" dependencies = [ - "winnow", + "winnow 1.0.0", ] [[package]] name = "toml_writer" -version = "1.0.6+spec-1.1.0" +version = "1.0.7+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607" +checksum = "f17aaa1c6e3dc22b1da4b6bba97d066e354c7945cac2f7852d4e4e7ca7a6b56d" [[package]] name = "tonic" @@ -11008,11 +11023,11 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.21.0" +version = "1.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" +checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37" dependencies = [ - "getrandom 0.4.1", + "getrandom 0.4.2", "js-sys", "wasm-bindgen", ] @@ -11761,9 +11776,18 @@ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" [[package]] name = "winnow" -version = "0.7.14" +version = "0.7.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" +dependencies = [ + "memchr", +] + +[[package]] +name = "winnow" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" +checksum = "a90e88e4667264a994d34e6d1ab2d26d398dcdca8b7f52bec8668957517fc7d8" dependencies = [ "memchr", ] @@ -11941,18 +11965,18 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.8.40" +version = "0.8.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a789c6e490b576db9f7e6b6d661bcc9799f7c0ac8352f56ea20193b2681532e5" +checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.40" +version = "0.8.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f65c489a7071a749c849713807783f70672b28094011623e200cb86dcb835953" +checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index a1131a7..3a3d824 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,71 +22,71 @@ repository = "https://github.com/evstack/ev-reth" authors = ["Evolve Stack Contributors"] [workspace.dependencies] -# Reth dependencies - Using v1.11.2 stable -reth-chainspec = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-cli = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-cli-util = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-tracing-otlp = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-node-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-node-builder = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-errors = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-trie-db = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-trie-common = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-rpc-eth-types = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-primitives-traits = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-provider = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-storage-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-tracing = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2", default-features = false } -reth-network = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-network-types = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-chain-state = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-db-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-ethereum = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-ethereum-cli = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-basic-payload-builder = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-engine-local = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-engine-primitives = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-ethereum-payload-builder = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-ethereum-primitives = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2", features = ["serde", "serde-bincode-compat", "reth-codec"] } -reth-e2e-test-utils = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2", default-features = false } -reth-evm = { git = "https://github.com/paradigmxyz/reth.git", default-features = false, tag = "v1.11.2" } -reth-evm-ethereum = { git = "https://github.com/paradigmxyz/reth.git", default-features = false, tag = "v1.11.2" } -reth-execution-types = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-node-core = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-node-types = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-payload-builder = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-payload-builder-primitives = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-payload-primitives = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-primitives = { git = "https://github.com/paradigmxyz/reth.git", default-features = false, tag = "v1.11.2" } -reth-ethereum-forks = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-revm = { git = "https://github.com/paradigmxyz/reth.git", default-features = false, tag = "v1.11.2" } -reth-rpc-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-rpc-builder = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-rpc-engine-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-rpc = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-rpc-convert = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-codecs = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } +# Reth dependencies - Using v1.11.3 stable +reth-chainspec = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-cli = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-cli-util = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-tracing-otlp = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-node-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-node-builder = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-errors = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-trie-db = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-trie-common = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-rpc-eth-types = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-primitives-traits = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-provider = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-storage-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-tracing = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3", default-features = false } +reth-network = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-network-types = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-chain-state = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-db-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-ethereum = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-ethereum-cli = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-basic-payload-builder = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-engine-local = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-engine-primitives = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-ethereum-payload-builder = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-ethereum-primitives = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3", features = ["serde", "serde-bincode-compat", "reth-codec"] } +reth-e2e-test-utils = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3", default-features = false } +reth-evm = { git = "https://github.com/paradigmxyz/reth.git", default-features = false, tag = "v1.11.3" } +reth-evm-ethereum = { git = "https://github.com/paradigmxyz/reth.git", default-features = false, tag = "v1.11.3" } +reth-execution-types = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-node-core = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-node-types = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-payload-builder = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-payload-builder-primitives = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-payload-primitives = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-primitives = { git = "https://github.com/paradigmxyz/reth.git", default-features = false, tag = "v1.11.3" } +reth-ethereum-forks = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-revm = { git = "https://github.com/paradigmxyz/reth.git", default-features = false, tag = "v1.11.3" } +reth-rpc-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-rpc-builder = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-rpc-engine-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-rpc = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-rpc-convert = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-codecs = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } ev-revm = { path = "crates/ev-revm" } ev-primitives = { path = "crates/ev-primitives" } # Consensus dependencies -reth-consensus = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2", default-features = false } -reth-consensus-common = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2", default-features = false } -reth-ethereum-consensus = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2", default-features = false } +reth-consensus = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3", default-features = false } +reth-consensus-common = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3", default-features = false } +reth-ethereum-consensus = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3", default-features = false } # Test dependencies -reth-testing-utils = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2", default-features = false } -reth-db = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2", default-features = false } -reth-tasks = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2", default-features = false } +reth-testing-utils = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3", default-features = false } +reth-db = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3", default-features = false } +reth-tasks = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3", default-features = false } revm = { version = "34.0.0", default-features = false } revm-context-interface = { version = "14.0.0", default-features = false } -# Alloy dependencies (aligned to reth v1.11.2) +# Alloy dependencies (aligned to reth v1.11.3) alloy = { version = "1.6.3", features = [ "contract", "providers",