diff --git a/Cargo.lock b/Cargo.lock index 601229bd..2eb8fc3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,17 +91,17 @@ dependencies = [ [[package]] name = "allocator-api2" -version = "0.2.20" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45862d1c77f2228b9e10bc609d5bc203d86ebc9b87ad8d5d5167a6c9abf739d9" +checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "alloy-chains" -version = "0.1.66" +version = "0.1.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8e42c54af787e3521229df1787d7b8300910dc6d9d04d378eb593b26388bd11" +checksum = "28e2652684758b0d9b389d248b209ed9fd9989ef489a550265fe4bb8454fe7eb" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-rlp", "num_enum", "serde", @@ -110,89 +110,59 @@ dependencies = [ [[package]] name = "alloy-consensus" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69e32ef5c74bbeb1733c37f4ac7f866f8c8af208b7b4265e21af609dcac5bd5e" -dependencies = [ - "alloy-eips 0.11.1", - "alloy-primitives 0.8.23", - "alloy-rlp", - "alloy-serde 0.11.1", - "alloy-trie", - "auto_impl", - "c-kzg", - "derive_more 1.0.0", - "serde", -] - -[[package]] -name = "alloy-consensus" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fbf458101ed6c389e9bb70a34ebc56039868ad10472540614816cdedc8f5265" +checksum = "27d301f5bcfd37e3aac727c360d8b50c33ddff9169ce0370198dedda36a9927d" dependencies = [ - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-eips", + "alloy-primitives", "alloy-rlp", - "alloy-serde 0.12.6", + "alloy-serde", "alloy-trie", "arbitrary", "auto_impl", "c-kzg", "derive_more 2.0.1", "either", - "k256 0.13.4", + "k256", "once_cell", "rand 0.8.5", "serde", "serde_with", - "thiserror 2.0.11", -] - -[[package]] -name = "alloy-consensus-any" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fa13b7b1e1e3fedc42f0728103bfa3b4d566d3d42b606db449504d88dbdbdcf" -dependencies = [ - "alloy-consensus 0.11.1", - "alloy-eips 0.11.1", - "alloy-primitives 0.8.23", - "alloy-rlp", - "alloy-serde 0.11.1", - "serde", + "thiserror 2.0.12", ] [[package]] name = "alloy-consensus-any" -version = "0.12.5" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fafded0c1ff8f0275c4a484239058e1c01c0c2589f8a16e03669ef7094a06f9b" +checksum = "9f4f97a85a45965e0e4f9f5b94bbafaa3e4ee6868bdbcf2e4a9acb4b358038fe" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "alloy-rlp", - "alloy-serde 0.12.6", + "alloy-serde", + "arbitrary", "serde", ] [[package]] name = "alloy-dyn-abi" -version = "0.8.21" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "555896f0b8578adb522b1453b6e6cc6704c3027bd0af20058befdde992cee8e9" +checksum = "eb8e762aefd39a397ff485bc86df673465c4ad3ec8819cc60833a8a3ba5cdc87" dependencies = [ "alloy-json-abi", - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-sol-type-parser", "alloy-sol-types", "const-hex", - "derive_more 1.0.0", + "derive_more 2.0.1", "itoa", "serde", "serde_json", - "winnow 0.7.2", + "winnow", ] [[package]] @@ -201,13 +171,13 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "675264c957689f0fd75f5993a73123c2cc3b5c235a38f5b9037fe6c826bfb2c0" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-rlp", "arbitrary", "crc", "rand 0.8.5", "serde", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] @@ -216,7 +186,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0069cf0642457f87a01a014f6dc29d5d893cd4fd8fddf0c3cdfad1bb3ebafc41" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-rlp", "arbitrary", "rand 0.8.5", @@ -229,48 +199,28 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b15b13d38b366d01e818fe8e710d4d702ef7499eacd44926a06171dd9585d0c" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-rlp", "arbitrary", - "k256 0.13.4", + "k256", "rand 0.8.5", "serde", "serde_with", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] name = "alloy-eips" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5591581ca2ab0b3e7226a4047f9a1bfcf431da1d0cce3752fda609fea3c27e37" -dependencies = [ - "alloy-eip2124", - "alloy-eip2930", - "alloy-eip7702", - "alloy-primitives 0.8.23", - "alloy-rlp", - "alloy-serde 0.11.1", - "auto_impl", - "c-kzg", - "derive_more 1.0.0", - "once_cell", - "serde", - "sha2 0.10.8", -] - -[[package]] -name = "alloy-eips" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e86967eb559920e4b9102e4cb825fe30f2e9467988353ce4809f0d3f2c90cd4" +checksum = "10b11c382ca8075128d1ae6822b60921cf484c911d9a5831797a01218f98125f" dependencies = [ "alloy-eip2124", "alloy-eip2930", "alloy-eip7702", - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-rlp", - "alloy-serde 0.12.6", + "alloy-serde", "arbitrary", "auto_impl", "c-kzg", @@ -278,51 +228,51 @@ dependencies = [ "either", "ethereum_ssz", "ethereum_ssz_derive", - "once_cell", "serde", "sha2 0.10.8", ] [[package]] name = "alloy-evm" -version = "0.1.0-alpha.3" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f40fe575395f20dc9527c2dc65350786492e9723d2035e9f716269b65be34c9c" +checksum = "c5a215c77c40db56f5639185fb3534fbc35c8567c5f54de6c25fc5c395fc4547" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", + "alloy-consensus", + "alloy-eips", "alloy-hardforks", - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-sol-types", "auto_impl", "derive_more 2.0.1", + "op-alloy-consensus", "op-revm", "revm", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] name = "alloy-genesis" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a40de6f5b53ecf5fd7756072942f41335426d9a3704cd961f77d854739933bcf" +checksum = "7bd9e75c5dd40319ebbe807ebe9dfb10c24e4a70d9c7d638e62921d8dd093c8b" dependencies = [ - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", - "alloy-serde 0.12.6", + "alloy-eips", + "alloy-primitives", + "alloy-serde", "alloy-trie", "serde", ] [[package]] name = "alloy-hardforks" -version = "0.1.1" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1692158e9d100486fa6c2429edb42680298678ee74644b058c44f8484a278fea" +checksum = "fb3a420b513e00937442db75c5c9c8287fd0615a1f60cc3335d7246c870440ed" dependencies = [ "alloy-chains", "alloy-eip2124", - "alloy-primitives 0.8.23", + "alloy-primitives", "auto_impl", "dyn-clone", "serde", @@ -330,11 +280,11 @@ dependencies = [ [[package]] name = "alloy-json-abi" -version = "0.8.23" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec80745c33797e8baf547a8cfeb850e60d837fe9b9e67b3f579c1fcd26f527e9" +checksum = "fe6beff64ad0aa6ad1019a3db26fef565aefeb011736150ab73ed3366c3cfd1b" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-sol-type-parser", "serde", "serde_json", @@ -342,47 +292,33 @@ dependencies = [ [[package]] name = "alloy-json-rpc" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "762414662d793d7aaa36ee3af6928b6be23227df1681ce9c039f6f11daadef64" -dependencies = [ - "alloy-primitives 0.8.23", - "alloy-sol-types", - "serde", - "serde_json", - "thiserror 2.0.11", - "tracing", -] - -[[package]] -name = "alloy-json-rpc" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27434beae2514d4a2aa90f53832cbdf6f23e4b5e2656d95eaf15f9276e2418b6" +checksum = "bbcf26d02a72e23d5bc245425ea403c93ba17d254f20f9c23556a249c6c7e143" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-sol-types", "serde", "serde_json", - "thiserror 2.0.11", + "thiserror 2.0.12", "tracing", ] [[package]] name = "alloy-network" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26a33a38c7486b1945f8d093ff027add2f3a8f83c7300dbad6165cc49150085e" +checksum = "b44dd4429e190f727358571175ebf323db360a303bf4e1731213f510ced1c2e6" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-consensus-any 0.12.5", - "alloy-eips 0.12.6", - "alloy-json-rpc 0.12.6", - "alloy-network-primitives 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-consensus-any", + "alloy-eips", + "alloy-json-rpc", + "alloy-network-primitives", + "alloy-primitives", "alloy-rpc-types-any", - "alloy-rpc-types-eth 0.12.6", - "alloy-serde 0.12.6", + "alloy-rpc-types-eth", + "alloy-serde", "alloy-signer", "alloy-sol-types", "async-trait", @@ -391,67 +327,54 @@ dependencies = [ "futures-utils-wasm", "serde", "serde_json", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] name = "alloy-network-primitives" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a00ce618ae2f78369918be0c20f620336381502c83b6ed62c2f7b2db27698b0" -dependencies = [ - "alloy-consensus 0.11.1", - "alloy-eips 0.11.1", - "alloy-primitives 0.8.23", - "alloy-serde 0.11.1", - "serde", -] - -[[package]] -name = "alloy-network-primitives" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db973a7a23cbe96f2958e5687c51ce2d304b5c6d0dc5ccb3de8667ad8476f50b" +checksum = "86f736e1d1eb1b770dbd32919bdf46d4dcd4617f2eed07947dfb32649962baba" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", - "alloy-serde 0.12.6", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-serde", "serde", ] [[package]] name = "alloy-node-bindings" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "846c2248472c3a7efa8d9d6c51af5b545a88335af0ed7a851d01debfc3b03395" +checksum = "10f33291f6b969268b04b8f96ffab5071b3c241e593dd462372288b069787375" dependencies = [ "alloy-genesis", "alloy-hardforks", "alloy-network", - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-signer", "alloy-signer-local", - "k256 0.13.4", + "k256", "rand 0.8.5", "serde_json", "tempfile", - "thiserror 2.0.11", + "thiserror 2.0.12", "tracing", "url", ] [[package]] name = "alloy-op-evm" -version = "0.1.0-alpha.3" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ed217773009445cba32f02418828a282c7bcb7721909cf4f6aaa9a263618817" +checksum = "c557fa45365cebf92b2c43adcb4279ee2a492e2e3d655a867472d3bedd0f6d3a" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", + "alloy-consensus", + "alloy-eips", "alloy-evm", "alloy-op-hardforks", - "alloy-primitives 0.8.23", + "alloy-primitives", "auto_impl", "op-alloy-consensus", "op-revm", @@ -460,9 +383,9 @@ dependencies = [ [[package]] name = "alloy-op-hardforks" -version = "0.1.0" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fc1c4dadbc9b38160d19699bd8849eab195a24d40a181f8a77e9d08fbafff03" +checksum = "254214f9891df8028fb50e321a378176ade6720d081e1dd143114f3f2106176d" dependencies = [ "alloy-hardforks", "auto_impl", @@ -470,31 +393,9 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "0.7.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccb3ead547f4532bc8af961649942f0b9c16ee9226e26caa3f38420651cc0bf4" -dependencies = [ - "alloy-rlp", - "bytes", - "cfg-if", - "const-hex", - "derive_more 0.99.18", - "hex-literal", - "itoa", - "k256 0.13.4", - "keccak-asm", - "proptest", - "rand 0.8.5", - "ruint", - "serde", - "tiny-keccak", -] - -[[package]] -name = "alloy-primitives" -version = "0.8.23" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eacedba97e65cdc7ab592f2b22ef5d3ab8d60b2056bc3a6e6363577e8270ec6f" +checksum = "8c77490fe91a0ce933a1f219029521f20fc28c2c0ca95d53fa4da9c00b8d9d4e" dependencies = [ "alloy-rlp", "arbitrary", @@ -506,16 +407,16 @@ dependencies = [ "foldhash", "getrandom 0.2.15", "hashbrown 0.15.2", - "indexmap 2.7.0", + "indexmap 2.8.0", "itoa", - "k256 0.13.4", + "k256", "keccak-asm", "paste", "proptest", "proptest-derive", "rand 0.8.5", "ruint", - "rustc-hash 2.1.0", + "rustc-hash 2.1.1", "serde", "sha3", "tiny-keccak", @@ -523,20 +424,21 @@ dependencies = [ [[package]] name = "alloy-provider" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b03bde77ad73feae14aa593bcabb932c8098c0f0750ead973331cfc0003a4e1" +checksum = "a557f9e3ec89437b06db3bfc97d20782b1f7cc55b5b602b6a82bf3f64d7efb0e" dependencies = [ "alloy-chains", - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-json-rpc 0.12.6", + "alloy-consensus", + "alloy-eips", + "alloy-json-rpc", "alloy-network", - "alloy-network-primitives 0.12.6", - "alloy-primitives 0.8.23", + "alloy-network-primitives", + "alloy-primitives", "alloy-pubsub", "alloy-rpc-client", - "alloy-rpc-types-eth 0.12.6", + "alloy-rpc-types-eth", + "alloy-signer", "alloy-sol-types", "alloy-transport", "alloy-transport-http", @@ -546,15 +448,16 @@ dependencies = [ "async-trait", "auto_impl", "dashmap 6.1.0", + "either", "futures", "futures-utils-wasm", "lru 0.13.0", "parking_lot", "pin-project", - "reqwest 0.12.9", + "reqwest 0.12.15", "serde", "serde_json", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tracing", "url", @@ -563,20 +466,21 @@ dependencies = [ [[package]] name = "alloy-pubsub" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "721aca709a9231815ad5903a2d284042cc77e7d9d382696451b30c9ee0950001" +checksum = "f0a261caff6c2ec6fe1d6eb77ba41159024c8387d05e4138804a387d403def55" dependencies = [ - "alloy-json-rpc 0.12.6", - "alloy-primitives 0.8.23", + "alloy-json-rpc", + "alloy-primitives", "alloy-transport", "bimap", "futures", + "parking_lot", "serde", "serde_json", "tokio", "tokio-stream", - "tower 0.5.1", + "tower 0.5.2", "tracing", ] @@ -604,12 +508,12 @@ dependencies = [ [[package]] name = "alloy-rpc-client" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "445a3298c14fae7afb5b9f2f735dead989f3dd83020c2ab8e48ed95d7b6d1acb" +checksum = "cec6dc89c4c3ef166f9fa436d1831f8142c16cf2e637647c936a6aaaabd8d898" dependencies = [ - "alloy-json-rpc 0.12.6", - "alloy-primitives 0.8.23", + "alloy-json-rpc", + "alloy-primitives", "alloy-pubsub", "alloy-transport", "alloy-transport-http", @@ -618,12 +522,12 @@ dependencies = [ "async-stream", "futures", "pin-project", - "reqwest 0.12.9", + "reqwest 0.12.15", "serde", "serde_json", "tokio", "tokio-stream", - "tower 0.5.1", + "tower 0.5.2", "tracing", "tracing-futures", "url", @@ -632,91 +536,91 @@ dependencies = [ [[package]] name = "alloy-rpc-types" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9157deaec6ba2ad7854f16146e4cd60280e76593eed79fdcb06e0fa8b6c60f77" +checksum = "3849f8131a18cc5d7f95f301d68a6af5aa2db28ad8522fb9db1f27b3794e8b68" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-rpc-types-engine", - "alloy-rpc-types-eth 0.12.6", - "alloy-serde 0.12.6", + "alloy-rpc-types-eth", + "alloy-serde", "serde", ] [[package]] name = "alloy-rpc-types-admin" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25c053dc0acbdb922d1d088b3457eae249263ccd06d459aa68c3f9dcf6962632" +checksum = "1d13e905b0348666e10119d39b1ffb7ab4e000b4f4e5ffed920b57f8745b2440" dependencies = [ "alloy-genesis", - "alloy-primitives 0.8.23", + "alloy-primitives", "serde", "serde_json", ] [[package]] name = "alloy-rpc-types-anvil" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a80ee83ef97e7ffd667a81ebdb6154558dfd5e8f20d8249a10a12a1671a04b3" +checksum = "19051fd5e8de7e1f95ec228c9303debd776dcc7caf8d1ece3191f711f5c06541" dependencies = [ - "alloy-primitives 0.8.23", - "alloy-rpc-types-eth 0.12.6", - "alloy-serde 0.12.6", + "alloy-primitives", + "alloy-rpc-types-eth", + "alloy-serde", "serde", ] [[package]] name = "alloy-rpc-types-any" -version = "0.12.5" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cd4ceea38ea27eeb26f021df34ed5b7b793704ad7a2a009f16137a19461e7ca" +checksum = "ecd6d480e4e6e456f30eeeb3aef1512aaecb68df2a35d1f78865dbc4d20dc0fd" dependencies = [ - "alloy-consensus-any 0.12.5", - "alloy-rpc-types-eth 0.12.6", - "alloy-serde 0.12.6", + "alloy-consensus-any", + "alloy-rpc-types-eth", + "alloy-serde", ] [[package]] name = "alloy-rpc-types-beacon" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "645455186916281e0b3f063fd07d007711257cf90c3499ff3569a39ffdfc9d2f" +checksum = "2b821fd7c93738d5ec972d4d329eb05c896721f467556fbae171294ddd9ac829" dependencies = [ - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-eips", + "alloy-primitives", "alloy-rpc-types-engine", "ethereum_ssz", "ethereum_ssz_derive", "serde", "serde_with", - "thiserror 2.0.11", + "thiserror 2.0.12", "tree_hash", "tree_hash_derive", ] [[package]] name = "alloy-rpc-types-debug" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08b113a0087d226291b9768ed331818fa0b0744cc1207ae7c150687cf3fde1bd" +checksum = "805eb9fa07f92f1225253e842b5454b4b3e258813445c1a1c9d8dd0fd90817c1" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "serde", ] [[package]] name = "alloy-rpc-types-engine" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "874ac9d1249ece0453e262d9ba72da9dbb3b7a2866220ded5940c2e47f1aa04d" +checksum = "689521777149dabe210ef122605fb00050e038f2e85b8c9897534739f1a904f8" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "alloy-rlp", - "alloy-serde 0.12.6", + "alloy-serde", "derive_more 2.0.1", "ethereum_ssz", "ethereum_ssz_derive", @@ -729,104 +633,73 @@ dependencies = [ [[package]] name = "alloy-rpc-types-eth" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b4dbee4d82f8a22dde18c28257bed759afeae7ba73da4a1479a039fd1445d04" -dependencies = [ - "alloy-consensus 0.11.1", - "alloy-consensus-any 0.11.1", - "alloy-eips 0.11.1", - "alloy-network-primitives 0.11.1", - "alloy-primitives 0.8.23", - "alloy-rlp", - "alloy-serde 0.11.1", - "alloy-sol-types", - "itertools 0.13.0", - "serde", - "serde_json", - "thiserror 2.0.11", -] - -[[package]] -name = "alloy-rpc-types-eth" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e13d71eac04513a71af4b3df580f52f2b4dcbff9d971cc9a52519acf55514cb" +checksum = "9a8b6d55bdaa0c4a08650d4b32f174494cbade56adf6f2fcfa2a4f3490cb5511" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-consensus-any 0.12.5", - "alloy-eips 0.12.6", - "alloy-network-primitives 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-consensus-any", + "alloy-eips", + "alloy-network-primitives", + "alloy-primitives", "alloy-rlp", - "alloy-serde 0.12.6", + "alloy-serde", "alloy-sol-types", "arbitrary", "itertools 0.14.0", "jsonrpsee-types 0.24.9", "serde", "serde_json", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] name = "alloy-rpc-types-mev" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "505d73db6217e6abcdeba4bf025fb9db79577d6b06e092d24e7c11ed0360743b" +checksum = "93d1e3fbbf9b2eb2509546b4e47f67ee8a3b246ef3f7eb678bcb97d399c755b4" dependencies = [ - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", - "alloy-rpc-types-eth 0.12.6", - "alloy-serde 0.12.6", + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-eth", + "alloy-serde", "serde", "serde_json", ] [[package]] name = "alloy-rpc-types-trace" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4747763aee39c1b0f5face79bde9be8932be05b2db7d8bdcebb93490f32c889c" +checksum = "6019cd6a89230d765a621a7b1bc8af46a6a9cde2d2e540e6f9ce930e0fb7c6db" dependencies = [ - "alloy-primitives 0.8.23", - "alloy-rpc-types-eth 0.12.6", - "alloy-serde 0.12.6", + "alloy-primitives", + "alloy-rpc-types-eth", + "alloy-serde", "serde", "serde_json", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] name = "alloy-rpc-types-txpool" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70132ebdbea1eaa68c4d6f7a62c2fadf0bdce83b904f895ab90ca4ec96f63468" +checksum = "ee36e5404642696af511f09991f9f54a11b90e86e55efad868f8f56350eff5b0" dependencies = [ - "alloy-primitives 0.8.23", - "alloy-rpc-types-eth 0.12.6", - "alloy-serde 0.12.6", + "alloy-primitives", + "alloy-rpc-types-eth", + "alloy-serde", "serde", ] [[package]] name = "alloy-serde" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8732058f5ca28c1d53d241e8504620b997ef670315d7c8afab856b3e3b80d945" -dependencies = [ - "alloy-primitives 0.8.23", - "serde", - "serde_json", -] - -[[package]] -name = "alloy-serde" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a1cd73fc054de6353c7f22ff9b846b0f0f145cd0112da07d4119e41e9959207" +checksum = "1824791912f468a481dedc1db50feef3e85a078f6d743a62db2ee9c2ca674882" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "arbitrary", "serde", "serde_json", @@ -834,40 +707,40 @@ dependencies = [ [[package]] name = "alloy-signer" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c96fbde54bee943cd94ebacc8a62c50b38c7dfd2552dcd79ff61aea778b1bfcc" +checksum = "3d087fe5aea96a93fbe71be8aaed5c57c3caac303c09e674bc5b1647990d648b" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "async-trait", "auto_impl", "either", - "elliptic-curve 0.13.8", - "k256 0.13.4", - "thiserror 2.0.11", + "elliptic-curve", + "k256", + "thiserror 2.0.12", ] [[package]] name = "alloy-signer-local" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc6e72002cc1801d8b41e9892165e3a6551b7bd382bd9d0414b21e90c0c62551" +checksum = "2940353d2425bb75965cd5101075334e6271051e35610f903bf8099a52b0b1a9" dependencies = [ - "alloy-consensus 0.12.6", + "alloy-consensus", "alloy-network", - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-signer", "async-trait", - "k256 0.13.4", + "k256", "rand 0.8.5", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] name = "alloy-sol-macro" -version = "0.8.23" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3637022e781bc73a9e300689cd91105a0e6be00391dd4e2110a71cc7e9f20a94" +checksum = "e10ae8e9a91d328ae954c22542415303919aabe976fe7a92eb06db1b68fd59f2" dependencies = [ "alloy-sol-macro-expander", "alloy-sol-macro-input", @@ -879,14 +752,14 @@ dependencies = [ [[package]] name = "alloy-sol-macro-expander" -version = "0.8.23" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b9bd22d0bba90e40f40c625c33d39afb7d62b22192476a2ce1dcf8409dce880" +checksum = "83ad5da86c127751bc607c174d6c9fe9b85ef0889a9ca0c641735d77d4f98f26" dependencies = [ "alloy-sol-macro-input", "const-hex", "heck 0.5.0", - "indexmap 2.7.0", + "indexmap 2.8.0", "proc-macro-error2", "proc-macro2", "quote", @@ -897,9 +770,9 @@ dependencies = [ [[package]] name = "alloy-sol-macro-input" -version = "0.8.23" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05ae4646e8123ec2fd10f9c22e361ffe4365c42811431829c2eabae528546bcc" +checksum = "ba3d30f0d3f9ba3b7686f3ff1de9ee312647aac705604417a2f40c604f409a9e" dependencies = [ "const-hex", "dunce", @@ -913,22 +786,22 @@ dependencies = [ [[package]] name = "alloy-sol-type-parser" -version = "0.8.23" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "488a747fdcefeec5c1ed5aa9e08becd775106777fdeae2a35730729fc8a95910" +checksum = "6d162f8524adfdfb0e4bd0505c734c985f3e2474eb022af32eef0d52a4f3935c" dependencies = [ "serde", - "winnow 0.7.2", + "winnow", ] [[package]] name = "alloy-sol-types" -version = "0.8.23" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "767957235807b021126dca1598ac3ef477007eace07961607dc5f490550909c7" +checksum = "d43d5e60466a440230c07761aa67671d4719d46f43be8ea6e7ed334d8db4a9ab" dependencies = [ "alloy-json-abi", - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-sol-macro", "const-hex", "serde", @@ -936,11 +809,11 @@ dependencies = [ [[package]] name = "alloy-transport" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9aec325c2af8562ef355c02aeb527c755a07e9d8cf6a1e65dda8d0bf23e29b2c" +checksum = "6818b4c82a474cc01ac9e88ccfcd9f9b7bc893b2f8aea7e890a28dcd55c0a7aa" dependencies = [ - "alloy-json-rpc 0.12.6", + "alloy-json-rpc", "base64 0.22.1", "derive_more 2.0.1", "futures", @@ -948,9 +821,9 @@ dependencies = [ "parking_lot", "serde", "serde_json", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", - "tower 0.5.1", + "tower 0.5.2", "tracing", "url", "wasmtimer", @@ -958,26 +831,26 @@ dependencies = [ [[package]] name = "alloy-transport-http" -version = "0.12.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a082c9473c6642cce8b02405a979496126a03b096997888e86229afad05db06c" +checksum = "4cc3079a33483afa1b1365a3add3ea3e21c75b10f704870198ba7846627d10f2" dependencies = [ - "alloy-json-rpc 0.12.6", + "alloy-json-rpc", "alloy-transport", - "reqwest 0.12.9", + "reqwest 0.12.15", "serde_json", - "tower 0.5.1", + "tower 0.5.2", "tracing", "url", ] [[package]] name = "alloy-transport-ipc" -version = "0.12.5" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e61e2b5cbf16f7588e4420848b61824f6514944773732534f4129ba6a251e059" +checksum = "66c6f8e20aa6b748357bed157c14e561a176d0f6cffed7f99ee37758a7d16202" dependencies = [ - "alloy-json-rpc 0.12.6", + "alloy-json-rpc", "alloy-pubsub", "alloy-transport", "bytes", @@ -993,14 +866,14 @@ dependencies = [ [[package]] name = "alloy-transport-ws" -version = "0.12.5" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67ddcf4b98b3448eb998e057dc5a27345997863d6544ee7f0f79957616768dd3" +checksum = "5ef7a4301e8967c1998f193755fd9429e0ca81730e2e134e30c288c43dbf96f0" dependencies = [ "alloy-pubsub", "alloy-transport", "futures", - "http 1.1.0", + "http 1.3.1", "rustls 0.23.25", "serde_json", "tokio", @@ -1015,7 +888,7 @@ version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d95a94854e420f07e962f7807485856cde359ab99ab6413883e15235ad996e8b" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-rlp", "arbitrary", "arrayvec", @@ -1091,11 +964,12 @@ dependencies = [ [[package]] name = "anstyle-wincon" -version = "3.0.6" +version = "3.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" +checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" dependencies = [ "anstyle", + "once_cell", "windows-sys 0.59.0", ] @@ -1137,6 +1011,51 @@ dependencies = [ "num-traits", ] +[[package]] +name = "ark-bls12-381" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3df4dcc01ff89867cd86b0da835f23c3f02738353aaee7dde7495af71363b8d5" +dependencies = [ + "ark-ec", + "ark-ff 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", +] + +[[package]] +name = "ark-bn254" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d69eab57e8d2663efa5c63135b2af4f396d66424f88954c21104125ab6b3e6bc" +dependencies = [ + "ark-ec", + "ark-ff 0.5.0", + "ark-r1cs-std", + "ark-std 0.5.0", +] + +[[package]] +name = "ark-ec" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43d68f2d516162846c1238e755a7c4d131b892b70cc70c471a8e3ca3ed818fce" +dependencies = [ + "ahash", + "ark-ff 0.5.0", + "ark-poly", + "ark-serialize 0.5.0", + "ark-std 0.5.0", + "educe", + "fnv", + "hashbrown 0.15.2", + "itertools 0.13.0", + "num-bigint", + "num-integer", + "num-traits", + "zeroize", +] + [[package]] name = "ark-ff" version = "0.3.0" @@ -1175,6 +1094,26 @@ dependencies = [ "zeroize", ] +[[package]] +name = "ark-ff" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a177aba0ed1e0fbb62aa9f6d0502e9b46dad8c2eab04c14258a1212d2557ea70" +dependencies = [ + "ark-ff-asm 0.5.0", + "ark-ff-macros 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", + "arrayvec", + "digest 0.10.7", + "educe", + "itertools 0.13.0", + "num-bigint", + "num-traits", + "paste", + "zeroize", +] + [[package]] name = "ark-ff-asm" version = "0.3.0" @@ -1195,6 +1134,16 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "ark-ff-asm" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62945a2f7e6de02a31fe400aa489f0e0f5b2502e69f95f853adb82a96c7a6b60" +dependencies = [ + "quote", + "syn 2.0.100", +] + [[package]] name = "ark-ff-macros" version = "0.3.0" @@ -1220,6 +1169,63 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "ark-ff-macros" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09be120733ee33f7693ceaa202ca41accd5653b779563608f1234f78ae07c4b3" +dependencies = [ + "num-bigint", + "num-traits", + "proc-macro2", + "quote", + "syn 2.0.100", +] + +[[package]] +name = "ark-poly" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "579305839da207f02b89cd1679e50e67b4331e2f9294a57693e5051b7703fe27" +dependencies = [ + "ahash", + "ark-ff 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", + "educe", + "fnv", + "hashbrown 0.15.2", +] + +[[package]] +name = "ark-r1cs-std" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "941551ef1df4c7a401de7068758db6503598e6f01850bdb2cfdb614a1f9dbea1" +dependencies = [ + "ark-ec", + "ark-ff 0.5.0", + "ark-relations", + "ark-std 0.5.0", + "educe", + "num-bigint", + "num-integer", + "num-traits", + "tracing", +] + +[[package]] +name = "ark-relations" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec46ddc93e7af44bcab5230937635b06fb5744464dd6a7e7b083e80ebd274384" +dependencies = [ + "ark-ff 0.5.0", + "ark-std 0.5.0", + "tracing", + "tracing-subscriber 0.2.25", +] + [[package]] name = "ark-serialize" version = "0.3.0" @@ -1241,6 +1247,30 @@ dependencies = [ "num-bigint", ] +[[package]] +name = "ark-serialize" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f4d068aaf107ebcd7dfb52bc748f8030e0fc930ac8e360146ca54c1203088f7" +dependencies = [ + "ark-serialize-derive", + "ark-std 0.5.0", + "arrayvec", + "digest 0.10.7", + "num-bigint", +] + +[[package]] +name = "ark-serialize-derive" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "213888f660fddcca0d257e88e54ac05bca01885f258ccdf695bafd77031bb69d" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.100", +] + [[package]] name = "ark-std" version = "0.3.0" @@ -1261,11 +1291,21 @@ dependencies = [ "rand 0.8.5", ] +[[package]] +name = "ark-std" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a" +dependencies = [ + "num-traits", + "rand 0.8.5", +] + [[package]] name = "array-init-cursor" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf7d0a018de4f6aa429b9d33d69edf69072b1c5b1cb8d3e4a5f7ef898fc3eb76" +checksum = "ed51fe0f224d1d4ea768be38c51f9f831dee9d05c163c11fba0b8c44387b1fc3" [[package]] name = "arrayref" @@ -1350,9 +1390,9 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.4.17" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cb8f1d480b0ea3783ab015936d2a55c87e219676f0c0b7dec61494043f21857" +checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64" dependencies = [ "brotli 7.0.0", "flate2", @@ -1360,8 +1400,8 @@ dependencies = [ "memchr", "pin-project-lite", "tokio", - "zstd 0.13.2", - "zstd-safe 7.2.1", + "zstd 0.13.3", + "zstd-safe 7.2.4", ] [[package]] @@ -1422,9 +1462,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.87" +version = "0.1.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97" +checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" dependencies = [ "proc-macro2", "quote", @@ -1470,9 +1510,9 @@ dependencies = [ [[package]] name = "aurora-engine-modexp" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0aef7712851e524f35fbbb74fa6599c5cd8692056a1c36f9ca0d2001b670e7e5" +checksum = "518bc5745a6264b5fd7b09dffb9667e400ee9e2bbe18555fac75e1fe9afa0df9" dependencies = [ "hex", "num", @@ -1480,9 +1520,9 @@ dependencies = [ [[package]] name = "auto_impl" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42" +checksum = "e12882f59de5360c748c4cbf569a042d5fb0eb515f7bea9c1f470b47f6ffbd73" dependencies = [ "proc-macro2", "quote", @@ -1495,85 +1535,13 @@ version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" -[[package]] -name = "aws-lc-rs" -version = "1.12.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c2b7ddaa2c56a367ad27a094ad8ef4faacf8a617c2575acb2ba88949df999ca" -dependencies = [ - "aws-lc-sys", - "paste", - "zeroize", -] - -[[package]] -name = "aws-lc-sys" -version = "0.25.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54ac4f13dad353b209b34cbec082338202cbc01c8f00336b55c750c13ac91f8f" -dependencies = [ - "bindgen 0.69.5", - "cc", - "cmake", - "dunce", - "fs_extra", - "paste", -] - -[[package]] -name = "axum" -version = "0.7.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" -dependencies = [ - "async-trait", - "axum-core", - "bytes", - "futures-util", - "http 1.1.0", - "http-body 1.0.1", - "http-body-util", - "itoa", - "matchit", - "memchr", - "mime", - "percent-encoding", - "pin-project-lite", - "rustversion", - "serde", - "sync_wrapper 1.0.1", - "tower 0.5.1", - "tower-layer", - "tower-service", -] - -[[package]] -name = "axum-core" -version = "0.4.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199" -dependencies = [ - "async-trait", - "bytes", - "futures-util", - "http 1.1.0", - "http-body 1.0.1", - "http-body-util", - "mime", - "pin-project-lite", - "rustversion", - "sync_wrapper 1.0.1", - "tower-layer", - "tower-service", -] - [[package]] name = "backon" -version = "1.2.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4fa97bb310c33c811334143cf64c5bb2b7b3c06e453db6b095d7061eff8f113" +checksum = "970d91570c01a8a5959b36ad7dd1c30642df24b6b3068710066f6809f7033bb7" dependencies = [ - "fastrand 2.2.0", + "fastrand 2.3.0", "tokio", ] @@ -1598,12 +1566,6 @@ version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" -[[package]] -name = "base16ct" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" - [[package]] name = "base16ct" version = "0.2.0" @@ -1630,28 +1592,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64ct" -version = "1.6.0" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" - -[[package]] -name = "beacon-api-client" -version = "0.1.0" -source = "git+https://github.com/ralexstokes/ethereum-consensus/?rev=cf3c404043230559660810bc0c9d6d5a8498d819#cf3c404043230559660810bc0c9d6d5a8498d819" -dependencies = [ - "clap 4.5.21", - "ethereum-consensus", - "http 0.2.12", - "itertools 0.10.5", - "mev-share-sse", - "reqwest 0.11.27", - "serde", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tracing", - "url", -] +checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3" [[package]] name = "beef" @@ -1675,9 +1618,9 @@ dependencies = [ [[package]] name = "bigdecimal" -version = "0.4.6" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f850665a0385e070b64c38d2354e6c104c8479c59868d1e48a0c13ee2c7a1c1" +checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013" dependencies = [ "autocfg", "libm", @@ -1701,29 +1644,6 @@ dependencies = [ "serde", ] -[[package]] -name = "bindgen" -version = "0.69.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" -dependencies = [ - "bitflags 2.9.0", - "cexpr", - "clang-sys", - "itertools 0.11.0", - "lazy_static", - "lazycell", - "log", - "prettyplease", - "proc-macro2", - "quote", - "regex", - "rustc-hash 1.1.0", - "shlex", - "syn 2.0.100", - "which", -] - [[package]] name = "bindgen" version = "0.70.1" @@ -1744,18 +1664,18 @@ dependencies = [ [[package]] name = "bit-set" -version = "0.5.3" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" +checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" dependencies = [ "bit-vec", ] [[package]] name = "bit-vec" -version = "0.6.3" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" +checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" [[package]] name = "bitcoin-io" @@ -1803,9 +1723,9 @@ dependencies = [ [[package]] name = "blake3" -version = "1.5.5" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e" +checksum = "34a796731680be7931955498a16a10b2270c7762963d5d570fdbfe02dcbf314f" dependencies = [ "arrayref", "arrayvec", @@ -1843,9 +1763,9 @@ dependencies = [ [[package]] name = "blst" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4378725facc195f1a538864863f6de233b500a8862747e7f165078a419d5e874" +checksum = "47c79a94619fade3c0b887670333513a67ac28a6a7e653eb260bf0d4103db38d" dependencies = [ "cc", "glob", @@ -1863,9 +1783,9 @@ dependencies = [ "boa_interner", "boa_macros", "boa_string", - "indexmap 2.7.0", + "indexmap 2.8.0", "num-bigint", - "rustc-hash 2.1.0", + "rustc-hash 2.1.1", ] [[package]] @@ -1889,7 +1809,7 @@ dependencies = [ "fast-float2", "hashbrown 0.15.2", "icu_normalizer", - "indexmap 2.7.0", + "indexmap 2.8.0", "intrusive-collections", "itertools 0.13.0", "num-bigint", @@ -1901,7 +1821,7 @@ dependencies = [ "portable-atomic", "rand 0.8.5", "regress", - "rustc-hash 2.1.0", + "rustc-hash 2.1.1", "ryu-js", "serde", "serde_json", @@ -1909,7 +1829,7 @@ dependencies = [ "static_assertions", "tap", "thin-vec", - "thiserror 2.0.11", + "thiserror 2.0.12", "time", ] @@ -1935,10 +1855,10 @@ dependencies = [ "boa_gc", "boa_macros", "hashbrown 0.15.2", - "indexmap 2.7.0", + "indexmap 2.8.0", "once_cell", - "phf 0.11.2", - "rustc-hash 2.1.0", + "phf 0.11.3", + "rustc-hash 2.1.1", "static_assertions", ] @@ -1951,7 +1871,7 @@ dependencies = [ "proc-macro2", "quote", "syn 2.0.100", - "synstructure 0.13.1", + "synstructure", ] [[package]] @@ -1970,7 +1890,7 @@ dependencies = [ "num-bigint", "num-traits", "regress", - "rustc-hash 2.1.0", + "rustc-hash 2.1.1", ] [[package]] @@ -1987,7 +1907,7 @@ checksum = "7debc13fbf7997bf38bf8e9b20f1ad5e2a7d27a900e1f6039fe244ce30f589b5" dependencies = [ "fast-float2", "paste", - "rustc-hash 2.1.0", + "rustc-hash 2.1.1", "sptr", "static_assertions", ] @@ -2020,7 +1940,7 @@ checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", - "brotli-decompressor 4.0.1", + "brotli-decompressor 4.0.2", ] [[package]] @@ -2035,20 +1955,14 @@ dependencies = [ [[package]] name = "brotli-decompressor" -version = "4.0.1" +version = "4.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362" +checksum = "74fa05ad7d803d413eb8380983b092cbbaf9a85f151b871360e7b00cd7060b37" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", ] -[[package]] -name = "bs58" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" - [[package]] name = "bs58" version = "0.5.1" @@ -2060,9 +1974,9 @@ dependencies = [ [[package]] name = "bstr" -version = "1.11.0" +version = "1.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a68f1f47cdf0ec8ee4b941b2eee2a80cb796db73118c0dd09ac63fbe405be22" +checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0" dependencies = [ "memchr", "regex-automata 0.4.9", @@ -2081,15 +1995,15 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.16.0" +version = "3.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" +checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" [[package]] name = "byte-slice-cast" -version = "1.2.2" +version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" +checksum = "7575182f7272186991736b70173b0ea045398f984bf5ebbb3804736ce1330c9d" [[package]] name = "bytecount" @@ -2099,18 +2013,18 @@ checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" [[package]] name = "bytemuck" -version = "1.19.0" +version = "1.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d" +checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540" dependencies = [ "bytemuck_derive", ] [[package]] name = "bytemuck_derive" -version = "1.8.0" +version = "1.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec" +checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1" dependencies = [ "proc-macro2", "quote", @@ -2125,9 +2039,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.10.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9" +checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" dependencies = [ "serde", ] @@ -2144,21 +2058,21 @@ dependencies = [ [[package]] name = "bzip2-sys" -version = "0.1.11+1.0.8" +version = "0.1.13+1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" +checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14" dependencies = [ "cc", - "libc", "pkg-config", ] [[package]] name = "c-kzg" -version = "1.0.3" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0307f72feab3300336fb803a57134159f6e20139af1357f36c54cb90d8e8928" +checksum = "4e7e3c397401eb76228c89561cf22f85f41c95aa799ee9d860de3ea1cbc728fc" dependencies = [ + "arbitrary", "blst", "cc", "glob", @@ -2179,9 +2093,9 @@ dependencies = [ [[package]] name = "cargo-platform" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" +checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" dependencies = [ "serde", ] @@ -2194,7 +2108,7 @@ checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa" dependencies = [ "camino", "cargo-platform", - "semver 1.0.23", + "semver 1.0.26", "serde", "serde_json", ] @@ -2207,10 +2121,10 @@ checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba" dependencies = [ "camino", "cargo-platform", - "semver 1.0.23", + "semver 1.0.26", "serde", "serde_json", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] @@ -2274,9 +2188,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrono" -version = "0.4.38" +version = "0.4.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" +checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c" dependencies = [ "android-tzdata", "iana-time-zone", @@ -2284,7 +2198,7 @@ dependencies = [ "num-traits", "serde", "wasm-bindgen", - "windows-targets 0.52.6", + "windows-link", ] [[package]] @@ -2349,9 +2263,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.21" +version = "4.5.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f" +checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff" dependencies = [ "clap_builder", "clap_derive", @@ -2359,21 +2273,21 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.21" +version = "4.5.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec" +checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489" dependencies = [ "anstream", "anstyle", - "clap_lex 0.7.3", + "clap_lex 0.7.4", "strsim", ] [[package]] name = "clap_derive" -version = "4.5.18" +version = "4.5.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" +checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7" dependencies = [ "heck 0.5.0", "proc-macro2", @@ -2392,18 +2306,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7" - -[[package]] -name = "cmake" -version = "0.1.54" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0" -dependencies = [ - "cc", -] +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "colorchoice" @@ -2423,21 +2328,20 @@ dependencies = [ [[package]] name = "comfy-table" -version = "7.1.3" +version = "7.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24f165e7b643266ea80cb858aed492ad9280e3e05ce24d4a99d7d7b889b6a4d9" +checksum = "4a65ebfec4fb190b6f90e944a817d60499ee0744e582530e2c9900a22e591d9a" dependencies = [ "crossterm", - "strum 0.26.3", - "strum_macros 0.26.4", + "unicode-segmentation", "unicode-width 0.2.0", ] [[package]] name = "compact_str" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6050c3a16ddab2e412160b31f2c871015704239bca62f72f6e5f0be631d3f644" +checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32" dependencies = [ "castaway", "cfg-if", @@ -2467,15 +2371,15 @@ dependencies = [ [[package]] name = "console" -version = "0.15.8" +version = "0.15.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" +checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" dependencies = [ "encode_unicode", - "lazy_static", "libc", - "unicode-width 0.1.14", - "windows-sys 0.52.0", + "once_cell", + "unicode-width 0.2.0", + "windows-sys 0.59.0", ] [[package]] @@ -2497,6 +2401,26 @@ version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" +[[package]] +name = "const_format" +version = "0.2.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd" +dependencies = [ + "const_format_proc_macros", +] + +[[package]] +name = "const_format_proc_macros" +version = "0.2.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744" +dependencies = [ + "proc-macro2", + "quote", + "unicode-xid", +] + [[package]] name = "constant_time_eq" version = "0.1.5" @@ -2509,12 +2433,6 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" -[[package]] -name = "convert_case" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" - [[package]] name = "convert_case" version = "0.7.1" @@ -2561,9 +2479,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.15" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ca741a962e1b0bff6d724a1a0958b686406e853bb14061f218562e1896f95e6" +checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" dependencies = [ "libc", ] @@ -2627,7 +2545,7 @@ dependencies = [ "anes", "cast", "ciborium", - "clap 4.5.21", + "clap 4.5.34", "criterion-plot", "futures", "is-terminal", @@ -2677,18 +2595,18 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.13" +version = "0.5.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" +checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471" dependencies = [ "crossbeam-utils", ] [[package]] name = "crossbeam-deque" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" +checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" dependencies = [ "crossbeam-epoch", "crossbeam-utils", @@ -2705,18 +2623,18 @@ dependencies = [ [[package]] name = "crossbeam-queue" -version = "0.3.11" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" +checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" dependencies = [ "crossbeam-utils", ] [[package]] name = "crossbeam-utils" -version = "0.8.20" +version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" +checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "crossterm" @@ -2728,7 +2646,7 @@ dependencies = [ "crossterm_winapi", "mio", "parking_lot", - "rustix", + "rustix 0.38.44", "signal-hook", "signal-hook-mio", "winapi", @@ -2745,21 +2663,9 @@ dependencies = [ [[package]] name = "crunchy" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" - -[[package]] -name = "crypto-bigint" -version = "0.4.9" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" -dependencies = [ - "generic-array", - "rand_core 0.6.4", - "subtle", - "zeroize", -] +checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929" [[package]] name = "crypto-bigint" @@ -2803,7 +2709,7 @@ dependencies = [ "cssparser-macros", "dtoa-short", "itoa", - "phf 0.11.2", + "phf 0.11.3", "smallvec", ] @@ -2831,9 +2737,9 @@ dependencies = [ [[package]] name = "csv-core" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" +checksum = "7d02f3b0da4c6504f86e9cd789d8dbafab48c2321be74e9987593de5a894d93d" dependencies = [ "memchr", ] @@ -2886,9 +2792,9 @@ dependencies = [ [[package]] name = "darling" -version = "0.20.10" +version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" +checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" dependencies = [ "darling_core", "darling_macro", @@ -2896,9 +2802,9 @@ dependencies = [ [[package]] name = "darling_core" -version = "0.20.10" +version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" +checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" dependencies = [ "fnv", "ident_case", @@ -2910,9 +2816,9 @@ dependencies = [ [[package]] name = "darling_macro" -version = "0.20.10" +version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" +checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" dependencies = [ "darling_core", "quote", @@ -2948,15 +2854,15 @@ dependencies = [ [[package]] name = "data-encoding" -version = "2.6.0" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" +checksum = "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010" [[package]] name = "data-encoding-macro" -version = "0.1.15" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1559b6cba622276d6d63706db152618eeb15b89b3e4041446b05876e352e639" +checksum = "9f9724adfcf41f45bf652b3995837669d73c4d49a1b5ac1ff82905ac7d9b5558" dependencies = [ "data-encoding", "data-encoding-macro-internal", @@ -2964,12 +2870,12 @@ dependencies = [ [[package]] name = "data-encoding-macro-internal" -version = "0.1.13" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "332d754c0af53bc87c108fed664d121ecf59207ec4196041f04d6ab9002ad33f" +checksum = "18e4fdb82bd54a12e42fb58a800dcae6b9e13982238ce2296dc3570b92148e1f" dependencies = [ "data-encoding", - "syn 1.0.109", + "syn 2.0.100", ] [[package]] @@ -2980,25 +2886,15 @@ checksum = "f578e8e2c440e7297e008bb5486a3a8a194775224bbc23729b0dbdfaeebf162e" [[package]] name = "delay_map" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df941644b671f05f59433e481ba0d31ac10e3667de725236a4c0d587c496fba1" +checksum = "88e365f083a5cb5972d50ce8b1b2c9f125dc5ec0f50c0248cfb568ae59efcf0b" dependencies = [ "futures", "tokio", "tokio-util", ] -[[package]] -name = "der" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" -dependencies = [ - "const-oid", - "zeroize", -] - [[package]] name = "der" version = "0.7.9" @@ -3012,9 +2908,9 @@ dependencies = [ [[package]] name = "deranged" -version = "0.3.11" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" +checksum = "28cfac68e08048ae1883171632c2aef3ebc555621ae56fbccce1cbf22dd7f058" dependencies = [ "powerfmt", "serde", @@ -3086,14 +2982,12 @@ dependencies = [ [[package]] name = "derive_more" -version = "0.99.18" +version = "0.99.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" +checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f" dependencies = [ - "convert_case 0.4.0", "proc-macro2", "quote", - "rustc_version 0.4.1", "syn 2.0.100", ] @@ -3124,7 +3018,6 @@ dependencies = [ "proc-macro2", "quote", "syn 2.0.100", - "unicode-xid", ] [[package]] @@ -3133,7 +3026,7 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3" dependencies = [ - "convert_case 0.7.1", + "convert_case", "proc-macro2", "quote", "syn 2.0.100", @@ -3221,7 +3114,7 @@ dependencies = [ "arrayvec", "ctr", "delay_map", - "enr 0.13.0", + "enr", "fnv", "futures", "hashlink 0.9.1", @@ -3231,7 +3124,7 @@ dependencies = [ "libp2p-identity", "lru 0.12.5", "more-asserts", - "multiaddr 0.18.2", + "multiaddr", "parking_lot", "rand 0.8.5", "smallvec", @@ -3259,12 +3152,6 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aac81fa3e28d21450aa4d2ac065992ba96a1d7303efbce51a95f4fd175b67562" -[[package]] -name = "dotenv" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f" - [[package]] name = "dotenvy" version = "0.15.7" @@ -3279,9 +3166,9 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" [[package]] name = "dtoa" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" +checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04" [[package]] name = "dtoa-short" @@ -3300,21 +3187,9 @@ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" [[package]] name = "dyn-clone" -version = "1.0.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" - -[[package]] -name = "ecdsa" -version = "0.14.8" +version = "1.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" -dependencies = [ - "der 0.6.1", - "elliptic-curve 0.12.3", - "rfc6979 0.3.1", - "signature 1.6.4", -] +checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" [[package]] name = "ecdsa" @@ -3322,13 +3197,13 @@ version = "0.16.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" dependencies = [ - "der 0.7.9", + "der", "digest 0.10.7", - "elliptic-curve 0.13.8", - "rfc6979 0.4.0", + "elliptic-curve", + "rfc6979", "serdect", - "signature 2.2.0", - "spki 0.7.3", + "signature", + "spki", ] [[package]] @@ -3337,8 +3212,8 @@ version = "2.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" dependencies = [ - "pkcs8 0.10.2", - "signature 2.2.0", + "pkcs8", + "signature", ] [[package]] @@ -3356,6 +3231,18 @@ dependencies = [ "zeroize", ] +[[package]] +name = "educe" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417" +dependencies = [ + "enum-ordinalize", + "proc-macro2", + "quote", + "syn 2.0.100", +] + [[package]] name = "ego-tree" version = "0.6.3" @@ -3371,41 +3258,21 @@ dependencies = [ "serde", ] -[[package]] -name = "elliptic-curve" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" -dependencies = [ - "base16ct 0.1.1", - "crypto-bigint 0.4.9", - "der 0.6.1", - "digest 0.10.7", - "ff 0.12.1", - "generic-array", - "group 0.12.1", - "pkcs8 0.9.0", - "rand_core 0.6.4", - "sec1 0.3.0", - "subtle", - "zeroize", -] - [[package]] name = "elliptic-curve" version = "0.13.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" dependencies = [ - "base16ct 0.2.0", - "crypto-bigint 0.5.5", + "base16ct", + "crypto-bigint", "digest 0.10.7", - "ff 0.13.0", + "ff", "generic-array", - "group 0.13.0", - "pkcs8 0.10.2", + "group", + "pkcs8", "rand_core 0.6.4", - "sec1 0.7.3", + "sec1", "serdect", "subtle", "zeroize", @@ -3413,9 +3280,9 @@ dependencies = [ [[package]] name = "encode_unicode" -version = "0.3.6" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" +checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" [[package]] name = "encoding_rs" @@ -3426,31 +3293,6 @@ dependencies = [ "cfg-if", ] -[[package]] -name = "endian-type" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" - -[[package]] -name = "enr" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26fa0a0be8915790626d5759eb51fe47435a8eac92c2f212bd2da9aa7f30ea56" -dependencies = [ - "base64 0.13.1", - "bs58 0.4.0", - "bytes", - "hex", - "k256 0.11.6", - "log", - "rand 0.8.5", - "rlp", - "serde", - "sha3", - "zeroize", -] - [[package]] name = "enr" version = "0.13.0" @@ -3462,7 +3304,7 @@ dependencies = [ "bytes", "ed25519-dalek", "hex", - "k256 0.13.4", + "k256", "log", "rand 0.8.5", "secp256k1", @@ -3483,6 +3325,26 @@ dependencies = [ "syn 2.0.100", ] +[[package]] +name = "enum-ordinalize" +version = "4.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5" +dependencies = [ + "enum-ordinalize-derive", +] + +[[package]] +name = "enum-ordinalize-derive" +version = "4.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.100", +] + [[package]] name = "enum_dispatch" version = "0.3.13" @@ -3508,18 +3370,18 @@ dependencies = [ [[package]] name = "equivalent" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "errno" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" +checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -3546,7 +3408,7 @@ dependencies = [ name = "eth-sparse-mpt" version = "0.1.0" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-rlp", "alloy-trie", "criterion 0.4.0", @@ -3564,7 +3426,7 @@ dependencies = [ "reth-trie", "reth-trie-db", "revm", - "rustc-hash 2.1.0", + "rustc-hash 2.1.1", "serde", "serde_json", "serde_with", @@ -3605,30 +3467,6 @@ dependencies = [ "tiny-keccak", ] -[[package]] -name = "ethereum-consensus" -version = "0.1.1" -source = "git+https://github.com/ralexstokes/ethereum-consensus/?rev=cf3c404043230559660810bc0c9d6d5a8498d819#cf3c404043230559660810bc0c9d6d5a8498d819" -dependencies = [ - "blst", - "bs58 0.4.0", - "c-kzg", - "enr 0.6.2", - "hex", - "integer-sqrt", - "multiaddr 0.14.0", - "multihash 0.16.3", - "rand 0.8.5", - "serde", - "serde_json", - "serde_yaml", - "sha2 0.10.8", - "ssz_rs 0.9.0 (git+https://github.com/ralexstokes/ssz-rs?rev=84ef2b71aa004f6767420badb42c902ad56b8b72)", - "thiserror 1.0.69", - "tokio", - "tokio-stream", -] - [[package]] name = "ethereum-types" version = "0.14.1" @@ -3662,7 +3500,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70cbccfccf81d67bff0ab36e591fa536c8a935b078a7b0e58c1d00d418332fc9" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "hex", "serde", "serde_derive", @@ -3671,12 +3509,11 @@ dependencies = [ [[package]] name = "ethereum_ssz" -version = "0.8.0" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfbba28f4f3f32d92c06a64f5bf6c4537b5d4e21f28c689bd2bbaecfea4e0d3e" +checksum = "86da3096d1304f5f28476ce383005385459afeaf0eea08592b65ddbc9b258d16" dependencies = [ - "alloy-primitives 0.8.23", - "derivative", + "alloy-primitives", "ethereum_serde_utils", "itertools 0.13.0", "serde", @@ -3687,9 +3524,9 @@ dependencies = [ [[package]] name = "ethereum_ssz_derive" -version = "0.8.0" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d37845ba7c16bf4be8be4b5786f03a2ba5f2fda0d7f9e7cb2282f69cff420d7" +checksum = "d832a5c38eba0e7ad92592f7a22d693954637fbb332b4f669590d66a5c3183e5" dependencies = [ "darling", "proc-macro2", @@ -3707,10 +3544,10 @@ dependencies = [ "bytes", "chrono", "const-hex", - "elliptic-curve 0.13.8", + "elliptic-curve", "ethabi", "generic-array", - "k256 0.13.4", + "k256", "num_enum", "open-fastrlp", "rand 0.8.5", @@ -3742,7 +3579,7 @@ version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "949eb68d436415e37b7a69c49a9900d5337616b0e420377ccc48038b86261e16" dependencies = [ - "fastrand 2.2.0", + "fastrand 2.3.0", ] [[package]] @@ -3784,9 +3621,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "fastrlp" @@ -3800,30 +3637,31 @@ dependencies = [ ] [[package]] -name = "fdlimit" -version = "0.3.0" +name = "fastrlp" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e182f7dbc2ef73d9ef67351c5fbbea084729c48362d3ce9dd44c28e32e277fe5" +checksum = "ce8dba4714ef14b8274c371879b175aa55b16b30f269663f19d576f380018dc4" dependencies = [ - "libc", - "thiserror 1.0.69", + "arrayvec", + "auto_impl", + "bytes", ] [[package]] -name = "ff" -version = "0.12.1" +name = "fdlimit" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" +checksum = "e182f7dbc2ef73d9ef67351c5fbbea084729c48362d3ce9dd44c28e32e277fe5" dependencies = [ - "rand_core 0.6.4", - "subtle", + "libc", + "thiserror 1.0.69", ] [[package]] name = "ff" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" +checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" dependencies = [ "rand_core 0.6.4", "subtle", @@ -3861,9 +3699,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.0.35" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" +checksum = "11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc" dependencies = [ "crc32fast", "miniz_oxide", @@ -3889,9 +3727,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "foldhash" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" +checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" [[package]] name = "foreign-types" @@ -3925,15 +3763,9 @@ dependencies = [ [[package]] name = "fragile" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" - -[[package]] -name = "fs_extra" -version = "1.3.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" +checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" [[package]] name = "fsevent-sys" @@ -4160,14 +3992,16 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8" +checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0" dependencies = [ "cfg-if", + "js-sys", "libc", - "wasi 0.13.3+wasi-0.2.2", - "windows-targets 0.52.6", + "r-efi", + "wasi 0.14.2+wasi-0.2.4", + "wasm-bindgen", ] [[package]] @@ -4188,9 +4022,9 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[package]] name = "git2" -version = "0.20.0" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fda788993cc341f69012feba8bf45c0ba4f3291fcc08e214b4d5a7332d88aff" +checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9" dependencies = [ "bitflags 2.9.0", "libc", @@ -4201,9 +4035,9 @@ dependencies = [ [[package]] name = "glob" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" +checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" [[package]] name = "gloo-net" @@ -4236,7 +4070,7 @@ dependencies = [ "futures-core", "futures-sink", "gloo-utils", - "http 1.1.0", + "http 1.3.1", "js-sys", "pin-project", "serde", @@ -4292,24 +4126,13 @@ dependencies = [ "spinning_top", ] -[[package]] -name = "group" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" -dependencies = [ - "ff 0.12.1", - "rand_core 0.6.4", - "subtle", -] - [[package]] name = "group" version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" dependencies = [ - "ff 0.13.0", + "ff", "rand_core 0.6.4", "subtle", ] @@ -4326,7 +4149,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.7.0", + "indexmap 2.8.0", "slab", "tokio", "tokio-util", @@ -4335,17 +4158,17 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.6" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" +checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2" dependencies = [ "atomic-waker", "bytes", "fnv", "futures-core", "futures-sink", - "http 1.1.0", - "indexmap 2.7.0", + "http 1.3.1", + "indexmap 2.8.0", "slab", "tokio", "tokio-util", @@ -4354,9 +4177,9 @@ dependencies = [ [[package]] name = "half" -version = "2.4.1" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" +checksum = "7db2ff139bba50379da6aa0766b52fdcb62cb5b263009b09ed58ba604e14bbd1" dependencies = [ "cfg-if", "crunchy", @@ -4493,9 +4316,9 @@ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" [[package]] name = "hermit-abi" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" +checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e" [[package]] name = "hex" @@ -4515,12 +4338,6 @@ dependencies = [ "arrayvec", ] -[[package]] -name = "hex-literal" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" - [[package]] name = "hickory-proto" version = "0.25.1" @@ -4542,7 +4359,7 @@ dependencies = [ "rand 0.9.0", "ring", "serde", - "thiserror 2.0.11", + "thiserror 2.0.12", "tinyvec", "tokio", "tracing", @@ -4566,7 +4383,7 @@ dependencies = [ "resolv-conf", "serde", "smallvec", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tracing", ] @@ -4612,22 +4429,22 @@ dependencies = [ [[package]] name = "home" -version = "0.5.9" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" +checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] name = "hostname" -version = "0.3.1" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" +checksum = "f9c7c7c8ac16c798734b8a24560c1362120597c40d5e1459f09498f8f6c8f2ba" dependencies = [ + "cfg-if", "libc", - "match_cfg", - "winapi", + "windows 0.52.0", ] [[package]] @@ -4657,9 +4474,9 @@ dependencies = [ [[package]] name = "http" -version = "1.1.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" dependencies = [ "bytes", "fnv", @@ -4684,27 +4501,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", - "http 1.1.0", + "http 1.3.1", ] [[package]] name = "http-body-util" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" +checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" dependencies = [ "bytes", - "futures-util", - "http 1.1.0", + "futures-core", + "http 1.3.1", "http-body 1.0.1", "pin-project-lite", ] [[package]] name = "http-range-header" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08a397c49fec283e3d6211adbe480be95aae5f304cfb923e9970e08956d5168a" +checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c" [[package]] name = "http-types" @@ -4728,9 +4545,9 @@ dependencies = [ [[package]] name = "httparse" -version = "1.9.5" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" +checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" [[package]] name = "httpdate" @@ -4746,9 +4563,9 @@ checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e" [[package]] name = "humantime" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" +checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f" [[package]] name = "humantime-serde" @@ -4762,9 +4579,9 @@ dependencies = [ [[package]] name = "hyper" -version = "0.14.31" +version = "0.14.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85" +checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" dependencies = [ "bytes", "futures-channel", @@ -4786,15 +4603,15 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" +checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" dependencies = [ "bytes", "futures-channel", "futures-util", - "h2 0.4.6", - "http 1.1.0", + "h2 0.4.8", + "http 1.3.1", "http-body 1.0.1", "httparse", "httpdate", @@ -4813,7 +4630,7 @@ checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", "http 0.2.12", - "hyper 0.14.31", + "hyper 0.14.32", "log", "rustls 0.21.12", "rustls-native-certs 0.6.3", @@ -4823,35 +4640,22 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.27.3" +version = "0.27.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" +checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" dependencies = [ "futures-util", - "http 1.1.0", - "hyper 1.5.0", + "http 1.3.1", + "hyper 1.6.0", "hyper-util", "log", "rustls 0.23.25", - "rustls-native-certs 0.8.0", + "rustls-native-certs 0.8.1", "rustls-pki-types", "tokio", - "tokio-rustls 0.26.0", - "tower-service", - "webpki-roots 0.26.6", -] - -[[package]] -name = "hyper-timeout" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0" -dependencies = [ - "hyper 1.5.0", - "hyper-util", - "pin-project-lite", - "tokio", + "tokio-rustls 0.26.2", "tower-service", + "webpki-roots 0.26.8", ] [[package]] @@ -4861,7 +4665,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" dependencies = [ "bytes", - "hyper 0.14.31", + "hyper 0.14.32", "native-tls", "tokio", "tokio-native-tls", @@ -4875,7 +4679,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" dependencies = [ "bytes", "http-body-util", - "hyper 1.5.0", + "hyper 1.6.0", "hyper-util", "native-tls", "tokio", @@ -4885,16 +4689,17 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" +checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2" dependencies = [ "bytes", "futures-channel", "futures-util", - "http 1.1.0", + "http 1.3.1", "http-body 1.0.1", - "hyper 1.5.0", + "hyper 1.6.0", + "libc", "pin-project-lite", "socket2", "tokio", @@ -4904,16 +4709,17 @@ dependencies = [ [[package]] name = "iana-time-zone" -version = "0.1.61" +version = "0.1.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" +checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" dependencies = [ "android_system_properties", "core-foundation-sys", "iana-time-zone-haiku", "js-sys", + "log", "wasm-bindgen", - "windows-core 0.52.0", + "windows-core 0.61.0", ] [[package]] @@ -4966,9 +4772,9 @@ dependencies = [ [[package]] name = "icu_locid_transform_data" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" +checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d" [[package]] name = "icu_normalizer" @@ -4990,9 +4796,9 @@ dependencies = [ [[package]] name = "icu_normalizer_data" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" +checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7" [[package]] name = "icu_properties" @@ -5011,9 +4817,9 @@ dependencies = [ [[package]] name = "icu_properties_data" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" +checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2" [[package]] name = "icu_provider" @@ -5072,12 +4878,12 @@ dependencies = [ [[package]] name = "if-addrs" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a78a89907582615b19f6f0da1af18abf6ff08be259395669b834b057a7ee92d8" +checksum = "69b2eeee38fef3aa9b4cc5f1beea8a2444fc00e7377cafae396de3f5c2065e24" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -5109,13 +4915,13 @@ dependencies = [ [[package]] name = "impl-trait-for-tuples" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb" +checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.100", ] [[package]] @@ -5156,9 +4962,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.7.0" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" +checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058" dependencies = [ "arbitrary", "equivalent", @@ -5168,9 +4974,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.9" +version = "0.17.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" +checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" dependencies = [ "console", "number_prefix", @@ -5181,9 +4987,9 @@ dependencies = [ [[package]] name = "indoc" -version = "2.0.5" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" +checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" [[package]] name = "infer" @@ -5213,9 +5019,9 @@ dependencies = [ [[package]] name = "inout" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" +checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" dependencies = [ "block-padding", "generic-array", @@ -5223,13 +5029,12 @@ dependencies = [ [[package]] name = "instability" -version = "0.3.3" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b829f37dead9dc39df40c2d3376c179fdfd2ac771f53f55d3c30dc096a3c0c6e" +checksum = "0bf9fed6d91cfb734e7476a06bde8300a1b94e217e1b523b6f0cd1a01998c71d" dependencies = [ "darling", "indoc", - "pretty_assertions", "proc-macro2", "quote", "syn 2.0.100", @@ -5250,20 +5055,11 @@ version = "4.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d762194228a2f1c11063e46e32e5acb96e66e906382b9eb5441f2e0504bbd5a" -[[package]] -name = "integer-sqrt" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770" -dependencies = [ - "num-traits", -] - [[package]] name = "interprocess" -version = "2.2.1" +version = "2.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2f4e4a06d42fab3e85ab1b419ad32b09eab58b901d40c57935ff92db3287a13" +checksum = "d941b405bd2322993887859a8ee6ac9134945a24ec5ec763a8a962fc64dfec2d" dependencies = [ "doctest-file", "futures-core", @@ -5297,15 +5093,15 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.10.1" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" +checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" [[package]] name = "iri-string" -version = "0.7.7" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc0f0a572e8ffe56e2ff4f769f32ffe919282c3916799f8b68688b6030063bea" +checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" dependencies = [ "memchr", "serde", @@ -5313,13 +5109,13 @@ dependencies = [ [[package]] name = "is-terminal" -version = "0.4.13" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" +checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" dependencies = [ - "hermit-abi 0.4.0", + "hermit-abi 0.5.0", "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -5366,9 +5162,9 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.11" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" +checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" [[package]] name = "jni" @@ -5480,16 +5276,16 @@ dependencies = [ "futures-channel", "futures-util", "gloo-net 0.6.0", - "http 1.1.0", + "http 1.3.1", "jsonrpsee-core 0.24.9", "pin-project", "rustls 0.23.25", "rustls-pki-types", "rustls-platform-verifier", - "soketto 0.8.0", + "soketto 0.8.1", "thiserror 1.0.69", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls 0.26.2", "tokio-util", "tracing", "url", @@ -5507,7 +5303,7 @@ dependencies = [ "beef", "futures-timer", "futures-util", - "hyper 0.14.31", + "hyper 0.14.32", "jsonrpsee-types 0.20.4", "parking_lot", "rand 0.8.5", @@ -5531,14 +5327,14 @@ dependencies = [ "bytes", "futures-timer", "futures-util", - "http 1.1.0", + "http 1.3.1", "http-body 1.0.1", "http-body-util", "jsonrpsee-types 0.24.9", "parking_lot", "pin-project", "rand 0.8.5", - "rustc-hash 2.1.0", + "rustc-hash 2.1.1", "serde", "serde_json", "thiserror 1.0.69", @@ -5555,7 +5351,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57c7b9f95208927653e7965a98525e7fc641781cab89f0e27c43fa2974405683" dependencies = [ "async-trait", - "hyper 0.14.31", + "hyper 0.14.32", "hyper-rustls 0.24.2", "jsonrpsee-core 0.20.4", "jsonrpsee-types 0.20.4", @@ -5577,8 +5373,8 @@ dependencies = [ "async-trait", "base64 0.22.1", "http-body 1.0.1", - "hyper 1.5.0", - "hyper-rustls 0.27.3", + "hyper 1.6.0", + "hyper-rustls 0.27.5", "hyper-util", "jsonrpsee-core 0.24.9", "jsonrpsee-types 0.24.9", @@ -5613,7 +5409,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e65763c942dfc9358146571911b0cd1c361c2d63e2d2305622d40d36376ca80" dependencies = [ "heck 0.5.0", - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", "syn 2.0.100", @@ -5627,7 +5423,7 @@ checksum = "a482bc4e25eebd0adb61a3468c722763c381225bd3ec46e926f709df8a8eb548" dependencies = [ "futures-util", "http 0.2.12", - "hyper 0.14.31", + "hyper 0.14.32", "jsonrpsee-core 0.20.4", "jsonrpsee-types 0.20.4", "route-recognizer", @@ -5649,10 +5445,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55e363146da18e50ad2b51a0a7925fc423137a0b1371af8235b1c231a0647328" dependencies = [ "futures-util", - "http 1.1.0", + "http 1.3.1", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.6.0", "hyper-util", "jsonrpsee-core 0.24.9", "jsonrpsee-types 0.24.9", @@ -5660,7 +5456,7 @@ dependencies = [ "route-recognizer", "serde", "serde_json", - "soketto 0.8.0", + "soketto 0.8.1", "thiserror 1.0.69", "tokio", "tokio-stream", @@ -5689,7 +5485,7 @@ version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08a8e70baf945b6b5752fc8eb38c918a48f1234daf11355e07106d963f860089" dependencies = [ - "http 1.1.0", + "http 1.3.1", "serde", "serde_json", "thiserror 1.0.69", @@ -5736,7 +5532,7 @@ version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "01b3323d890aa384f12148e8d2a1fd18eb66e9e7e825f9de4fa53bcc19b93eef" dependencies = [ - "http 1.1.0", + "http 1.3.1", "jsonrpsee-client-transport 0.24.9", "jsonrpsee-core 0.24.9", "jsonrpsee-types 0.24.9", @@ -5745,11 +5541,11 @@ dependencies = [ [[package]] name = "jsonwebtoken" -version = "9.3.0" +version = "9.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f" +checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde" dependencies = [ - "base64 0.21.7", + "base64 0.22.1", "js-sys", "pem", "ring", @@ -5758,18 +5554,6 @@ dependencies = [ "simple_asn1", ] -[[package]] -name = "k256" -version = "0.11.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72c1e0b51e7ec0a97369623508396067a486bd0cbed95a2659a4b863d28cfc8b" -dependencies = [ - "cfg-if", - "ecdsa 0.14.8", - "elliptic-curve 0.12.3", - "sha2 0.10.8", -] - [[package]] name = "k256" version = "0.13.4" @@ -5777,12 +5561,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" dependencies = [ "cfg-if", - "ecdsa 0.16.9", - "elliptic-curve 0.13.8", + "ecdsa", + "elliptic-curve", "once_cell", "serdect", "sha2 0.10.8", - "signature 2.2.0", + "signature", ] [[package]] @@ -5833,12 +5617,6 @@ dependencies = [ "spin", ] -[[package]] -name = "lazycell" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" - [[package]] name = "lexical" version = "6.1.1" @@ -5914,15 +5692,15 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.169" +version = "0.2.171" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" +checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" [[package]] name = "libgit2-sys" -version = "0.18.0+1.9.0" +version = "0.18.1+1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1a117465e7e1597e8febea8bb0c410f1c7fb93b1e1cddf34363f8390367ffec" +checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e" dependencies = [ "cc", "libc", @@ -5932,9 +5710,9 @@ dependencies = [ [[package]] name = "libloading" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" +checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", "windows-targets 0.52.6", @@ -5948,16 +5726,16 @@ checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" [[package]] name = "libp2p-identity" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55cca1eb2bc1fd29f099f3daaab7effd01e1a54b7c577d0ed082521034d912e8" +checksum = "257b5621d159b32282eac446bed6670c39c7dc68a200a992d8f056afa0066f6d" dependencies = [ "asn1_der", - "bs58 0.5.1", + "bs58", "ed25519-dalek", "hkdf", "libsecp256k1", - "multihash 0.19.2", + "multihash", "quick-protobuf", "sha2 0.10.8", "thiserror 1.0.69", @@ -5971,7 +5749,7 @@ version = "0.14.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e78a09b56be5adbcad5aa1197371688dc6bb249a26da3bca2011ee2fb987ebfb" dependencies = [ - "bindgen 0.70.1", + "bindgen", "errno", "libc", ] @@ -5989,12 +5767,12 @@ dependencies = [ [[package]] name = "libsecp256k1" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1" +checksum = "e79019718125edc905a079a70cfa5f3820bc76139fc91d6f9abc27ea2a887139" dependencies = [ "arrayref", - "base64 0.13.1", + "base64 0.22.1", "digest 0.9.0", "hmac-drbg", "libsecp256k1-core", @@ -6048,9 +5826,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.20" +version = "1.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472" +checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d" dependencies = [ "cc", "libc", @@ -6066,9 +5844,9 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" [[package]] name = "linked_hash_set" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588" +checksum = "bae85b5be22d9843c80e5fc80e9b64c8a3b1f98f867c709956eca3efff4e92e2" dependencies = [ "linked-hash-map", "serde", @@ -6076,15 +5854,21 @@ dependencies = [ [[package]] name = "linux-raw-sys" -version = "0.4.14" +version = "0.4.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" + +[[package]] +name = "linux-raw-sys" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" +checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413" [[package]] name = "litemap" -version = "0.7.3" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" +checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856" [[package]] name = "lock_api" @@ -6099,9 +5883,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.22" +version = "0.4.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" +checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" [[package]] name = "loom" @@ -6113,7 +5897,7 @@ dependencies = [ "generator", "scoped-tls", "tracing", - "tracing-subscriber", + "tracing-subscriber 0.3.19", ] [[package]] @@ -6136,9 +5920,9 @@ dependencies = [ [[package]] name = "lz4" -version = "1.28.0" +version = "1.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d1febb2b4a79ddd1980eede06a8f7902197960aa0383ffcfdd62fe723036725" +checksum = "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4" dependencies = [ "lz4-sys", ] @@ -6202,12 +5986,6 @@ dependencies = [ "tendril", ] -[[package]] -name = "match_cfg" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" - [[package]] name = "matchers" version = "0.1.0" @@ -6217,12 +5995,6 @@ dependencies = [ "regex-automata 0.1.10", ] -[[package]] -name = "matchit" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" - [[package]] name = "md-5" version = "0.10.6" @@ -6273,7 +6045,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b453bd8e35ec92138b093172731fe7920cdf397f2a709e789243147a79772b9d" dependencies = [ "chrono", - "clap 4.5.21", + "clap 4.5.34", "csv", "eyre", "indicatif", @@ -6282,7 +6054,7 @@ dependencies = [ "serde", "thiserror 1.0.69", "tracing", - "tracing-subscriber", + "tracing-subscriber 0.3.19", "ureq", "zip", ] @@ -6311,30 +6083,23 @@ dependencies = [ [[package]] name = "metrics-exporter-prometheus" -version = "0.16.0" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85b6f8152da6d7892ff1b7a1c0fa3f435e92b5918ad67035c3bb432111d9a29b" +checksum = "dd7399781913e5393588a8d8c6a2867bf85fb38eaf2502fdce465aad2dc6f034" dependencies = [ "base64 0.22.1", - "http-body-util", - "hyper 1.5.0", - "hyper-rustls 0.27.3", - "hyper-util", - "indexmap 2.7.0", - "ipnet", + "indexmap 2.8.0", "metrics", - "metrics-util 0.18.0", + "metrics-util", "quanta", "thiserror 1.0.69", - "tokio", - "tracing", ] [[package]] name = "metrics-process" -version = "2.3.1" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57ca8ecd85575fbb143b2678cb123bb818779391ec0f745b1c4a9dbabadde407" +checksum = "4a82c8add4382f29a122fa64fff1891453ed0f6b2867d971e7d60cb8dfa322ff" dependencies = [ "libc", "libproc", @@ -6348,31 +6113,20 @@ dependencies = [ [[package]] name = "metrics-util" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15b482df36c13dd1869d73d14d28cd4855fbd6cfc32294bee109908a9f4a4ed7" +checksum = "dbd4884b1dd24f7d6628274a2f5ae22465c337c5ba065ec9b6edccddf8acc673" dependencies = [ - "aho-corasick", "crossbeam-epoch", "crossbeam-utils", "hashbrown 0.15.2", - "indexmap 2.7.0", "metrics", - "ordered-float", "quanta", - "radix_trie", + "rand 0.8.5", + "rand_xoshiro", "sketches-ddsketch", ] -[[package]] -name = "metrics-util" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbd4884b1dd24f7d6628274a2f5ae22465c337c5ba065ec9b6edccddf8acc673" -dependencies = [ - "metrics", -] - [[package]] name = "metrics_macros" version = "0.1.0" @@ -6449,11 +6203,10 @@ dependencies = [ [[package]] name = "mio" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" +checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" dependencies = [ - "hermit-abi 0.3.9", "libc", "log", "wasi 0.11.0+wasi-snapshot-preview1", @@ -6551,24 +6304,6 @@ dependencies = [ "version_check", ] -[[package]] -name = "multiaddr" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261" -dependencies = [ - "arrayref", - "bs58 0.4.0", - "byteorder", - "data-encoding", - "multihash 0.16.3", - "percent-encoding", - "serde", - "static_assertions", - "unsigned-varint 0.7.2", - "url", -] - [[package]] name = "multiaddr" version = "0.18.2" @@ -6580,11 +6315,11 @@ dependencies = [ "data-encoding", "libp2p-identity", "multibase", - "multihash 0.19.2", + "multihash", "percent-encoding", "serde", "static_assertions", - "unsigned-varint 0.8.0", + "unsigned-varint", "url", ] @@ -6601,39 +6336,12 @@ dependencies = [ [[package]] name = "multihash" -version = "0.16.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c346cf9999c631f002d8f977c4eaeaa0e6386f16007202308d0b3757522c2cc" -dependencies = [ - "core2", - "digest 0.10.7", - "multihash-derive", - "sha2 0.10.8", - "unsigned-varint 0.7.2", -] - -[[package]] -name = "multihash" -version = "0.19.2" +version = "0.19.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc41f430805af9d1cf4adae4ed2149c759b877b01d909a1f40256188d09345d2" +checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" dependencies = [ "core2", - "unsigned-varint 0.8.0", -] - -[[package]] -name = "multihash-derive" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d6d4752e6230d8ef7adf7bd5d8c4b1f6561c1014c5ba9a37445ccefe18aa1db" -dependencies = [ - "proc-macro-crate 1.1.3", - "proc-macro-error", - "proc-macro2", - "quote", - "syn 1.0.109", - "synstructure 0.12.6", + "unsigned-varint", ] [[package]] @@ -6669,9 +6377,9 @@ dependencies = [ [[package]] name = "native-tls" -version = "0.2.12" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" +checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" dependencies = [ "libc", "log", @@ -6690,15 +6398,6 @@ version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" -[[package]] -name = "nibble_vec" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" -dependencies = [ - "smallvec", -] - [[package]] name = "no-std-compat" version = "0.4.1" @@ -6897,7 +6596,7 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" dependencies = [ - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", "syn 2.0.100", @@ -6934,18 +6633,18 @@ dependencies = [ [[package]] name = "object" -version = "0.36.5" +version = "0.36.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" +checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" dependencies = [ "memchr", ] [[package]] name = "once_cell" -version = "1.21.1" +version = "1.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc" +checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" dependencies = [ "critical-section", "portable-atomic", @@ -6953,44 +6652,44 @@ dependencies = [ [[package]] name = "oorandom" -version = "11.1.4" +version = "11.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" +checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" [[package]] name = "op-alloy-consensus" -version = "0.11.2" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "971eaae9cfc8b6aabb62cef8d7d49640d2e8e948e5aa3177788c4dea3d226452" +checksum = "91764ebe0eddf6e3cfff41650332ff4e01defe372386027703f2e7e334734a05" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "alloy-rlp", - "alloy-serde 0.12.6", + "alloy-serde", "arbitrary", - "derive_more 1.0.0", + "derive_more 2.0.1", "serde", "serde_with", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] name = "op-alloy-flz" -version = "0.11.2" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e11bd9b9382673e8c0ab4b9ff8921aba7caf3a2805f88c6840daaa50f5db2a1" +checksum = "11de45c4437943b8100b0a381a5d7b50e320d6f02e7aeab841a9f45448f34366" [[package]] name = "op-alloy-network" -version = "0.11.2" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "697a00d2d89e2e44c0ef2d1b3b7181dd529f5665c9c574bcfda5f975821a000f" +checksum = "202d09731b9f193d193e3c5ff6f92d2a73dc05ae096b861f64aad7a1640c6782" dependencies = [ - "alloy-consensus 0.12.6", + "alloy-consensus", "alloy-network", - "alloy-primitives 0.8.23", - "alloy-rpc-types-eth 0.12.6", + "alloy-primitives", + "alloy-rpc-types-eth", "alloy-signer", "op-alloy-consensus", "op-alloy-rpc-types", @@ -6998,27 +6697,27 @@ dependencies = [ [[package]] name = "op-alloy-rpc-jsonrpsee" -version = "0.11.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20ad24013146aecff6fb5cc5f3ed2273830b79a1b12c1bad0bdd76e2f5fe43c6" +checksum = "fc586e1a0b4fdf225395147716911f80502c52741761fa8f467c27e5cbab0136" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "jsonrpsee 0.24.9", ] [[package]] name = "op-alloy-rpc-types" -version = "0.11.2" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "398b77b1fe4a9ca83d031d59a19fa9aa4ffcc2a896a83b7861a94292c2098412" +checksum = "80f3c492791fb980de337e6dffb3ee2a91a01bb97b5f4aab06d980008d96fe09" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-network-primitives 0.12.6", - "alloy-primitives 0.8.23", - "alloy-rpc-types-eth 0.12.6", - "alloy-serde 0.12.6", - "derive_more 1.0.0", + "alloy-consensus", + "alloy-eips", + "alloy-network-primitives", + "alloy-primitives", + "alloy-rpc-types-eth", + "alloy-serde", + "derive_more 2.0.1", "op-alloy-consensus", "serde", "serde_json", @@ -7026,43 +6725,43 @@ dependencies = [ [[package]] name = "op-alloy-rpc-types-engine" -version = "0.11.2" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b59251cd112cb10792a041ea68d9423391e0e9e3576605ee52800890fdaa483c" +checksum = "fc26f8288839926d0137d39d70628bb5ac00fca449bab24c54cebd66c71b9cf4" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "alloy-rpc-types-engine", - "alloy-serde 0.12.6", - "derive_more 1.0.0", + "alloy-serde", + "derive_more 2.0.1", "ethereum_ssz", "op-alloy-consensus", "serde", "snap", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] name = "op-rbuilder" version = "0.1.0" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", + "alloy-consensus", + "alloy-eips", "alloy-network", "alloy-op-evm", - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-provider", "alloy-rpc-client", "alloy-rpc-types-beacon", "alloy-rpc-types-engine", - "alloy-rpc-types-eth 0.12.6", - "alloy-serde 0.12.6", + "alloy-rpc-types-eth", + "alloy-serde", "alloy-transport", "alloy-transport-http", "async-trait", "chrono", - "clap 4.5.21", + "clap 4.5.34", "clap_builder", "derive_more 2.0.1", "eyre", @@ -7107,7 +6806,6 @@ dependencies = [ "reth-transaction-pool", "reth-trie", "revm", - "rollup-boost", "secp256k1", "serde", "serde_json", @@ -7119,15 +6817,15 @@ dependencies = [ "tokio-util", "tower 0.4.13", "tracing", - "tracing-subscriber", + "tracing-subscriber 0.3.19", "uuid", ] [[package]] name = "op-revm" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6eadb8205294a61224897e4c69f486a9461da45e4c6caffc921ff9b1b1a89282" +checksum = "e981d234dcfd3a3de7480e5a5cf7439071af39d15b7d258188cc4c69b9d1f26e" dependencies = [ "auto_impl", "once_cell", @@ -7168,9 +6866,9 @@ dependencies = [ [[package]] name = "openssl" -version = "0.10.68" +version = "0.10.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" +checksum = "5e14130c6a98cd258fdcb0fb6d744152343ff729cbfcb28c656a9d12b999fbcd" dependencies = [ "bitflags 2.9.0", "cfg-if", @@ -7194,15 +6892,15 @@ dependencies = [ [[package]] name = "openssl-probe" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" +checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" [[package]] name = "openssl-sys" -version = "0.9.104" +version = "0.9.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" +checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd" dependencies = [ "cc", "libc", @@ -7210,104 +6908,12 @@ dependencies = [ "vcpkg", ] -[[package]] -name = "opentelemetry" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "570074cc999d1a58184080966e5bd3bf3a9a4af650c3b05047c2621e7405cd17" -dependencies = [ - "futures-core", - "futures-sink", - "js-sys", - "once_cell", - "pin-project-lite", - "thiserror 1.0.69", -] - -[[package]] -name = "opentelemetry-http" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6351496aeaa49d7c267fb480678d85d1cd30c5edb20b497c48c56f62a8c14b99" -dependencies = [ - "async-trait", - "bytes", - "http 1.1.0", - "opentelemetry", - "reqwest 0.12.9", -] - -[[package]] -name = "opentelemetry-otlp" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29e1f9c8b032d4f635c730c0efcf731d5e2530ea13fa8bef7939ddc8420696bd" -dependencies = [ - "async-trait", - "futures-core", - "http 1.1.0", - "opentelemetry", - "opentelemetry-http", - "opentelemetry-proto", - "opentelemetry_sdk", - "prost", - "reqwest 0.12.9", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tonic", -] - -[[package]] -name = "opentelemetry-proto" -version = "0.26.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9d3968ce3aefdcca5c27e3c4ea4391b37547726a70893aab52d3de95d5f8b34" -dependencies = [ - "hex", - "opentelemetry", - "opentelemetry_sdk", - "prost", - "serde", - "tonic", -] - -[[package]] -name = "opentelemetry_sdk" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2c627d9f4c9cdc1f21a29ee4bfbd6028fcb8bcf2a857b43f3abdf72c9c862f3" -dependencies = [ - "async-trait", - "futures-channel", - "futures-executor", - "futures-util", - "glob", - "once_cell", - "opentelemetry", - "percent-encoding", - "rand 0.8.5", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tokio-stream", -] - [[package]] name = "option-ext" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" -[[package]] -name = "ordered-float" -version = "4.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951" -dependencies = [ - "num-traits", -] - [[package]] name = "os_str_bytes" version = "6.6.1" @@ -7326,8 +6932,8 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" dependencies = [ - "ecdsa 0.16.9", - "elliptic-curve 0.13.8", + "ecdsa", + "elliptic-curve", "primeorder", "sha2 0.10.8", ] @@ -7344,30 +6950,32 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.6.12" +version = "3.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" +checksum = "c9fde3d0718baf5bc92f577d652001da0f8d54cd03a7974e118d04fc888dc23d" dependencies = [ "arbitrary", "arrayvec", "bitvec", "byte-slice-cast", "bytes", + "const_format", "impl-trait-for-tuples", "parity-scale-codec-derive", + "rustversion", "serde", ] [[package]] name = "parity-scale-codec-derive" -version = "3.6.12" +version = "3.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" +checksum = "581c837bb6b9541ce7faa9377c20616e4fb7650f6b0f68bc93c827ee504fb7b3" dependencies = [ - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.100", ] [[package]] @@ -7458,9 +7066,9 @@ dependencies = [ [[package]] name = "pem" -version = "3.0.4" +version = "3.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" +checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3" dependencies = [ "base64 0.22.1", "serde", @@ -7483,12 +7091,12 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.14" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442" +checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6" dependencies = [ "memchr", - "thiserror 1.0.69", + "thiserror 2.0.12", "ucd-trie", ] @@ -7513,12 +7121,12 @@ dependencies = [ [[package]] name = "phf" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" +checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" dependencies = [ "phf_macros", - "phf_shared 0.11.2", + "phf_shared 0.11.3", "serde", ] @@ -7544,22 +7152,22 @@ dependencies = [ [[package]] name = "phf_generator" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" +checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" dependencies = [ - "phf_shared 0.11.2", + "phf_shared 0.11.3", "rand 0.8.5", ] [[package]] name = "phf_macros" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" +checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" dependencies = [ - "phf_generator 0.11.2", - "phf_shared 0.11.2", + "phf_generator 0.11.3", + "phf_shared 0.11.3", "proc-macro2", "quote", "syn 2.0.100", @@ -7571,32 +7179,32 @@ version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" dependencies = [ - "siphasher", + "siphasher 0.3.11", ] [[package]] name = "phf_shared" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" +checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" dependencies = [ - "siphasher", + "siphasher 1.0.1", ] [[package]] name = "pin-project" -version = "1.1.7" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95" +checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.7" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c" +checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" dependencies = [ "proc-macro2", "quote", @@ -7605,9 +7213,9 @@ dependencies = [ [[package]] name = "pin-project-lite" -version = "0.2.15" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" +checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" [[package]] name = "pin-utils" @@ -7621,19 +7229,9 @@ version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" dependencies = [ - "der 0.7.9", - "pkcs8 0.10.2", - "spki 0.7.3", -] - -[[package]] -name = "pkcs8" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" -dependencies = [ - "der 0.6.1", - "spki 0.6.0", + "der", + "pkcs8", + "spki", ] [[package]] @@ -7642,15 +7240,15 @@ version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" dependencies = [ - "der 0.7.9", - "spki 0.7.3", + "der", + "spki", ] [[package]] name = "pkg-config" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" +checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "plain_hasher" @@ -7742,7 +7340,7 @@ dependencies = [ "comfy-table", "either", "hashbrown 0.14.5", - "indexmap 2.7.0", + "indexmap 2.8.0", "num-traits", "once_cell", "polars-arrow", @@ -7833,7 +7431,7 @@ dependencies = [ "argminmax", "arrow2", "either", - "indexmap 2.7.0", + "indexmap 2.8.0", "memchr", "polars-arrow", "polars-core", @@ -7967,9 +7565,9 @@ dependencies = [ [[package]] name = "portable-atomic" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" +checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" [[package]] name = "powerfmt" @@ -7979,11 +7577,11 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "ppv-lite86" -version = "0.2.20" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" +checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" dependencies = [ - "zerocopy 0.7.35", + "zerocopy 0.8.24", ] [[package]] @@ -7994,9 +7592,9 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" [[package]] name = "predicates" -version = "3.1.2" +version = "3.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97" +checksum = "a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573" dependencies = [ "anstyle", "predicates-core", @@ -8004,15 +7602,15 @@ dependencies = [ [[package]] name = "predicates-core" -version = "1.0.8" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931" +checksum = "727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa" [[package]] name = "predicates-tree" -version = "1.0.11" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13" +checksum = "72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c" dependencies = [ "predicates-core", "termtree", @@ -8028,23 +7626,13 @@ dependencies = [ "yansi", ] -[[package]] -name = "prettyplease" -version = "0.2.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "483f8c21f64f3ea09fe0f30f5d48c3e8eefe5dac9129f0075f76593b4c1da705" -dependencies = [ - "proc-macro2", - "syn 2.0.100", -] - [[package]] name = "primeorder" version = "0.13.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" dependencies = [ - "elliptic-curve 0.13.8", + "elliptic-curve", ] [[package]] @@ -8063,13 +7651,13 @@ dependencies = [ [[package]] name = "priority-queue" -version = "2.1.1" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "714c75db297bc88a63783ffc6ab9f830698a6705aa0201416931759ef4c8183d" +checksum = "ef08705fa1589a1a59aa924ad77d14722cb0cd97b67dd5004ed5f4a4873fce8d" dependencies = [ "autocfg", "equivalent", - "indexmap 2.7.0", + "indexmap 2.8.0", ] [[package]] @@ -8084,37 +7672,13 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "3.2.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" +checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" dependencies = [ "toml_edit", ] -[[package]] -name = "proc-macro-error" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" -dependencies = [ - "proc-macro-error-attr", - "proc-macro2", - "quote", - "syn 1.0.109", - "version_check", -] - -[[package]] -name = "proc-macro-error-attr" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" -dependencies = [ - "proc-macro2", - "quote", - "version_check", -] - [[package]] name = "proc-macro-error-attr2" version = "2.0.0" @@ -8139,9 +7703,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.92" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" +checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" dependencies = [ "unicode-ident", ] @@ -8157,7 +7721,7 @@ dependencies = [ "flate2", "hex", "procfs-core", - "rustix", + "rustix 0.38.44", ] [[package]] @@ -8188,9 +7752,9 @@ dependencies = [ [[package]] name = "proptest" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d" +checksum = "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50" dependencies = [ "bit-set", "bit-vec", @@ -8218,33 +7782,10 @@ dependencies = [ [[package]] name = "proptest-derive" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ff7ff745a347b87471d859a377a9a404361e7efc2a971d73424a6d183c0fc77" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.100", -] - -[[package]] -name = "prost" -version = "0.13.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5" -dependencies = [ - "bytes", - "prost-derive", -] - -[[package]] -name = "prost-derive" -version = "0.13.5" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" +checksum = "4ee1c9ac207483d5e7db4940700de86a9aae46ef90c48b57f99fe7edb8345e49" dependencies = [ - "anyhow", - "itertools 0.14.0", "proc-macro2", "quote", "syn 2.0.100", @@ -8269,9 +7810,9 @@ dependencies = [ [[package]] name = "quanta" -version = "0.12.3" +version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5" +checksum = "3bd1fe6824cea6538803de3ff1bc0cf3949024db3d43c9643024bfb33a807c0e" dependencies = [ "crossbeam-utils", "libc", @@ -8299,9 +7840,9 @@ dependencies = [ [[package]] name = "quick_cache" -version = "0.6.11" +version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0af25b4e960ffdf0dead61cf0cec0c2e44c76927bf933ab4f02e2858fb449397" +checksum = "8f8ed0655cbaf18a26966142ad23b95d8ab47221c50c4f73a1db7d0d2d6e3da8" dependencies = [ "ahash", "equivalent", @@ -8311,37 +7852,39 @@ dependencies = [ [[package]] name = "quinn" -version = "0.11.6" +version = "0.11.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef" +checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012" dependencies = [ "bytes", + "cfg_aliases", "pin-project-lite", "quinn-proto", "quinn-udp", - "rustc-hash 2.1.0", + "rustc-hash 2.1.1", "rustls 0.23.25", "socket2", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tracing", + "web-time", ] [[package]] name = "quinn-proto" -version = "0.11.9" +version = "0.11.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d" +checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc" dependencies = [ "bytes", - "getrandom 0.2.15", - "rand 0.8.5", + "getrandom 0.3.2", + "rand 0.9.0", "ring", - "rustc-hash 2.1.0", + "rustc-hash 2.1.1", "rustls 0.23.25", "rustls-pki-types", "slab", - "thiserror 2.0.11", + "thiserror 2.0.12", "tinyvec", "tracing", "web-time", @@ -8349,9 +7892,9 @@ dependencies = [ [[package]] name = "quinn-udp" -version = "0.5.7" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d5a626c6807713b15cac82a6acaccd6043c9a5408c24baae07611fec3f243da" +checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5" dependencies = [ "cfg_aliases", "libc", @@ -8363,28 +7906,24 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.37" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" +checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" dependencies = [ "proc-macro2", ] [[package]] -name = "radium" -version = "0.7.0" +name = "r-efi" +version = "5.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" +checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" [[package]] -name = "radix_trie" -version = "0.2.1" +name = "radium" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" -dependencies = [ - "endian-type", - "nibble_vec", -] +checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" [[package]] name = "rand" @@ -8418,8 +7957,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" dependencies = [ "rand_chacha 0.9.0", - "rand_core 0.9.2", - "zerocopy 0.8.20", + "rand_core 0.9.3", + "zerocopy 0.8.24", ] [[package]] @@ -8449,7 +7988,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" dependencies = [ "ppv-lite86", - "rand_core 0.9.2", + "rand_core 0.9.3", ] [[package]] @@ -8472,12 +8011,11 @@ dependencies = [ [[package]] name = "rand_core" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a509b1a2ffbe92afab0e55c8fd99dea1c280e8171bd2d88682bb20bc41cbc2c" +checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" dependencies = [ - "getrandom 0.3.1", - "zerocopy 0.8.20", + "getrandom 0.3.2", ] [[package]] @@ -8508,6 +8046,15 @@ dependencies = [ "rand_core 0.6.4", ] +[[package]] +name = "rand_xoshiro" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" +dependencies = [ + "rand_core 0.6.4", +] + [[package]] name = "ratatui" version = "0.29.0" @@ -8531,9 +8078,9 @@ dependencies = [ [[package]] name = "raw-cpuid" -version = "11.2.0" +version = "11.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ab240315c661615f2ee9f0f2cd32d5a7343a84d5ebcccb99d46e6637565e7b0" +checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146" dependencies = [ "bitflags 2.9.0", ] @@ -8564,32 +8111,31 @@ version = "0.1.0" dependencies = [ "ahash", "alloy-chains", - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", + "alloy-consensus", + "alloy-eips", "alloy-evm", - "alloy-json-rpc 0.12.6", + "alloy-json-rpc", "alloy-network", - "alloy-network-primitives 0.12.6", + "alloy-network-primitives", "alloy-node-bindings", - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-provider", "alloy-pubsub", "alloy-rlp", "alloy-rpc-types", "alloy-rpc-types-beacon", "alloy-rpc-types-engine", - "alloy-rpc-types-eth 0.12.6", - "alloy-serde 0.12.6", + "alloy-rpc-types-eth", + "alloy-serde", "alloy-signer-local", "alloy-transport", "alloy-transport-http", "assert_matches", "async-trait", "atoi", - "beacon-api-client", - "bigdecimal 0.4.6", + "bigdecimal 0.4.8", "built", - "clap 4.5.21", + "clap 4.5.34", "criterion 0.5.1", "crossbeam", "crossbeam-queue", @@ -8599,7 +8145,6 @@ dependencies = [ "derivative", "derive_more 2.0.1", "eth-sparse-mpt", - "ethereum-consensus", "ethereum_ssz", "ethereum_ssz_derive", "exponential-backoff", @@ -8629,8 +8174,7 @@ dependencies = [ "rand 0.8.5", "rayon", "redis", - "reipc", - "reqwest 0.12.9", + "reqwest 0.12.15", "reth", "reth-basic-payload-builder", "reth-chainspec", @@ -8657,8 +8201,8 @@ dependencies = [ "sha2 0.10.8", "shellexpand", "sqlx", - "ssz_rs 0.9.0 (git+https://github.com/ralexstokes/ssz-rs.git)", - "ssz_rs_derive 0.9.0 (git+https://github.com/ralexstokes/ssz-rs.git)", + "ssz_rs", + "ssz_rs_derive", "sysperf", "tempfile", "test_utils", @@ -8667,9 +8211,9 @@ dependencies = [ "tokio", "tokio-stream", "tokio-util", - "toml 0.8.19", + "toml 0.8.20", "tracing", - "tracing-subscriber", + "tracing-subscriber 0.3.19", "tungstenite 0.23.0", "url", "uuid", @@ -8700,9 +8244,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.7" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" +checksum = "0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1" dependencies = [ "bitflags 2.9.0", ] @@ -8764,30 +8308,14 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "regress" -version = "0.10.1" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1541daf4e4ed43a0922b7969bdc2170178bcacc5dabf7e39bc508a9fa3953a7a" +checksum = "78ef7fa9ed0256d64a688a3747d0fef7a88851c18a5e1d57f115f38ec2e09366" dependencies = [ - "hashbrown 0.14.5", + "hashbrown 0.15.2", "memchr", ] -[[package]] -name = "reipc" -version = "0.1.0" -source = "git+https://github.com/nethermindeth/reipc.git?rev=8a9c31f7a4b7dfdd828020222ae1ccdff802cbc9#8a9c31f7a4b7dfdd828020222ae1ccdff802cbc9" -dependencies = [ - "alloy-json-rpc 0.11.1", - "alloy-primitives 0.8.23", - "alloy-rpc-types-eth 0.11.1", - "bytes", - "crossbeam", - "dashmap 6.1.0", - "serde", - "serde_json", - "thiserror 1.0.69", -] - [[package]] name = "reqwest" version = "0.11.27" @@ -8802,7 +8330,7 @@ dependencies = [ "h2 0.3.26", "http 0.2.12", "http-body 0.4.6", - "hyper 0.14.31", + "hyper 0.14.32", "hyper-tls 0.5.0", "ipnet", "js-sys", @@ -8832,9 +8360,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.9" +version = "0.12.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" +checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb" dependencies = [ "base64 0.22.1", "bytes", @@ -8842,12 +8370,12 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "h2 0.4.6", - "http 1.1.0", + "h2 0.4.8", + "http 1.3.1", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", - "hyper-rustls 0.27.3", + "hyper 1.6.0", + "hyper-rustls 0.27.5", "hyper-tls 0.6.0", "hyper-util", "ipnet", @@ -8860,49 +8388,49 @@ dependencies = [ "pin-project-lite", "quinn", "rustls 0.23.25", - "rustls-native-certs 0.8.0", + "rustls-native-certs 0.8.1", "rustls-pemfile 2.2.0", "rustls-pki-types", "serde", "serde_json", "serde_urlencoded", - "sync_wrapper 1.0.1", + "sync_wrapper 1.0.2", "system-configuration 0.6.1", "tokio", "tokio-native-tls", - "tokio-rustls 0.26.0", + "tokio-rustls 0.26.2", + "tower 0.5.2", "tower-service", "url", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "webpki-roots 0.26.6", + "webpki-roots 0.26.8", "windows-registry", ] [[package]] name = "resolv-conf" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" +checksum = "48375394603e3dd4b2d64371f7148fd8c7baa2680e28741f2cb8d23b59e3d4c4" dependencies = [ "hostname", - "quick-error", ] [[package]] name = "reth" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "alloy-rlp", "alloy-rpc-types", "aquamarine", "backon", - "clap 4.5.21", + "clap 4.5.34", "eyre", "futures", "reth-basic-payload-builder", @@ -8966,11 +8494,11 @@ dependencies = [ [[package]] name = "reth-basic-payload-builder" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "futures-core", "futures-util", "metrics", @@ -8990,11 +8518,11 @@ dependencies = [ [[package]] name = "reth-chain-state" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "alloy-signer", "alloy-signer-local", "derive_more 2.0.1", @@ -9020,14 +8548,14 @@ dependencies = [ [[package]] name = "reth-chainspec" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "alloy-chains", - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", + "alloy-consensus", + "alloy-eips", "alloy-evm", "alloy-genesis", - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-trie", "auto_impl", "derive_more 2.0.1", @@ -9040,10 +8568,10 @@ dependencies = [ [[package]] name = "reth-cli" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "alloy-genesis", - "clap 4.5.21", + "clap 4.5.34", "eyre", "reth-cli-runner", "reth-db", @@ -9054,15 +8582,15 @@ dependencies = [ [[package]] name = "reth-cli-commands" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "ahash", - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "alloy-rlp", "backon", - "clap 4.5.21", + "clap 4.5.34", "comfy-table", "crossterm", "eyre", @@ -9108,14 +8636,14 @@ dependencies = [ "serde", "serde_json", "tokio", - "toml 0.8.19", + "toml 0.8.20", "tracing", ] [[package]] name = "reth-cli-runner" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "reth-tasks", "tokio", @@ -9125,10 +8653,10 @@ dependencies = [ [[package]] name = "reth-cli-util" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-eips", + "alloy-primitives", "cfg-if", "eyre", "libc", @@ -9136,25 +8664,26 @@ dependencies = [ "reth-fs-util", "secp256k1", "serde", - "thiserror 2.0.11", + "thiserror 2.0.12", "tikv-jemallocator", ] [[package]] name = "reth-codecs" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", + "alloy-consensus", + "alloy-eips", "alloy-genesis", - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-trie", "arbitrary", "bytes", "modular-bitfield", "op-alloy-consensus", "reth-codecs-derive", + "reth-zstd-compressors", "serde", "visibility", ] @@ -9162,9 +8691,9 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "convert_case 0.7.1", + "convert_case", "proc-macro2", "quote", "syn 2.0.100", @@ -9173,7 +8702,7 @@ dependencies = [ [[package]] name = "reth-config" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "eyre", "humantime-serde", @@ -9181,29 +8710,29 @@ dependencies = [ "reth-prune-types", "reth-stages-types", "serde", - "toml 0.8.19", + "toml 0.8.20", ] [[package]] name = "reth-consensus" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-primitives", "auto_impl", "reth-execution-types", "reth-primitives-traits", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] name = "reth-consensus-common" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", + "alloy-consensus", + "alloy-eips", "reth-chainspec", "reth-consensus", "reth-primitives-traits", @@ -9212,18 +8741,18 @@ dependencies = [ [[package]] name = "reth-consensus-debug-client" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "alloy-provider", "alloy-rpc-types-engine", "auto_impl", "derive_more 2.0.1", "eyre", "futures", - "reqwest 0.12.9", + "reqwest 0.12.15", "reth-node-api", "reth-primitives-traits", "reth-tracing", @@ -9235,9 +8764,9 @@ dependencies = [ [[package]] name = "reth-db" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "derive_more 2.0.1", "eyre", "metrics", @@ -9251,21 +8780,21 @@ dependencies = [ "reth-static-file-types", "reth-storage-errors", "reth-tracing", - "rustc-hash 2.1.0", + "rustc-hash 2.1.1", "strum 0.27.1", - "sysinfo 0.33.0", + "sysinfo 0.33.1", "tempfile", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] name = "reth-db-api" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", + "alloy-consensus", "alloy-genesis", - "alloy-primitives 0.8.23", + "alloy-primitives", "arbitrary", "bytes", "derive_more 2.0.1", @@ -9289,11 +8818,11 @@ dependencies = [ [[package]] name = "reth-db-common" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", + "alloy-consensus", "alloy-genesis", - "alloy-primitives 0.8.23", + "alloy-primitives", "boyer-moore-magiclen", "eyre", "reth-chainspec", @@ -9311,17 +8840,17 @@ dependencies = [ "reth-trie-db", "serde", "serde_json", - "thiserror 2.0.11", + "thiserror 2.0.12", "tracing", ] [[package]] name = "reth-db-models" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-eips", + "alloy-primitives", "arbitrary", "bytes", "modular-bitfield", @@ -9333,12 +8862,12 @@ dependencies = [ [[package]] name = "reth-discv4" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-rlp", "discv5", - "enr 0.13.0", + "enr", "generic-array", "itertools 0.14.0", "parking_lot", @@ -9350,7 +8879,7 @@ dependencies = [ "schnellru", "secp256k1", "serde", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tokio-stream", "tracing", @@ -9359,13 +8888,13 @@ dependencies = [ [[package]] name = "reth-discv5" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-rlp", "derive_more 2.0.1", "discv5", - "enr 0.13.0", + "enr", "futures", "itertools 0.14.0", "metrics", @@ -9375,7 +8904,7 @@ dependencies = [ "reth-metrics", "reth-network-peers", "secp256k1", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tracing", ] @@ -9383,11 +8912,11 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "data-encoding", - "enr 0.13.0", + "enr", "hickory-resolver", "linked_hash_set", "parking_lot", @@ -9398,7 +8927,7 @@ dependencies = [ "secp256k1", "serde", "serde_with", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tokio-stream", "tracing", @@ -9407,11 +8936,11 @@ dependencies = [ [[package]] name = "reth-downloaders" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "alloy-rlp", "futures", "futures-util", @@ -9427,7 +8956,7 @@ dependencies = [ "reth-primitives-traits", "reth-storage-api", "reth-tasks", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tokio-stream", "tokio-util", @@ -9437,10 +8966,10 @@ dependencies = [ [[package]] name = "reth-ecies" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "aes", - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-rlp", "block-padding", "byteorder", @@ -9457,7 +8986,7 @@ dependencies = [ "secp256k1", "sha2 0.10.8", "sha3", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tokio-stream", "tokio-util", @@ -9468,10 +8997,10 @@ dependencies = [ [[package]] name = "reth-engine-local" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-primitives", "alloy-rpc-types-engine", "eyre", "futures-util", @@ -9499,10 +9028,10 @@ dependencies = [ [[package]] name = "reth-engine-primitives" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", "futures", @@ -9516,14 +9045,14 @@ dependencies = [ "reth-trie", "reth-trie-common", "serde", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", ] [[package]] name = "reth-engine-service" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "futures", "pin-project", @@ -9540,18 +9069,18 @@ dependencies = [ "reth-prune", "reth-stages-api", "reth-tasks", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] name = "reth-engine-tree" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", + "alloy-consensus", + "alloy-eips", "alloy-evm", - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", "derive_more 2.0.1", @@ -9583,7 +9112,7 @@ dependencies = [ "reth-trie-sparse", "revm-primitives", "schnellru", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tracing", ] @@ -9591,9 +9120,9 @@ dependencies = [ [[package]] name = "reth-engine-util" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", + "alloy-consensus", "alloy-rpc-types-engine", "eyre", "futures", @@ -9618,22 +9147,22 @@ dependencies = [ [[package]] name = "reth-errors" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "reth-consensus", "reth-execution-errors", "reth-fs-util", "reth-storage-errors", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] name = "reth-eth-wire" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "alloy-chains", - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-rlp", "bytes", "derive_more 2.0.1", @@ -9648,7 +9177,7 @@ dependencies = [ "reth-primitives-traits", "serde", "snap", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tokio-stream", "tokio-util", @@ -9658,28 +9187,28 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "alloy-chains", - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-hardforks", + "alloy-primitives", "alloy-rlp", "bytes", "derive_more 2.0.1", "reth-chainspec", "reth-codecs-derive", - "reth-ethereum-forks", "reth-ethereum-primitives", "reth-primitives-traits", "serde", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] name = "reth-ethereum-cli" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "eyre", "reth-chainspec", @@ -9689,11 +9218,11 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "reth-chainspec", "reth-consensus", "reth-consensus-common", @@ -9705,10 +9234,10 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-eips", + "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", "reth-engine-primitives", @@ -9722,25 +9251,25 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "alloy-eip2124", "alloy-hardforks", - "alloy-primitives 0.8.23", + "alloy-primitives", "arbitrary", "auto_impl", "once_cell", - "rustc-hash 2.1.0", + "rustc-hash 2.1.1", ] [[package]] name = "reth-ethereum-payload-builder" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "alloy-rpc-types-engine", "reth-basic-payload-builder", "reth-chainspec", @@ -9763,16 +9292,16 @@ dependencies = [ [[package]] name = "reth-ethereum-primitives" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", + "alloy-consensus", + "alloy-eips", "alloy-evm", "alloy-network", - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-rlp", - "alloy-rpc-types-eth 0.12.6", - "alloy-serde 0.12.6", + "alloy-rpc-types-eth", + "alloy-serde", "arbitrary", "derive_more 2.0.1", "modular-bitfield", @@ -9789,7 +9318,7 @@ dependencies = [ [[package]] name = "reth-etl" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "rayon", "reth-db-api", @@ -9799,12 +9328,12 @@ dependencies = [ [[package]] name = "reth-evm" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", + "alloy-consensus", + "alloy-eips", "alloy-evm", - "alloy-primitives 0.8.23", + "alloy-primitives", "auto_impl", "derive_more 2.0.1", "futures-util", @@ -9825,12 +9354,12 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", + "alloy-consensus", + "alloy-eips", "alloy-evm", - "alloy-primitives 0.8.23", + "alloy-primitives", "reth-chainspec", "reth-ethereum-forks", "reth-ethereum-primitives", @@ -9843,25 +9372,25 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "alloy-evm", - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-rlp", "nybbles", "reth-storage-errors", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] name = "reth-execution-types" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", + "alloy-consensus", + "alloy-eips", "alloy-evm", - "alloy-primitives 0.8.23", + "alloy-primitives", "derive_more 2.0.1", "reth-ethereum-primitives", "reth-primitives-traits", @@ -9874,11 +9403,11 @@ dependencies = [ [[package]] name = "reth-exex" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "eyre", "futures", "itertools 0.14.0", @@ -9903,7 +9432,7 @@ dependencies = [ "reth-tasks", "reth-tracing", "rmp-serde", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tokio-util", "tracing", @@ -9912,10 +9441,10 @@ dependencies = [ [[package]] name = "reth-exex-types" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-eips", + "alloy-primitives", "reth-chain-state", "reth-execution-types", "reth-primitives-traits", @@ -9926,20 +9455,20 @@ dependencies = [ [[package]] name = "reth-fs-util" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "serde", "serde_json", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] name = "reth-invalid-block-hooks" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-primitives", "alloy-rlp", "alloy-rpc-types-debug", "eyre", @@ -9962,7 +9491,7 @@ dependencies = [ [[package]] name = "reth-ipc" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "async-trait", "bytes", @@ -9972,7 +9501,7 @@ dependencies = [ "jsonrpsee 0.24.9", "pin-project", "serde_json", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tokio-stream", "tokio-util", @@ -9983,33 +9512,33 @@ dependencies = [ [[package]] name = "reth-libmdbx" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "bitflags 2.9.0", "byteorder", "dashmap 6.1.0", "derive_more 2.0.1", - "indexmap 2.7.0", + "indexmap 2.8.0", "parking_lot", "reth-mdbx-sys", "smallvec", - "thiserror 2.0.11", + "thiserror 2.0.12", "tracing", ] [[package]] name = "reth-mdbx-sys" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "bindgen 0.70.1", + "bindgen", "cc", ] [[package]] name = "reth-metrics" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "futures", "metrics", @@ -10021,21 +9550,21 @@ dependencies = [ [[package]] name = "reth-net-banlist" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", ] [[package]] name = "reth-net-nat" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "futures-util", "if-addrs", - "reqwest 0.12.9", + "reqwest 0.12.15", "serde_with", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tracing", ] @@ -10043,17 +9572,17 @@ dependencies = [ [[package]] name = "reth-network" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "alloy-rlp", "aquamarine", "auto_impl", "derive_more 2.0.1", "discv5", - "enr 0.13.0", + "enr", "futures", "itertools 0.14.0", "metrics", @@ -10066,7 +9595,6 @@ dependencies = [ "reth-discv5", "reth-dns-discovery", "reth-ecies", - "reth-engine-primitives", "reth-eth-wire", "reth-eth-wire-types", "reth-ethereum-forks", @@ -10083,12 +9611,12 @@ dependencies = [ "reth-tasks", "reth-tokio-util", "reth-transaction-pool", - "rustc-hash 2.1.0", + "rustc-hash 2.1.1", "schnellru", "secp256k1", "serde", "smallvec", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tokio-stream", "tokio-util", @@ -10098,13 +9626,13 @@ dependencies = [ [[package]] name = "reth-network-api" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-rpc-types-admin", "auto_impl", "derive_more 2.0.1", - "enr 0.13.0", + "enr", "futures", "reth-eth-wire-types", "reth-ethereum-forks", @@ -10113,7 +9641,7 @@ dependencies = [ "reth-network-types", "reth-tokio-util", "serde", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tokio-stream", ] @@ -10121,11 +9649,11 @@ dependencies = [ [[package]] name = "reth-network-p2p" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "auto_impl", "derive_more 2.0.1", "futures", @@ -10144,14 +9672,14 @@ dependencies = [ [[package]] name = "reth-network-peers" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-rlp", - "enr 0.13.0", + "enr", "secp256k1", "serde_with", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "url", ] @@ -10159,7 +9687,7 @@ dependencies = [ [[package]] name = "reth-network-types" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "alloy-eip2124", "humantime-serde", @@ -10173,7 +9701,7 @@ dependencies = [ [[package]] name = "reth-nippy-jar" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "anyhow", "bincode", @@ -10182,15 +9710,15 @@ dependencies = [ "memmap2 0.9.5", "reth-fs-util", "serde", - "thiserror 2.0.11", + "thiserror 2.0.12", "tracing", - "zstd 0.13.2", + "zstd 0.13.3", ] [[package]] name = "reth-node-api" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "alloy-rpc-types-engine", "eyre", @@ -10214,11 +9742,11 @@ dependencies = [ [[package]] name = "reth-node-builder" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "alloy-rpc-types", "alloy-rpc-types-engine", "aquamarine", @@ -10276,13 +9804,13 @@ dependencies = [ [[package]] name = "reth-node-core" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "alloy-rpc-types-engine", - "clap 4.5.21", + "clap 4.5.34", "derive_more 2.0.1", "dirs-next", "eyre", @@ -10316,8 +9844,8 @@ dependencies = [ "serde", "shellexpand", "strum 0.27.1", - "thiserror 2.0.11", - "toml 0.8.19", + "thiserror 2.0.12", + "toml 0.8.20", "tracing", "vergen", "vergen-git2", @@ -10326,10 +9854,11 @@ dependencies = [ [[package]] name = "reth-node-ethereum" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ + "alloy-eips", "alloy-rpc-types-engine", - "alloy-rpc-types-eth 0.12.6", + "alloy-rpc-types-eth", "eyre", "reth-chainspec", "reth-consensus", @@ -10361,11 +9890,11 @@ dependencies = [ [[package]] name = "reth-node-events" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "alloy-rpc-types-engine", "derive_more 2.0.1", "futures", @@ -10385,15 +9914,15 @@ dependencies = [ [[package]] name = "reth-node-metrics" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "eyre", - "http 1.1.0", + "http 1.3.1", "jsonrpsee-server 0.24.9", "metrics", "metrics-exporter-prometheus", "metrics-process", - "metrics-util 0.19.0", + "metrics-util", "procfs", "reth-metrics", "reth-tasks", @@ -10406,7 +9935,7 @@ dependencies = [ [[package]] name = "reth-node-types" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "reth-chainspec", "reth-db-api", @@ -10419,13 +9948,14 @@ dependencies = [ [[package]] name = "reth-optimism-chainspec" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "alloy-chains", - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", + "alloy-consensus", + "alloy-eips", "alloy-genesis", - "alloy-primitives 0.8.23", + "alloy-hardforks", + "alloy-primitives", "derive_more 2.0.1", "once_cell", "op-alloy-consensus", @@ -10437,19 +9967,19 @@ dependencies = [ "reth-optimism-primitives", "reth-primitives-traits", "serde_json", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] name = "reth-optimism-cli" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "alloy-rlp", - "clap 4.5.21", + "clap 4.5.34", "derive_more 2.0.1", "eyre", "futures-util", @@ -10490,11 +10020,11 @@ dependencies = [ [[package]] name = "reth-optimism-consensus" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "alloy-trie", "op-alloy-consensus", "reth-chainspec", @@ -10509,20 +10039,20 @@ dependencies = [ "reth-storage-errors", "reth-trie-common", "revm", - "thiserror 2.0.11", + "thiserror 2.0.12", "tracing", ] [[package]] name = "reth-optimism-evm" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", + "alloy-consensus", + "alloy-eips", "alloy-evm", "alloy-op-evm", - "alloy-primitives 0.8.23", + "alloy-primitives", "derive_more 2.0.1", "op-alloy-consensus", "op-revm", @@ -10539,18 +10069,18 @@ dependencies = [ "reth-optimism-primitives", "reth-primitives-traits", "revm", - "thiserror 2.0.11", + "thiserror 2.0.12", "tracing", ] [[package]] name = "reth-optimism-forks" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "alloy-chains", "alloy-op-hardforks", - "alloy-primitives 0.8.23", + "alloy-primitives", "auto_impl", "once_cell", "reth-ethereum-forks", @@ -10560,14 +10090,14 @@ dependencies = [ [[package]] name = "reth-optimism-node" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "alloy-rpc-types-engine", - "alloy-rpc-types-eth 0.12.6", - "clap 4.5.21", + "alloy-rpc-types-eth", + "clap 4.5.34", "eyre", "op-alloy-consensus", "op-alloy-rpc-types-engine", @@ -10612,11 +10142,11 @@ dependencies = [ [[package]] name = "reth-optimism-payload-builder" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "alloy-rlp", "alloy-rpc-types-debug", "alloy-rpc-types-engine", @@ -10643,22 +10173,22 @@ dependencies = [ "reth-transaction-pool", "revm", "sha2 0.10.8", - "thiserror 2.0.11", + "thiserror 2.0.12", "tracing", ] [[package]] name = "reth-optimism-primitives" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", + "alloy-consensus", + "alloy-eips", "alloy-evm", - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-rlp", - "alloy-rpc-types-eth 0.12.6", - "alloy-serde 0.12.6", + "alloy-rpc-types-eth", + "alloy-serde", "arbitrary", "bytes", "derive_more 2.0.1", @@ -10679,14 +10209,14 @@ dependencies = [ [[package]] name = "reth-optimism-rpc" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "alloy-rpc-types-debug", "alloy-rpc-types-engine", - "alloy-rpc-types-eth 0.12.6", + "alloy-rpc-types-eth", "async-trait", "derive_more 2.0.1", "jsonrpsee 0.24.9", @@ -10699,7 +10229,8 @@ dependencies = [ "op-alloy-rpc-types-engine", "op-revm", "parking_lot", - "reqwest 0.12.9", + "reqwest 0.12.15", + "reth-chain-state", "reth-chainspec", "reth-evm", "reth-network-api", @@ -10712,18 +10243,18 @@ dependencies = [ "reth-optimism-primitives", "reth-optimism-txpool", "reth-primitives-traits", - "reth-provider", "reth-rpc", "reth-rpc-api", "reth-rpc-engine-api", "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-server-types", + "reth-storage-api", "reth-tasks", "reth-transaction-pool", "revm", "serde_json", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tracing", ] @@ -10731,12 +10262,14 @@ dependencies = [ [[package]] name = "reth-optimism-txpool" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", - "alloy-rpc-types-eth 0.12.6", + "alloy-consensus", + "alloy-eips", + "alloy-json-rpc", + "alloy-primitives", + "alloy-rpc-client", + "alloy-rpc-types-eth", "c-kzg", "derive_more 2.0.1", "futures-util", @@ -10754,14 +10287,18 @@ dependencies = [ "reth-primitives-traits", "reth-storage-api", "reth-transaction-pool", + "serde", + "thiserror 2.0.12", + "tokio", + "tracing", ] [[package]] name = "reth-payload-builder" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", + "alloy-consensus", "alloy-rpc-types", "futures-util", "metrics", @@ -10779,7 +10316,7 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "pin-project", "reth-payload-primitives", @@ -10791,10 +10328,10 @@ dependencies = [ [[package]] name = "reth-payload-primitives" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-eips", + "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", "op-alloy-rpc-types-engine", @@ -10803,26 +10340,26 @@ dependencies = [ "reth-errors", "reth-primitives-traits", "serde", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", ] [[package]] name = "reth-payload-util" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-primitives", "reth-transaction-pool", ] [[package]] name = "reth-payload-validator" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", + "alloy-consensus", "alloy-rpc-types-engine", "reth-primitives-traits", ] @@ -10830,9 +10367,9 @@ dependencies = [ [[package]] name = "reth-primitives" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", + "alloy-consensus", "arbitrary", "c-kzg", "once_cell", @@ -10845,12 +10382,12 @@ dependencies = [ [[package]] name = "reth-primitives-traits" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", + "alloy-consensus", + "alloy-eips", "alloy-genesis", - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-rlp", "alloy-trie", "arbitrary", @@ -10858,7 +10395,7 @@ dependencies = [ "byteorder", "bytes", "derive_more 2.0.1", - "k256 0.13.4", + "k256", "modular-bitfield", "once_cell", "op-alloy-consensus", @@ -10872,17 +10409,17 @@ dependencies = [ "secp256k1", "serde", "serde_with", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] name = "reth-provider" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", "dashmap 6.1.0", @@ -10899,6 +10436,7 @@ dependencies = [ "reth-db-api", "reth-errors", "reth-ethereum-engine-primitives", + "reth-ethereum-primitives", "reth-evm", "reth-execution-types", "reth-fs-util", @@ -10906,10 +10444,10 @@ dependencies = [ "reth-network-p2p", "reth-nippy-jar", "reth-node-types", - "reth-primitives", "reth-primitives-traits", "reth-prune-types", "reth-stages-types", + "reth-static-file-types", "reth-storage-api", "reth-storage-errors", "reth-trie", @@ -10924,11 +10462,11 @@ dependencies = [ [[package]] name = "reth-prune" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "itertools 0.14.0", "metrics", "rayon", @@ -10943,8 +10481,8 @@ dependencies = [ "reth-prune-types", "reth-static-file-types", "reth-tokio-util", - "rustc-hash 2.1.0", - "thiserror 2.0.11", + "rustc-hash 2.1.1", + "thiserror 2.0.12", "tokio", "tracing", ] @@ -10952,15 +10490,15 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "arbitrary", "derive_more 2.0.1", "modular-bitfield", "reth-codecs", "serde", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] @@ -10968,7 +10506,7 @@ name = "reth-rbuilder" version = "0.1.0" dependencies = [ "alloy-rlp", - "clap 4.5.21", + "clap 4.5.34", "eyre", "libc", "rbuilder", @@ -10985,10 +10523,10 @@ dependencies = [ [[package]] name = "reth-ress-protocol" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-primitives", "alloy-rlp", "futures", "reth-eth-wire", @@ -11004,10 +10542,10 @@ dependencies = [ [[package]] name = "reth-ress-provider" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-primitives", "eyre", "futures", "parking_lot", @@ -11033,9 +10571,9 @@ dependencies = [ [[package]] name = "reth-revm" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "reth-primitives-traits", "reth-storage-api", "reth-storage-errors", @@ -11046,52 +10584,53 @@ dependencies = [ [[package]] name = "reth-rpc" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", + "alloy-consensus", "alloy-dyn-abi", - "alloy-eips 0.12.6", + "alloy-eips", "alloy-evm", "alloy-genesis", "alloy-network", - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-rlp", "alloy-rpc-types", "alloy-rpc-types-admin", "alloy-rpc-types-beacon", "alloy-rpc-types-debug", "alloy-rpc-types-engine", - "alloy-rpc-types-eth 0.12.6", + "alloy-rpc-types-eth", "alloy-rpc-types-mev", "alloy-rpc-types-trace", "alloy-rpc-types-txpool", - "alloy-serde 0.12.6", + "alloy-serde", "alloy-signer", "alloy-signer-local", "async-trait", "derive_more 2.0.1", "futures", - "http 1.1.0", + "http 1.3.1", "http-body 1.0.1", - "hyper 1.5.0", + "hyper 1.6.0", "jsonrpsee 0.24.9", "jsonwebtoken", "parking_lot", "pin-project", "rand 0.8.5", + "reth-chain-state", "reth-chainspec", "reth-consensus", "reth-engine-primitives", "reth-errors", "reth-ethereum-primitives", "reth-evm", + "reth-execution-types", "reth-metrics", "reth-network-api", "reth-network-peers", "reth-network-types", "reth-node-api", "reth-primitives-traits", - "reth-provider", "reth-revm", "reth-rpc-api", "reth-rpc-engine-api", @@ -11099,6 +10638,7 @@ dependencies = [ "reth-rpc-eth-types", "reth-rpc-server-types", "reth-rpc-types-compat", + "reth-storage-api", "reth-tasks", "reth-transaction-pool", "revm", @@ -11106,7 +10646,7 @@ dependencies = [ "revm-primitives", "serde", "serde_json", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tokio-stream", "tower 0.4.13", @@ -11117,23 +10657,23 @@ dependencies = [ [[package]] name = "reth-rpc-api" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-eips 0.12.6", + "alloy-eips", "alloy-genesis", - "alloy-json-rpc 0.12.6", - "alloy-primitives 0.8.23", + "alloy-json-rpc", + "alloy-primitives", "alloy-rpc-types", "alloy-rpc-types-admin", "alloy-rpc-types-anvil", "alloy-rpc-types-beacon", "alloy-rpc-types-debug", "alloy-rpc-types-engine", - "alloy-rpc-types-eth 0.12.6", + "alloy-rpc-types-eth", "alloy-rpc-types-mev", "alloy-rpc-types-trace", "alloy-rpc-types-txpool", - "alloy-serde 0.12.6", + "alloy-serde", "jsonrpsee 0.24.9", "reth-engine-primitives", "reth-network-peers", @@ -11143,11 +10683,11 @@ dependencies = [ [[package]] name = "reth-rpc-builder" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "alloy-network", "alloy-provider", - "http 1.1.0", + "http 1.3.1", "jsonrpsee 0.24.9", "metrics", "pin-project", @@ -11169,7 +10709,7 @@ dependencies = [ "reth-tasks", "reth-transaction-pool", "serde", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tokio-util", "tower 0.4.13", @@ -11180,10 +10720,10 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-eips", + "alloy-primitives", "alloy-rpc-types-engine", "async-trait", "jsonrpsee-core 0.24.9", @@ -11198,11 +10738,12 @@ dependencies = [ "reth-payload-primitives", "reth-primitives-traits", "reth-rpc-api", + "reth-rpc-server-types", "reth-storage-api", "reth-tasks", "reth-transaction-pool", "serde", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tracing", ] @@ -11210,18 +10751,18 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", + "alloy-consensus", "alloy-dyn-abi", - "alloy-eips 0.12.6", - "alloy-json-rpc 0.12.6", + "alloy-eips", + "alloy-json-rpc", "alloy-network", - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-rlp", - "alloy-rpc-types-eth 0.12.6", + "alloy-rpc-types-eth", "alloy-rpc-types-mev", - "alloy-serde 0.12.6", + "alloy-serde", "async-trait", "auto_impl", "dyn-clone", @@ -11253,12 +10794,12 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", - "alloy-rpc-types-eth 0.12.6", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-eth", "alloy-sol-types", "derive_more 2.0.1", "futures", @@ -11286,7 +10827,7 @@ dependencies = [ "revm-inspectors", "schnellru", "serde", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tokio-stream", "tracing", @@ -11295,10 +10836,10 @@ dependencies = [ [[package]] name = "reth-rpc-layer" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "alloy-rpc-types-engine", - "http 1.1.0", + "http 1.3.1", "jsonrpsee-http-client 0.24.9", "pin-project", "tower 0.4.13", @@ -11309,10 +10850,10 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-eips", + "alloy-primitives", "alloy-rpc-types-engine", "jsonrpsee-core 0.24.9", "jsonrpsee-types 0.24.9", @@ -11325,11 +10866,11 @@ dependencies = [ [[package]] name = "reth-rpc-types-compat" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-primitives 0.8.23", - "alloy-rpc-types-eth 0.12.6", + "alloy-consensus", + "alloy-primitives", + "alloy-rpc-types-eth", "jsonrpsee-types 0.24.9", "reth-primitives-traits", "serde", @@ -11338,18 +10879,18 @@ dependencies = [ [[package]] name = "reth-stages" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "bincode", "blake3", "futures-util", "itertools 0.14.0", "num-traits", "rayon", - "reqwest 0.12.9", + "reqwest 0.12.15", "reth-codecs", "reth-config", "reth-consensus", @@ -11372,7 +10913,7 @@ dependencies = [ "reth-trie", "reth-trie-db", "serde", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tracing", ] @@ -11380,10 +10921,10 @@ dependencies = [ [[package]] name = "reth-stages-api" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-eips", + "alloy-primitives", "aquamarine", "auto_impl", "futures-util", @@ -11399,7 +10940,7 @@ dependencies = [ "reth-static-file", "reth-static-file-types", "reth-tokio-util", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tracing", ] @@ -11407,9 +10948,9 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "arbitrary", "bytes", "modular-bitfield", @@ -11421,9 +10962,9 @@ dependencies = [ [[package]] name = "reth-static-file" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "parking_lot", "rayon", "reth-codecs", @@ -11442,10 +10983,10 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-primitives 0.8.23", - "clap 4.5.21", + "alloy-primitives", + "clap 4.5.34", "derive_more 2.0.1", "serde", "strum 0.27.1", @@ -11454,11 +10995,11 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", "reth-chainspec", @@ -11478,23 +11019,23 @@ dependencies = [ [[package]] name = "reth-storage-errors" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-eips", + "alloy-primitives", "alloy-rlp", "derive_more 2.0.1", "reth-primitives-traits", "reth-prune-types", "reth-static-file-types", "revm-database-interface", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] name = "reth-tasks" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "auto_impl", "dyn-clone", @@ -11503,7 +11044,7 @@ dependencies = [ "pin-project", "rayon", "reth-metrics", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tracing", "tracing-futures", @@ -11512,12 +11053,12 @@ dependencies = [ [[package]] name = "reth-testing-utils" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", + "alloy-consensus", + "alloy-eips", "alloy-genesis", - "alloy-primitives 0.8.23", + "alloy-primitives", "rand 0.8.5", "reth-primitives", "reth-primitives-traits", @@ -11527,7 +11068,7 @@ dependencies = [ [[package]] name = "reth-tokio-util" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ "tokio", "tokio-stream", @@ -11537,26 +11078,26 @@ dependencies = [ [[package]] name = "reth-tracing" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "clap 4.5.21", + "clap 4.5.34", "eyre", "rolling-file", "tracing", "tracing-appender", "tracing-journald", "tracing-logfmt", - "tracing-subscriber", + "tracing-subscriber 0.3.19", ] [[package]] name = "reth-transaction-pool" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "alloy-rlp", "aquamarine", "auto_impl", @@ -11577,11 +11118,11 @@ dependencies = [ "reth-tasks", "revm-interpreter", "revm-primitives", - "rustc-hash 2.1.0", + "rustc-hash 2.1.1", "schnellru", "serde", "smallvec", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tokio-stream", "tracing", @@ -11590,11 +11131,11 @@ dependencies = [ [[package]] name = "reth-trie" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", "alloy-rlp", "alloy-trie", "auto_impl", @@ -11615,13 +11156,13 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-consensus 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-primitives", "alloy-rlp", - "alloy-rpc-types-eth 0.12.6", - "alloy-serde 0.12.6", + "alloy-rpc-types-eth", + "alloy-serde", "alloy-trie", "arbitrary", "bytes", @@ -11641,9 +11182,9 @@ dependencies = [ [[package]] name = "reth-trie-db" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-rlp", "derive_more 2.0.1", "metrics", @@ -11660,9 +11201,9 @@ dependencies = [ [[package]] name = "reth-trie-parallel" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-rlp", "derive_more 2.0.1", "itertools 0.14.0", @@ -11677,7 +11218,7 @@ dependencies = [ "reth-trie-common", "reth-trie-db", "reth-trie-sparse", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tracing", ] @@ -11685,9 +11226,9 @@ dependencies = [ [[package]] name = "reth-trie-sparse" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "alloy-rlp", "auto_impl", "metrics", @@ -11697,22 +11238,22 @@ dependencies = [ "reth-tracing", "reth-trie-common", "smallvec", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] name = "reth-zstd-compressors" version = "1.3.4" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.3.4#90c514ca818a36eb8cd36866156c26a4221e9c4a" +source = "git+https://github.com/paradigmxyz/reth?rev=faedf98db3b1c965052b12b1663038a078807780#faedf98db3b1c965052b12b1663038a078807780" dependencies = [ - "zstd 0.13.2", + "zstd 0.13.3", ] [[package]] name = "revm" -version = "20.0.0" +version = "21.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c75681658ae5d018350f21c60720c1915eb0672744e6fa2ac78a8e3475b18116" +checksum = "7db41167e2a1fddb734984cc26e4bf0a0cb298829d1c488b4de37bda764e1d47" dependencies = [ "revm-bytecode", "revm-context", @@ -11729,21 +11270,21 @@ dependencies = [ [[package]] name = "revm-bytecode" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3409abfcfb2d7e111128656d38270432854ee7d428366808c11fdb1481515c2" +checksum = "fdc3ae92c0c071f4a5ac3ef398fed50bacf8ebd5495d2afded34c60874afa7a3" dependencies = [ "bitvec", - "phf 0.11.2", + "phf 0.11.3", "revm-primitives", "serde", ] [[package]] name = "revm-context" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9392690bc2a35550a84bdd6334c520a62e630d57b68d35e8d5acbfa7cea1d885" +checksum = "c5fd5d8a35cf33d2494e32a966ebee6bc23dea9b1fbc3477c5b58e42ddceaa5b" dependencies = [ "cfg-if", "derive-where", @@ -11757,9 +11298,9 @@ dependencies = [ [[package]] name = "revm-context-interface" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93a4eb571d4b4552d5836b79a9afcdf8dba0a33877f9b334178e14f706fd0f5e" +checksum = "c8253163a7868c86b88dc76a193724b8c6252bf260dc1cf11d814a5f4fa7a804" dependencies = [ "alloy-eip2930", "alloy-eip7702", @@ -11772,11 +11313,11 @@ dependencies = [ [[package]] name = "revm-database" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47887f741101187d1bde69c8840eefefd6152788f5e0d4fc2eb5068a1ae16483" +checksum = "fbb40baf1ec91bfda68a37a9be72c5d089e2b662532689209cb2e0febe1eb64c" dependencies = [ - "alloy-eips 0.12.6", + "alloy-eips", "auto_impl", "revm-bytecode", "revm-database-interface", @@ -11787,9 +11328,9 @@ dependencies = [ [[package]] name = "revm-database-interface" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e78833e7961e2dd9f6d1f4b391c0e8e716eeeab15b53dd2d3ad233ce27640e11" +checksum = "0c541612673da04df1ab3a6a56127851e93a5d05539eb915a6c541d24e7c5902" dependencies = [ "auto_impl", "revm-primitives", @@ -11799,9 +11340,9 @@ dependencies = [ [[package]] name = "revm-handler" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fa139cf4a9eba6393d8c00d98588cdc5fe13f70e9bcc3772e951fef58c0ba7e" +checksum = "3f55164c03c05eace53cf7f64df5dff14c7769956e6f2b9e4acb88301dc7537c" dependencies = [ "auto_impl", "revm-bytecode", @@ -11817,9 +11358,9 @@ dependencies = [ [[package]] name = "revm-inspector" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9927c034032620120c604c8b681009f045ee6b29d4c423c8f8bd3df22da64e2d" +checksum = "62f67d36e1abebe20b891b7ef57de3af2addfbc2d9cd4ea3f49ade8a67d0e79d" dependencies = [ "auto_impl", "revm-context", @@ -11834,12 +11375,12 @@ dependencies = [ [[package]] name = "revm-inspectors" -version = "0.17.0-alpha.1" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1504e2851a11562fb350a9f408e5783351650aef11790aea0b0d0d9ab961c40" +checksum = "dee7d2bed492744ec778066909fd5da0e144ddab5e36555a78187db2378bdef8" dependencies = [ - "alloy-primitives 0.8.23", - "alloy-rpc-types-eth 0.12.6", + "alloy-primitives", + "alloy-rpc-types-eth", "alloy-rpc-types-trace", "alloy-sol-types", "anstyle", @@ -11849,14 +11390,14 @@ dependencies = [ "revm", "serde", "serde_json", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] name = "revm-interpreter" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bea2f8b7b9b13884c7fd4eba8784ae0a4b3a58a9d77abf3bde1f796ddd02980" +checksum = "3cd45ea4fdee2c3f430df4ddb4936dc85c49dc5a7ce9838a8b9ad6861ab153c6" dependencies = [ "revm-bytecode", "revm-context-interface", @@ -11866,15 +11407,20 @@ dependencies = [ [[package]] name = "revm-precompile" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebffe3500269860760b6acf65ff42dfa2a24eceb6c33d48756ef16e440f8cb04" +checksum = "ac48995560dd5ea15e3788106bdf8893186d945bd40d674fb63aa351cf2e58fa" dependencies = [ + "ark-bls12-381", + "ark-bn254", + "ark-ec", + "ark-ff 0.5.0", + "ark-serialize 0.5.0", "aurora-engine-modexp", "blst", "c-kzg", "cfg-if", - "k256 0.13.4", + "k256", "libsecp256k1", "once_cell", "p256", @@ -11882,25 +11428,24 @@ dependencies = [ "ripemd", "secp256k1", "sha2 0.10.8", - "substrate-bn", ] [[package]] name = "revm-primitives" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dba06ca54b13861f785e3f01da1b61dead6e41acd3ff47a1165fa082ffe984ab" +checksum = "bb9b235b3c03299a531717ae4f9ee6bdb4c1a1755c9f8ce751298d1c99d95fc3" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "enumn", "serde", ] [[package]] name = "revm-state" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "863e4b4c2b9107e955bc2c60e1b8b89481cea9de140fc9e507ed9b8eef80857b" +checksum = "dfdff0435bd0cb9e1f9dcc44eaea581973b0550cb897ce368d43259922b1c241" dependencies = [ "bitflags 2.9.0", "revm-bytecode", @@ -11908,17 +11453,6 @@ dependencies = [ "serde", ] -[[package]] -name = "rfc6979" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" -dependencies = [ - "crypto-bigint 0.4.9", - "hmac 0.12.1", - "zeroize", -] - [[package]] name = "rfc6979" version = "0.4.0" @@ -11931,15 +11465,14 @@ dependencies = [ [[package]] name = "ring" -version = "0.17.8" +version = "0.17.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" +checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" dependencies = [ "cc", "cfg-if", "getrandom 0.2.15", "libc", - "spin", "untrusted", "windows-sys 0.52.0", ] @@ -12014,9 +11547,9 @@ dependencies = [ [[package]] name = "roaring" -version = "0.10.6" +version = "0.10.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f4b84ba6e838ceb47b41de5194a60244fac43d9fe03b71dbe8c5a201081d6d1" +checksum = "a652edd001c53df0b3f96a36a8dc93fce6866988efc16808235653c6bcac8bf2" dependencies = [ "bytemuck", "byteorder", @@ -12031,60 +11564,6 @@ dependencies = [ "chrono", ] -[[package]] -name = "rollup-boost" -version = "0.1.0" -source = "git+http://github.com/flashbots/rollup-boost?rev=6b94e1037f41e0817f2bcb1f1ca5013a5359616a#6b94e1037f41e0817f2bcb1f1ca5013a5359616a" -dependencies = [ - "alloy-eips 0.12.6", - "alloy-primitives 0.8.23", - "alloy-rpc-types-engine", - "alloy-rpc-types-eth 0.12.6", - "alloy-serde 0.12.6", - "clap 4.5.21", - "dotenv", - "eyre", - "flate2", - "futures", - "futures-util", - "http 1.1.0", - "http-body 0.4.6", - "http-body-util", - "hyper 1.5.0", - "hyper-rustls 0.27.3", - "hyper-util", - "jsonrpsee 0.24.9", - "lazy_static", - "metrics", - "metrics-derive", - "metrics-exporter-prometheus", - "metrics-process", - "metrics-util 0.18.0", - "moka", - "op-alloy-rpc-jsonrpsee", - "op-alloy-rpc-types", - "op-alloy-rpc-types-engine", - "opentelemetry", - "opentelemetry-http", - "opentelemetry-otlp", - "opentelemetry_sdk", - "parking_lot", - "paste", - "reqwest 0.12.9", - "rustls 0.23.25", - "serde", - "serde_json", - "thiserror 1.0.69", - "time", - "tokio", - "tokio-tungstenite 0.26.2", - "tower 0.4.13", - "tracing", - "tracing-opentelemetry", - "tracing-subscriber", - "url", -] - [[package]] name = "route-recognizer" version = "0.3.1" @@ -12093,9 +11572,9 @@ checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" [[package]] name = "rsa" -version = "0.9.6" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" +checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b" dependencies = [ "const-oid", "digest 0.10.7", @@ -12103,32 +11582,35 @@ dependencies = [ "num-integer", "num-traits", "pkcs1", - "pkcs8 0.10.2", + "pkcs8", "rand_core 0.6.4", - "signature 2.2.0", - "spki 0.7.3", + "signature", + "spki", "subtle", "zeroize", ] [[package]] name = "ruint" -version = "1.12.3" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c3cc4c2511671f327125da14133d0c5c5d137f006a1017a16f557bc85b16286" +checksum = "78a46eb779843b2c4f21fac5773e25d6d5b7c8f0922876c91541790d2ca27eef" dependencies = [ "alloy-rlp", "arbitrary", "ark-ff 0.3.0", "ark-ff 0.4.2", "bytes", - "fastrlp", + "fastrlp 0.3.1", + "fastrlp 0.4.0", "num-bigint", + "num-integer", "num-traits", "parity-scale-codec", "primitive-types", "proptest", "rand 0.8.5", + "rand 0.9.0", "rlp", "ruint-macro", "serde", @@ -12156,9 +11638,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustc-hash" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497" +checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" dependencies = [ "rand 0.8.5", ] @@ -12184,20 +11666,33 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" dependencies = [ - "semver 1.0.23", + "semver 1.0.26", ] [[package]] name = "rustix" -version = "0.38.40" +version = "0.38.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99e4ea3e1cdc4b559b8e5650f9c8e5998e3e5c1343b4eaf034565f32318d63c0" +checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" dependencies = [ "bitflags 2.9.0", "errno", "libc", - "linux-raw-sys", - "windows-sys 0.52.0", + "linux-raw-sys 0.4.15", + "windows-sys 0.59.0", +] + +[[package]] +name = "rustix" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a04a32fb43fcdef85b977ce7f77a150805e4b2ea1f2656898d4a547dde78df6" +dependencies = [ + "bitflags 2.9.0", + "errno", + "libc", + "linux-raw-sys 0.9.3", + "windows-sys 0.59.0", ] [[package]] @@ -12218,12 +11713,11 @@ version = "0.23.25" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c" dependencies = [ - "aws-lc-rs", "log", "once_cell", "ring", "rustls-pki-types", - "rustls-webpki 0.103.0", + "rustls-webpki 0.103.1", "subtle", "zeroize", ] @@ -12242,15 +11736,14 @@ dependencies = [ [[package]] name = "rustls-native-certs" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a" +checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" dependencies = [ "openssl-probe", - "rustls-pemfile 2.2.0", "rustls-pki-types", "schannel", - "security-framework 2.11.1", + "security-framework 3.2.0", ] [[package]] @@ -12292,9 +11785,9 @@ dependencies = [ "log", "once_cell", "rustls 0.23.25", - "rustls-native-certs 0.8.0", + "rustls-native-certs 0.8.1", "rustls-platform-verifier-android", - "rustls-webpki 0.103.0", + "rustls-webpki 0.103.1", "security-framework 3.2.0", "security-framework-sys", "webpki-root-certs", @@ -12319,11 +11812,10 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.103.0" +version = "0.103.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f" +checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03" dependencies = [ - "aws-lc-rs", "ring", "rustls-pki-types", "untrusted", @@ -12349,15 +11841,15 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.18" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" +checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" [[package]] name = "ryu-js" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad97d4ce1560a5e27cec89519dc8300d1aa6035b099821261c651486a19e44d5" +checksum = "dd29631678d6fb0903b69223673e122c32e9ae559d0960a38d574695ebc0ea15" [[package]] name = "same-file" @@ -12370,9 +11862,9 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.11.5" +version = "2.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aa7ffc1c0ef49b0452c6e2986abf2b07743320641ffd5fc63d552458e3b779b" +checksum = "346a3b32eba2640d17a9cb5927056b08f3de90f65b72fe09402c2ad07d684d0b" dependencies = [ "cfg-if", "derive_more 1.0.0", @@ -12382,11 +11874,11 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.11.5" +version = "2.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46385cc24172cf615450267463f937c10072516359b3ff1cb24228a4a08bf951" +checksum = "c6630024bf739e2179b91fb424b28898baf819414262c5d376677dbff1fe7ebf" dependencies = [ - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", "syn 2.0.100", @@ -12394,18 +11886,18 @@ dependencies = [ [[package]] name = "schannel" -version = "0.1.26" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1" +checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" dependencies = [ "windows-sys 0.59.0", ] [[package]] name = "schnellru" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9a8ef13a93c54d20580de1e5c413e624e53121d42fc7e2c11d10ef7f8b02367" +checksum = "356285bbf17bea63d9e52e96bd18f039672ac92b55b8cb997d6162a2a37d1649" dependencies = [ "ahash", "cfg-if", @@ -12451,30 +11943,16 @@ dependencies = [ "untrusted", ] -[[package]] -name = "sec1" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" -dependencies = [ - "base16ct 0.1.1", - "der 0.6.1", - "generic-array", - "pkcs8 0.9.0", - "subtle", - "zeroize", -] - [[package]] name = "sec1" version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" dependencies = [ - "base16ct 0.2.0", - "der 0.7.9", + "base16ct", + "der", "generic-array", - "pkcs8 0.10.2", + "pkcs8", "serdect", "subtle", "zeroize", @@ -12545,7 +12023,7 @@ checksum = "4eb30575f3638fc8f6815f448d50cb1a2e255b0897985c8c59f4d37b72a07b06" dependencies = [ "bitflags 2.9.0", "cssparser", - "derive_more 0.99.18", + "derive_more 0.99.19", "fxhash", "log", "new_debug_unreachable", @@ -12567,18 +12045,18 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.23" +version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" +checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" dependencies = [ "serde", ] [[package]] name = "semver-parser" -version = "0.10.2" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" +checksum = "9900206b54a3527fdc7b8a938bffd94a568bac4f4aa8113b209df75a09c0dec2" dependencies = [ "pest", ] @@ -12597,9 +12075,9 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" [[package]] name = "seq-macro" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4" +checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc" [[package]] name = "serde" @@ -12627,7 +12105,7 @@ version = "1.0.140" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" dependencies = [ - "indexmap 2.7.0", + "indexmap 2.8.0", "itoa", "memchr", "ryu", @@ -12668,15 +12146,15 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.11.0" +version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817" +checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa" dependencies = [ "base64 0.22.1", "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.7.0", + "indexmap 2.8.0", "serde", "serde_derive", "serde_json", @@ -12686,9 +12164,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.11.0" +version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d" +checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e" dependencies = [ "darling", "proc-macro2", @@ -12696,25 +12174,13 @@ dependencies = [ "syn 2.0.100", ] -[[package]] -name = "serde_yaml" -version = "0.8.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b" -dependencies = [ - "indexmap 1.9.3", - "ryu", - "serde", - "yaml-rust", -] - [[package]] name = "serdect" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177" dependencies = [ - "base16ct 0.2.0", + "base16ct", "serde", ] @@ -12855,16 +12321,6 @@ dependencies = [ "libc", ] -[[package]] -name = "signature" -version = "1.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" -dependencies = [ - "digest 0.10.7", - "rand_core 0.6.4", -] - [[package]] name = "signature" version = "2.2.0" @@ -12883,9 +12339,9 @@ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" [[package]] name = "similar" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" +checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" dependencies = [ "bstr", "unicode-segmentation", @@ -12893,9 +12349,9 @@ dependencies = [ [[package]] name = "similar-asserts" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfe85670573cd6f0fa97940f26e7e6601213c3b0555246c24234131f88c5709e" +checksum = "b5b441962c817e33508847a22bd82f03a30cff43642dc2fae8b050566121eb9a" dependencies = [ "console", "serde", @@ -12904,13 +12360,13 @@ dependencies = [ [[package]] name = "simple_asn1" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" +checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb" dependencies = [ "num-bigint", "num-traits", - "thiserror 1.0.69", + "thiserror 2.0.12", "time", ] @@ -12920,6 +12376,12 @@ version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" +[[package]] +name = "siphasher" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" + [[package]] name = "skeptic" version = "0.13.7" @@ -12952,9 +12414,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.13.2" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" +checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" dependencies = [ "arbitrary", "serde", @@ -12979,9 +12441,9 @@ checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" [[package]] name = "socket2" -version = "0.5.7" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" +checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef" dependencies = [ "libc", "windows-sys 0.52.0", @@ -13005,14 +12467,14 @@ dependencies = [ [[package]] name = "soketto" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37468c595637c10857701c990f93a40ce0e357cedb0953d1c26c8d8027f9bb53" +checksum = "2e859df029d160cb88608f5d7df7fb4753fd20fdfb4de5644f3d8b8440841721" dependencies = [ "base64 0.22.1", "bytes", "futures", - "http 1.1.0", + "http 1.3.1", "httparse", "log", "rand 0.8.5", @@ -13030,21 +12492,11 @@ dependencies = [ [[package]] name = "spinning_top" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300" -dependencies = [ - "lock_api", -] - -[[package]] -name = "spki" -version = "0.6.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" +checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300" dependencies = [ - "base64ct", - "der 0.6.1", + "lock_api", ] [[package]] @@ -13054,7 +12506,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" dependencies = [ "base64ct", - "der 0.7.9", + "der", ] [[package]] @@ -13118,7 +12570,7 @@ dependencies = [ "futures-util", "hashlink 0.8.4", "hex", - "indexmap 2.7.0", + "indexmap 2.8.0", "log", "memchr", "native-tls", @@ -13293,38 +12745,16 @@ dependencies = [ "uuid", ] -[[package]] -name = "ssz_rs" -version = "0.9.0" -source = "git+https://github.com/ralexstokes/ssz-rs?rev=84ef2b71aa004f6767420badb42c902ad56b8b72#84ef2b71aa004f6767420badb42c902ad56b8b72" -dependencies = [ - "alloy-primitives 0.7.7", - "bitvec", - "serde", - "sha2 0.9.9", - "ssz_rs_derive 0.9.0 (git+https://github.com/ralexstokes/ssz-rs?rev=84ef2b71aa004f6767420badb42c902ad56b8b72)", -] - [[package]] name = "ssz_rs" version = "0.9.0" source = "git+https://github.com/ralexstokes/ssz-rs.git#ec3073e2273b4d0873fcb6df68ff4eff79588e92" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "bitvec", "serde", "sha2 0.9.9", - "ssz_rs_derive 0.9.0 (git+https://github.com/ralexstokes/ssz-rs.git)", -] - -[[package]] -name = "ssz_rs_derive" -version = "0.9.0" -source = "git+https://github.com/ralexstokes/ssz-rs?rev=84ef2b71aa004f6767420badb42c902ad56b8b72#84ef2b71aa004f6767420badb42c902ad56b8b72" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", + "ssz_rs_derive", ] [[package]] @@ -13372,26 +12802,25 @@ checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82" [[package]] name = "string_cache" -version = "0.8.7" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" +checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" dependencies = [ "new_debug_unreachable", - "once_cell", "parking_lot", - "phf_shared 0.10.0", + "phf_shared 0.11.3", "precomputed-hash", "serde", ] [[package]] name = "string_cache_codegen" -version = "0.5.2" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" +checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" dependencies = [ - "phf_generator 0.10.0", - "phf_shared 0.10.0", + "phf_generator 0.11.3", + "phf_shared 0.11.3", "proc-macro2", "quote", ] @@ -13470,19 +12899,6 @@ dependencies = [ "syn 2.0.100", ] -[[package]] -name = "substrate-bn" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b5bbfa79abbae15dd642ea8176a21a635ff3c00059961d1ea27ad04e5b441c" -dependencies = [ - "byteorder", - "crunchy", - "lazy_static", - "rand 0.8.5", - "rustc-hex", -] - [[package]] name = "subtle" version = "2.6.1" @@ -13513,9 +12929,9 @@ dependencies = [ [[package]] name = "syn-solidity" -version = "0.8.23" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d975606bae72d8aad5b07d9342465e123a2cccf53a5a735aedf81ca92a709ecb" +checksum = "4560533fbd6914b94a8fb5cc803ed6801c3455668db3b810702c57612bac9412" dependencies = [ "paste", "proc-macro2", @@ -13531,25 +12947,13 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" [[package]] name = "sync_wrapper" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" +checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" dependencies = [ "futures-core", ] -[[package]] -name = "synstructure" -version = "0.12.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", - "unicode-xid", -] - [[package]] name = "synstructure" version = "0.13.1" @@ -13577,9 +12981,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.33.0" +version = "0.33.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "948512566b1895f93b1592c7574baeb2de842f224f2aab158799ecadb8ebbb46" +checksum = "4fc858248ea01b66f19d8e8a6d55f41deaf91e9d495246fd01368d99935c6c01" dependencies = [ "core-foundation-sys", "libc", @@ -13593,11 +12997,11 @@ dependencies = [ name = "sysperf" version = "0.1.0" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "num_cpus", "rand 0.8.5", "rayon", - "sysinfo 0.33.0", + "sysinfo 0.33.1", ] [[package]] @@ -13662,14 +13066,14 @@ checksum = "c1bbb9f3c5c463a01705937a24fdabc5047929ac764b2d5b9cf681c1f5041ed5" [[package]] name = "tempfile" -version = "3.14.0" +version = "3.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" +checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" dependencies = [ - "cfg-if", - "fastrand 2.2.0", + "fastrand 2.3.0", + "getrandom 0.3.2", "once_cell", - "rustix", + "rustix 1.0.4", "windows-sys 0.59.0", ] @@ -13686,20 +13090,20 @@ dependencies = [ [[package]] name = "termtree" -version = "0.4.1" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" +checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" [[package]] name = "test-relay" version = "0.1.0" dependencies = [ "ahash", - "alloy-consensus 0.12.6", - "alloy-json-rpc 0.12.6", - "alloy-primitives 0.8.23", + "alloy-consensus", + "alloy-json-rpc", + "alloy-primitives", "alloy-provider", - "clap 4.5.21", + "clap 4.5.34", "clap_builder", "ctor", "ethereum_ssz", @@ -13735,15 +13139,15 @@ dependencies = [ [[package]] name = "textwrap" -version = "0.16.1" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" +checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" [[package]] name = "thin-vec" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b" +checksum = "144f754d318415ac792f9d69fc87abbbfc043ce2ef041c60f16ad828f638717d" [[package]] name = "thiserror" @@ -13756,11 +13160,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.11" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" +checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" dependencies = [ - "thiserror-impl 2.0.11", + "thiserror-impl 2.0.12", ] [[package]] @@ -13776,9 +13180,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.11" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" +checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" dependencies = [ "proc-macro2", "quote", @@ -13837,9 +13241,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.37" +version = "0.3.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" +checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" dependencies = [ "deranged", "itoa", @@ -13855,15 +13259,15 @@ dependencies = [ [[package]] name = "time-core" -version = "0.1.2" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" +checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" [[package]] name = "time-macros" -version = "0.2.19" +version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" +checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" dependencies = [ "num-conv", "time-core", @@ -13900,9 +13304,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" +checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" dependencies = [ "tinyvec_macros", ] @@ -13964,20 +13368,19 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.26.0" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" +checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" dependencies = [ "rustls 0.23.25", - "rustls-pki-types", "tokio", ] [[package]] name = "tokio-stream" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" +checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" dependencies = [ "futures-core", "pin-project-lite", @@ -14005,21 +13408,19 @@ checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084" dependencies = [ "futures-util", "log", - "native-tls", "rustls 0.23.25", "rustls-pki-types", "tokio", - "tokio-native-tls", - "tokio-rustls 0.26.0", + "tokio-rustls 0.26.2", "tungstenite 0.26.2", - "webpki-roots 0.26.6", + "webpki-roots 0.26.8", ] [[package]] name = "tokio-util" -version = "0.7.12" +version = "0.7.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" +checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034" dependencies = [ "bytes", "futures-core", @@ -14041,9 +13442,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.19" +version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" +checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148" dependencies = [ "serde", "serde_spanned", @@ -14062,45 +13463,15 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.22" +version = "0.22.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" +checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474" dependencies = [ - "indexmap 2.7.0", + "indexmap 2.8.0", "serde", "serde_spanned", "toml_datetime", - "winnow 0.6.20", -] - -[[package]] -name = "tonic" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52" -dependencies = [ - "async-stream", - "async-trait", - "axum", - "base64 0.22.1", - "bytes", - "h2 0.4.6", - "http 1.1.0", - "http-body 1.0.1", - "http-body-util", - "hyper 1.5.0", - "hyper-timeout", - "hyper-util", - "percent-encoding", - "pin-project", - "prost", - "socket2", - "tokio", - "tokio-stream", - "tower 0.4.13", - "tower-layer", - "tower-service", - "tracing", + "winnow", ] [[package]] @@ -14126,14 +13497,15 @@ dependencies = [ [[package]] name = "tower" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f" +checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" dependencies = [ "futures-core", "futures-util", "pin-project-lite", - "sync_wrapper 0.1.2", + "sync_wrapper 1.0.2", + "tokio", "tower-layer", "tower-service", ] @@ -14150,7 +13522,7 @@ dependencies = [ "bytes", "futures-core", "futures-util", - "http 1.1.0", + "http 1.3.1", "http-body 1.0.1", "http-body-util", "http-range-header", @@ -14162,7 +13534,7 @@ dependencies = [ "pin-project-lite", "tokio", "tokio-util", - "tower 0.5.1", + "tower 0.5.2", "tower-layer", "tower-service", "tracing", @@ -14202,7 +13574,7 @@ dependencies = [ "crossbeam-channel", "thiserror 1.0.69", "time", - "tracing-subscriber", + "tracing-subscriber 0.3.19", ] [[package]] @@ -14240,13 +13612,13 @@ dependencies = [ [[package]] name = "tracing-journald" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba316a74e8fc3c3896a850dba2375928a9fa171b085ecddfc7c054d39970f3fd" +checksum = "fc0b4143302cf1022dac868d521e36e8b27691f72c84b3311750d5188ebba657" dependencies = [ "libc", "tracing-core", - "tracing-subscriber", + "tracing-subscriber 0.3.19", ] [[package]] @@ -14269,34 +13641,25 @@ dependencies = [ "time", "tracing", "tracing-core", - "tracing-subscriber", + "tracing-subscriber 0.3.19", ] [[package]] -name = "tracing-opentelemetry" -version = "0.27.0" +name = "tracing-serde" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc58af5d3f6c5811462cabb3289aec0093f7338e367e5a33d28c0433b3c7360b" +checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1" dependencies = [ - "js-sys", - "once_cell", - "opentelemetry", - "opentelemetry_sdk", - "smallvec", - "tracing", + "serde", "tracing-core", - "tracing-log", - "tracing-subscriber", - "web-time", ] [[package]] -name = "tracing-serde" -version = "0.2.0" +name = "tracing-subscriber" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1" +checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71" dependencies = [ - "serde", "tracing-core", ] @@ -14327,7 +13690,7 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c58eb0f518840670270d90d97ffee702d8662d9c5494870c9e1e9e0fa00f668" dependencies = [ - "alloy-primitives 0.8.23", + "alloy-primitives", "ethereum_hashing", "ethereum_ssz", "smallvec", @@ -14377,7 +13740,7 @@ dependencies = [ "byteorder", "bytes", "data-encoding", - "http 1.1.0", + "http 1.3.1", "httparse", "log", "rand 0.8.5", @@ -14396,7 +13759,7 @@ dependencies = [ "byteorder", "bytes", "data-encoding", - "http 1.1.0", + "http 1.3.1", "httparse", "log", "rand 0.8.5", @@ -14413,15 +13776,14 @@ checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" dependencies = [ "bytes", "data-encoding", - "http 1.1.0", + "http 1.3.1", "httparse", "log", - "native-tls", "rand 0.9.0", "rustls 0.23.25", "rustls-pki-types", "sha1", - "thiserror 2.0.11", + "thiserror 2.0.12", "utf-8", ] @@ -14437,9 +13799,9 @@ dependencies = [ [[package]] name = "typenum" -version = "1.17.0" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" +checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" [[package]] name = "ucd-trie" @@ -14479,21 +13841,21 @@ checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" [[package]] name = "unicase" -version = "2.8.0" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df" +checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" [[package]] name = "unicode-bidi" -version = "0.3.17" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893" +checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" [[package]] name = "unicode-ident" -version = "1.0.13" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" +checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" [[package]] name = "unicode-normalization" @@ -14561,12 +13923,6 @@ dependencies = [ "subtle", ] -[[package]] -name = "unsigned-varint" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105" - [[package]] name = "unsigned-varint" version = "0.8.0" @@ -14592,7 +13948,7 @@ dependencies = [ "rustls 0.23.25", "rustls-pki-types", "url", - "webpki-roots 0.26.6", + "webpki-roots 0.26.8", ] [[package]] @@ -14639,20 +13995,20 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.11.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" +checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.3.2", "serde", "sha1_smol", ] [[package]] name = "valuable" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" +checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" [[package]] name = "vcpkg" @@ -14720,9 +14076,9 @@ dependencies = [ [[package]] name = "wait-timeout" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" +checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" dependencies = [ "libc", ] @@ -14763,7 +14119,7 @@ dependencies = [ "futures-util", "headers", "http 0.2.12", - "hyper 0.14.31", + "hyper 0.14.32", "log", "mime", "mime_guess", @@ -14795,9 +14151,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasi" -version = "0.13.3+wasi-0.2.2" +version = "0.14.2+wasi-0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2" +checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" dependencies = [ "wit-bindgen-rt", ] @@ -14836,12 +14192,13 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.45" +version = "0.4.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b" +checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" dependencies = [ "cfg-if", "js-sys", + "once_cell", "wasm-bindgen", "web-sys", ] @@ -14907,9 +14264,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.72" +version = "0.3.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112" +checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" dependencies = [ "js-sys", "wasm-bindgen", @@ -14942,9 +14299,9 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "webpki-roots" -version = "0.26.6" +version = "0.26.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958" +checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9" dependencies = [ "rustls-pki-types", ] @@ -14958,14 +14315,14 @@ dependencies = [ "either", "home", "once_cell", - "rustix", + "rustix 0.38.44", ] [[package]] name = "whoami" -version = "1.5.2" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d" +checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7" dependencies = [ "redox_syscall", "wasite", @@ -14973,9 +14330,9 @@ dependencies = [ [[package]] name = "widestring" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" +checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d" [[package]] name = "winapi" @@ -15008,6 +14365,16 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" +[[package]] +name = "windows" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" +dependencies = [ + "windows-core 0.52.0", + "windows-targets 0.52.6", +] + [[package]] name = "windows" version = "0.57.0" @@ -15058,10 +14425,23 @@ dependencies = [ "windows-implement 0.58.0", "windows-interface 0.58.0", "windows-result 0.2.0", - "windows-strings", + "windows-strings 0.1.0", "windows-targets 0.52.6", ] +[[package]] +name = "windows-core" +version = "0.61.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980" +dependencies = [ + "windows-implement 0.60.0", + "windows-interface 0.59.1", + "windows-link", + "windows-result 0.3.2", + "windows-strings 0.4.0", +] + [[package]] name = "windows-implement" version = "0.57.0" @@ -15084,6 +14464,17 @@ dependencies = [ "syn 2.0.100", ] +[[package]] +name = "windows-implement" +version = "0.60.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.100", +] + [[package]] name = "windows-interface" version = "0.57.0" @@ -15106,15 +14497,32 @@ dependencies = [ "syn 2.0.100", ] +[[package]] +name = "windows-interface" +version = "0.59.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.100", +] + +[[package]] +name = "windows-link" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" + [[package]] name = "windows-registry" -version = "0.2.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" +checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3" dependencies = [ - "windows-result 0.2.0", - "windows-strings", - "windows-targets 0.52.6", + "windows-result 0.3.2", + "windows-strings 0.3.1", + "windows-targets 0.53.0", ] [[package]] @@ -15135,6 +14543,15 @@ dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-result" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252" +dependencies = [ + "windows-link", +] + [[package]] name = "windows-strings" version = "0.1.0" @@ -15145,6 +14562,24 @@ dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-strings" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319" +dependencies = [ + "windows-link", +] + +[[package]] +name = "windows-strings" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97" +dependencies = [ + "windows-link", +] + [[package]] name = "windows-sys" version = "0.45.0" @@ -15220,13 +14655,29 @@ dependencies = [ "windows_aarch64_gnullvm 0.52.6", "windows_aarch64_msvc 0.52.6", "windows_i686_gnu 0.52.6", - "windows_i686_gnullvm", + "windows_i686_gnullvm 0.52.6", "windows_i686_msvc 0.52.6", "windows_x86_64_gnu 0.52.6", "windows_x86_64_gnullvm 0.52.6", "windows_x86_64_msvc 0.52.6", ] +[[package]] +name = "windows-targets" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b" +dependencies = [ + "windows_aarch64_gnullvm 0.53.0", + "windows_aarch64_msvc 0.53.0", + "windows_i686_gnu 0.53.0", + "windows_i686_gnullvm 0.53.0", + "windows_i686_msvc 0.53.0", + "windows_x86_64_gnu 0.53.0", + "windows_x86_64_gnullvm 0.53.0", + "windows_x86_64_msvc 0.53.0", +] + [[package]] name = "windows_aarch64_gnullvm" version = "0.42.2" @@ -15245,6 +14696,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" + [[package]] name = "windows_aarch64_msvc" version = "0.42.2" @@ -15263,6 +14720,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" +[[package]] +name = "windows_aarch64_msvc" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" + [[package]] name = "windows_i686_gnu" version = "0.42.2" @@ -15281,12 +14744,24 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" +[[package]] +name = "windows_i686_gnu" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" + [[package]] name = "windows_i686_gnullvm" version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" +[[package]] +name = "windows_i686_gnullvm" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" + [[package]] name = "windows_i686_msvc" version = "0.42.2" @@ -15305,6 +14780,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" +[[package]] +name = "windows_i686_msvc" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" + [[package]] name = "windows_x86_64_gnu" version = "0.42.2" @@ -15323,6 +14804,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" +[[package]] +name = "windows_x86_64_gnu" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" + [[package]] name = "windows_x86_64_gnullvm" version = "0.42.2" @@ -15341,6 +14828,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" + [[package]] name = "windows_x86_64_msvc" version = "0.42.2" @@ -15360,19 +14853,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] -name = "winnow" -version = "0.6.20" +name = "windows_x86_64_msvc" +version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" -dependencies = [ - "memchr", -] +checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" [[package]] name = "winnow" -version = "0.7.2" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59690dea168f2198d1a3b0cac23b8063efcd11012f10ae4698f284808c8ef603" +checksum = "0e97b544156e9bebe1a0ffbc03484fc1ffe3100cbce3ffb17eac35f7cdd7ab36" dependencies = [ "memchr", ] @@ -15389,9 +14879,9 @@ dependencies = [ [[package]] name = "wit-bindgen-rt" -version = "0.33.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c" +checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" dependencies = [ "bitflags 2.9.0", ] @@ -15438,18 +14928,9 @@ dependencies = [ [[package]] name = "xxhash-rust" -version = "0.8.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a5cbf750400958819fb6178eaa83bee5cd9c29a26a40cc241df8c70fdd46984" - -[[package]] -name = "yaml-rust" -version = "0.4.5" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" -dependencies = [ - "linked-hash-map", -] +checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3" [[package]] name = "yansi" @@ -15459,9 +14940,9 @@ checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" [[package]] name = "yoke" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" +checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" dependencies = [ "serde", "stable_deref_trait", @@ -15471,14 +14952,14 @@ dependencies = [ [[package]] name = "yoke-derive" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" +checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" dependencies = [ "proc-macro2", "quote", "syn 2.0.100", - "synstructure 0.13.1", + "synstructure", ] [[package]] @@ -15487,17 +14968,16 @@ version = "0.7.35" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" dependencies = [ - "byteorder", "zerocopy-derive 0.7.35", ] [[package]] name = "zerocopy" -version = "0.8.20" +version = "0.8.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dde3bb8c68a8f3f1ed4ac9221aad6b10cece3e60a8e2ea54a6a2dec806d0084c" +checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879" dependencies = [ - "zerocopy-derive 0.8.20", + "zerocopy-derive 0.8.24", ] [[package]] @@ -15513,9 +14993,9 @@ dependencies = [ [[package]] name = "zerocopy-derive" -version = "0.8.20" +version = "0.8.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eea57037071898bf96a6da35fd626f4f27e9cee3ead2a6c703cf09d472b2e700" +checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be" dependencies = [ "proc-macro2", "quote", @@ -15524,23 +15004,23 @@ dependencies = [ [[package]] name = "zerofrom" -version = "0.1.4" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" +checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" dependencies = [ "zerofrom-derive", ] [[package]] name = "zerofrom-derive" -version = "0.1.4" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" +checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" dependencies = [ "proc-macro2", "quote", "syn 2.0.100", - "synstructure 0.13.1", + "synstructure", ] [[package]] @@ -15625,11 +15105,11 @@ dependencies = [ [[package]] name = "zstd" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" +checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" dependencies = [ - "zstd-safe 7.2.1", + "zstd-safe 7.2.4", ] [[package]] @@ -15654,18 +15134,18 @@ dependencies = [ [[package]] name = "zstd-safe" -version = "7.2.1" +version = "7.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059" +checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" dependencies = [ "zstd-sys", ] [[package]] name = "zstd-sys" -version = "2.0.13+zstd.1.5.6" +version = "2.0.15+zstd.1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" +checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237" dependencies = [ "cc", "pkg-config", diff --git a/Cargo.toml b/Cargo.toml index e68c392e..507bfc02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,59 +33,59 @@ codegen-units = 1 incremental = false [workspace.dependencies] -reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-chain-state = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-cli-util = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-db-common = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-errors = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-payload-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-node-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-trie = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-trie-parallel = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-basic-payload-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-node-core = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-primitives-traits = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-provider = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4", features = [ +reth = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-chain-state = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-cli-util = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-db = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-db-common = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-errors = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-payload-builder = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-node-api = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-trie = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-trie-parallel = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-basic-payload-builder = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-node-core = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-primitives-traits = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-provider = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780", features = [ "test-utils", ] } -reth-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-evm-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-execution-errors = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-exex = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-metrics = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-trie-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-payload-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-execution-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-revm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-payload-builder-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-payload-util = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-rpc-layer = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-testing-utils = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } +reth-chainspec = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-evm = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-evm-ethereum = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-execution-errors = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-exex = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-metrics = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-trie-db = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-payload-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-execution-types = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-revm = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-payload-builder-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-payload-util = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-rpc-layer = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-testing-utils = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } # reth optimism -reth-optimism-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-optimism-consensus = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-optimism-cli = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-optimism-forks = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-optimism-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-optimism-node = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-optimism-payload-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } -reth-optimism-txpool = { git = "https://github.com/paradigmxyz/reth", tag = "v1.3.4" } +reth-optimism-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-optimism-consensus = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-optimism-cli = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-optimism-forks = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-optimism-evm = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-optimism-node = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-optimism-payload-builder = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } +reth-optimism-txpool = { git = "https://github.com/paradigmxyz/reth", rev = "faedf98db3b1c965052b12b1663038a078807780" } # compatible with reth "v1.3.3" dependencies -revm = { version = "20.0.0-alpha.6", features = [ +revm = { version = "21.0.0", features = [ "std", "secp256k1", "optional_balance_check", ], default-features = false } -revm-inspectors = "0.17.0-alpha.1" -op-revm = { version = "1.0.0-alpha.5", default-features = false } +revm-inspectors = "0.18.0" +op-revm = { version = "2.0.0", default-features = false } ethereum_ssz_derive = "0.8" ethereum_ssz = "0.8" @@ -93,34 +93,34 @@ ethereum_ssz = "0.8" alloy-primitives = { version = "0.8.20", default-features = false } alloy-rlp = "0.3.10" alloy-chains = "0.1.64" -alloy-evm = { version = "0.1.0-alpha.3", default-features = false } -alloy-provider = { version = "0.12.6", features = ["ipc", "pubsub"] } -alloy-pubsub = { version = "0.12.6" } -alloy-eips = { version = "0.12.6" } -alloy-rpc-types = { version = "0.12.6" } -alloy-json-rpc = { version = "0.12.6" } -alloy-transport-http = { version = "0.12.6" } -alloy-network = { version = "0.12.6" } -alloy-network-primitives = { version = "0.12.6" } -alloy-transport = { version = "0.12.6" } -alloy-node-bindings = { version = "0.12.6" } -alloy-consensus = { version = "0.12.6", features = ["kzg"] } -alloy-serde = { version = "0.12.6" } -alloy-rpc-types-beacon = { version = "0.12.6", features = ["ssz"] } -alloy-rpc-types-engine = { version = "0.12.6", features = ["ssz"] } -alloy-rpc-types-eth = { version = "0.12.6" } -alloy-signer-local = { version = "0.12.6" } -alloy-rpc-client = { version = "0.12.6" } -alloy-genesis = { version = "0.12.6" } +alloy-evm = { version = "0.2.0", default-features = false } +alloy-provider = { version = "0.13.0", features = ["ipc", "pubsub"] } +alloy-pubsub = { version = "0.13.0" } +alloy-eips = { version = "0.13.0" } +alloy-rpc-types = { version = "0.13.0" } +alloy-json-rpc = { version = "0.13.0" } +alloy-transport-http = { version = "0.13.0" } +alloy-network = { version = "0.13.0" } +alloy-network-primitives = { version = "0.13.0" } +alloy-transport = { version = "0.13.0" } +alloy-node-bindings = { version = "0.13.0" } +alloy-consensus = { version = "0.13.0", features = ["kzg"] } +alloy-serde = { version = "0.13.0" } +alloy-rpc-types-beacon = { version = "0.13.0", features = ["ssz"] } +alloy-rpc-types-engine = { version = "0.13.0", features = ["ssz"] } +alloy-rpc-types-eth = { version = "0.13.0" } +alloy-signer-local = { version = "0.13.0" } +alloy-rpc-client = { version = "0.13.0" } +alloy-genesis = { version = "0.13.0" } alloy-trie = { version = "0.7.9" } # optimism -alloy-op-evm = { version = "0.1.0-alpha.2", default-features = false } -op-alloy-rpc-types = { version = "0.11.2", default-features = false } -op-alloy-rpc-types-engine = { version = "0.11.2", default-features = false } -op-alloy-rpc-jsonrpsee = { version = "0.11.2", default-features = false } -op-alloy-network = { version = "0.11.2", default-features = false } -op-alloy-consensus = { version = "0.11.2", default-features = false } +alloy-op-evm = { version = "0.2.0", default-features = false } +op-alloy-rpc-types = { version = "0.12.0", default-features = false } +op-alloy-rpc-types-engine = { version = "0.12.0", default-features = false } +op-alloy-rpc-jsonrpsee = { version = "0.12.0", default-features = false } +op-alloy-network = { version = "0.12.0", default-features = false } +op-alloy-consensus = { version = "0.12.0", default-features = false } async-trait = { version = "0.1.83" } clap = { version = "4.4.3", features = ["derive", "env"] } diff --git a/crates/op-rbuilder/Cargo.toml b/crates/op-rbuilder/Cargo.toml index 6532d129..f5131b80 100644 --- a/crates/op-rbuilder/Cargo.toml +++ b/crates/op-rbuilder/Cargo.toml @@ -88,6 +88,7 @@ rand = "0.8.5" tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] } # `flashblocks` branch +# TODO: fix czkg rollup-boost = { git = "http://github.com/flashbots/rollup-boost", rev = "6b94e1037f41e0817f2bcb1f1ca5013a5359616a" } [target.'cfg(unix)'.dependencies] diff --git a/crates/op-rbuilder/src/payload_builder.rs b/crates/op-rbuilder/src/payload_builder.rs index 6a0c67a5..a9b670d5 100644 --- a/crates/op-rbuilder/src/payload_builder.rs +++ b/crates/op-rbuilder/src/payload_builder.rs @@ -38,6 +38,7 @@ use reth_optimism_payload_builder::{ payload::{OpBuiltPayload, OpPayloadBuilderAttributes}, }; use reth_optimism_primitives::{OpPrimitives, OpReceipt, OpTransactionSigned}; +use reth_optimism_txpool::interop::MaybeInteropTransaction; use reth_optimism_txpool::OpPooledTx; use reth_payload_builder::PayloadBuilderService; use reth_payload_builder_primitives::PayloadBuilderError; @@ -106,7 +107,7 @@ impl PayloadBuilderBuilder for CustomOpPayloadBuilder where Node: FullNodeTypes< Types: NodeTypesWithEngine< - Engine = OpEngineTypes, + Payload = OpEngineTypes, ChainSpec = OpChainSpec, Primitives = OpPrimitives, >, @@ -137,7 +138,7 @@ impl PayloadServiceBuilder for CustomOpPayloadBuilder where Node: FullNodeTypes< Types: NodeTypesWithEngine< - Engine = OpEngineTypes, + Payload = OpEngineTypes, ChainSpec = OpChainSpec, Primitives = OpPrimitives, >, @@ -151,7 +152,7 @@ where self, ctx: &BuilderContext, pool: Pool, - ) -> eyre::Result::Engine>> { + ) -> eyre::Result::Payload>> { tracing::info!("Spawning a custom payload builder"); let payload_builder = self.build_payload_builder(ctx, pool).await?; let payload_job_config = BasicPayloadJobGeneratorConfig::default(); @@ -301,7 +302,9 @@ impl OpPayloadBuilder { impl OpPayloadBuilder where - Pool: TransactionPool>, + Pool: TransactionPool< + Transaction: PoolTransaction + MaybeInteropTransaction, + >, Client: StateProviderFactory + ChainSpecProvider, { /// Send a message to be published @@ -461,7 +464,9 @@ where impl PayloadBuilder for OpPayloadBuilder where Client: StateProviderFactory + ChainSpecProvider + Clone, - Pool: TransactionPool>, + Pool: TransactionPool< + Transaction: PoolTransaction + MaybeInteropTransaction, + >, { type Attributes = OpPayloadBuilderAttributes; type BuiltPayload = OpBuiltPayload; @@ -954,7 +959,7 @@ where info: &mut ExecutionInfo, db: &mut State, mut best_txs: impl PayloadTransactions< - Transaction: PoolTransaction, + Transaction: PoolTransaction + MaybeInteropTransaction, >, batch_gas_limit: u64, ) -> Result, PayloadBuilderError> @@ -967,6 +972,7 @@ where let mut evm = self.evm_config.evm_with_env(&mut *db, self.evm_env.clone()); while let Some(tx) = best_txs.next(()) { + let interop = tx.interop(); let tx = tx.into_consensus(); println!("tx: {:?}", tx); println!( @@ -999,6 +1005,15 @@ where continue; } + // We skip invalid cross chain txs, they would be removed on the next block update in + // the maintenance job + if let Some(interop) = interop { + if !interop.is_valid(self.config.attributes.timestamp()) { + best_txs.mark_invalid(tx.signer(), tx.nonce()); + continue; + } + } + // check if the job was cancelled, if so we can exit early if self.cancel.is_cancelled() { println!("C"); diff --git a/crates/op-rbuilder/src/payload_builder_vanilla.rs b/crates/op-rbuilder/src/payload_builder_vanilla.rs index f10a8950..3dbe2db3 100644 --- a/crates/op-rbuilder/src/payload_builder_vanilla.rs +++ b/crates/op-rbuilder/src/payload_builder_vanilla.rs @@ -8,7 +8,7 @@ use alloy_consensus::{ constants::EMPTY_WITHDRAWALS, transaction::Recovered, Eip658Value, Header, Transaction, TxEip1559, Typed2718, EMPTY_OMMER_ROOT_HASH, }; -use alloy_eips::merge::BEACON_NONCE; +use alloy_eips::{eip7685::EMPTY_REQUESTS_HASH, merge::BEACON_NONCE}; use alloy_op_evm::block::receipt_builder::OpReceiptBuilder; use alloy_primitives::{private::alloy_rlp::Encodable, Address, Bytes, TxHash, TxKind, U256}; use alloy_rpc_types_engine::PayloadId; @@ -49,6 +49,7 @@ use reth_optimism_payload_builder::{ use reth_optimism_primitives::{ OpPrimitives, OpReceipt, OpTransactionSigned, ADDRESS_L2_TO_L1_MESSAGE_PASSER, }; +use reth_optimism_txpool::interop::MaybeInteropTransaction; use reth_optimism_txpool::OpPooledTx; use reth_payload_builder::PayloadBuilderService; use reth_payload_builder_primitives::PayloadBuilderError; @@ -114,7 +115,7 @@ impl PayloadBuilderBuilder for CustomOpPayloadBuilder where Node: FullNodeTypes< Types: NodeTypesWithEngine< - Engine = OpEngineTypes, + Payload = OpEngineTypes, ChainSpec = OpChainSpec, Primitives = OpPrimitives, >, @@ -144,7 +145,7 @@ impl PayloadServiceBuilder for CustomOpPayloadBuilder where Node: FullNodeTypes< Types: NodeTypesWithEngine< - Engine = OpEngineTypes, + Payload = OpEngineTypes, ChainSpec = OpChainSpec, Primitives = OpPrimitives, >, @@ -158,7 +159,7 @@ where self, ctx: &BuilderContext, pool: Pool, - ) -> eyre::Result::Engine>> { + ) -> eyre::Result::Payload>> { tracing::info!("Spawning a custom payload builder"); let payload_builder = self.build_payload_builder(ctx, pool).await?; let payload_job_config = BasicPayloadJobGeneratorConfig::default(); @@ -264,7 +265,9 @@ impl OpPayloadBuilderVanilla { impl PayloadBuilder for OpPayloadBuilderVanilla where Client: StateProviderFactory + ChainSpecProvider + Clone, - Pool: TransactionPool>, + Pool: TransactionPool< + Transaction: PoolTransaction + MaybeInteropTransaction, + >, Txs: OpPayloadTransactions, { type Attributes = OpPayloadBuilderAttributes; @@ -319,7 +322,9 @@ where impl OpPayloadBuilderVanilla where - Pool: TransactionPool>, + Pool: TransactionPool< + Transaction: PoolTransaction + MaybeInteropTransaction, + >, Client: StateProviderFactory + ChainSpecProvider, { /// Constructs an Optimism payload from the transactions sent via the @@ -337,7 +342,9 @@ where remove_reverted: impl FnOnce(Vec), ) -> Result, PayloadBuilderError> where - Txs: PayloadTransactions>, + Txs: PayloadTransactions< + Transaction: PoolTransaction + MaybeInteropTransaction, + >, { let BuildArguments { mut cached_reads, @@ -454,7 +461,9 @@ impl OpBuilder<'_, Txs> { ) -> Result>, PayloadBuilderError> where N: OpPayloadPrimitives<_TX = OpTransactionSigned>, - Txs: PayloadTransactions>, + Txs: PayloadTransactions< + Transaction: PoolTransaction + MaybeInteropTransaction, + >, ChainSpec: EthChainSpec + OpHardforks, DB: Database + AsRef

, P: StorageRootProvider, @@ -576,7 +585,9 @@ impl OpBuilder<'_, Txs> { ) -> Result, PayloadBuilderError> where ChainSpec: EthChainSpec + OpHardforks, - Txs: PayloadTransactions>, + Txs: PayloadTransactions< + Transaction: PoolTransaction + MaybeInteropTransaction, + >, DB: Database + AsRef

, P: StateRootProvider + HashedPostStateProvider + StorageRootProvider, { @@ -641,6 +652,13 @@ impl OpBuilder<'_, Txs> { let (excess_blob_gas, blob_gas_used) = ctx.blob_fields(); let extra_data = ctx.extra_data()?; + // Isthmus require this param to be EMPTY_REQUESTS_HASH + let requests_hash = if ctx.is_isthmus_active() { + Some(EMPTY_REQUESTS_HASH) + } else { + None + }; + let header = Header { parent_hash: ctx.parent().hash(), ommers_hash: EMPTY_OMMER_ROOT_HASH, @@ -662,7 +680,7 @@ impl OpBuilder<'_, Txs> { parent_beacon_block_root: ctx.attributes().payload_attributes.parent_beacon_block_root, blob_gas_used, excess_blob_gas, - requests_hash: None, + requests_hash, }; // seal the block @@ -734,7 +752,7 @@ pub trait OpPayloadTransactions: Clone + Send + Sync + Unpin + 'sta ); } -impl OpPayloadTransactions for () { +impl OpPayloadTransactions for () { fn best_transactions>( &self, pool: Pool, @@ -1034,7 +1052,7 @@ where info: &mut ExecutionInfo, db: &mut State, mut best_txs: impl PayloadTransactions< - Transaction: PoolTransaction, + Transaction: PoolTransaction + MaybeInteropTransaction, >, block_gas_limit: u64, block_da_limit: Option, @@ -1052,6 +1070,7 @@ where let mut evm = self.evm_config.evm_with_env(&mut *db, self.evm_env.clone()); while let Some(tx) = best_txs.next(()) { + let interop = tx.interop(); let tx = tx.into_consensus(); num_txs_considered += 1; // ensure we still have capacity for this transaction @@ -1069,6 +1088,15 @@ where continue; } + // We skip invalid cross chain txs, they would be removed on the next block update in + // the maintenance job + if let Some(interop) = interop { + if !interop.is_valid(self.config.attributes.timestamp()) { + best_txs.mark_invalid(tx.signer(), tx.nonce()); + continue; + } + } + // check if the job was cancelled, if so we can exit early if self.cancel.is_cancelled() { return Ok(Some(())); diff --git a/crates/rbuilder/Cargo.toml b/crates/rbuilder/Cargo.toml index 2b441d66..651c2e1c 100644 --- a/crates/rbuilder/Cargo.toml +++ b/crates/rbuilder/Cargo.toml @@ -102,6 +102,7 @@ flate2.workspace = true mev-share-sse = { git = "https://github.com/paradigmxyz/mev-share-rs", rev = "9eb2b0138ab3202b9eb3af4b19c7b3bf40b0faa8", default-features = false } jsonrpsee = { version = "0.20.3", features = ["full"] } ssz_rs = { git = "https://github.com/ralexstokes/ssz-rs.git", version = "0.9.0" } +# TODO: fix czkg beacon-api-client = { git = "https://github.com/ralexstokes/ethereum-consensus/", rev = "cf3c404043230559660810bc0c9d6d5a8498d819" } ethereum-consensus = { git = "https://github.com/ralexstokes/ethereum-consensus/", rev = "cf3c404043230559660810bc0c9d6d5a8498d819" } ssz_rs_derive = { git = "https://github.com/ralexstokes/ssz-rs.git", version = "0.9.0" } @@ -137,6 +138,7 @@ parking_lot.workspace = true dashmap = "6.1.0" # IPC state provider deps +# TODO: fix czkg reipc = { git = "https://github.com/nethermindeth/reipc.git", rev = "8a9c31f7a4b7dfdd828020222ae1ccdff802cbc9" } quick_cache = "0.6.11"