From a090c261794942ac43230107b5abad1643a5f8b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:51:44 +0000 Subject: [PATCH] chore(deps): bump reth-transaction-pool from v1.11.3 to v2.0.0 Bumps [reth-transaction-pool](https://github.com/paradigmxyz/reth) from v1.11.3 to v2.0.0. - [Release notes](https://github.com/paradigmxyz/reth/releases) - [Changelog](https://github.com/paradigmxyz/reth/blob/main/docs/release.md) - [Commits](https://github.com/paradigmxyz/reth/compare/d6324d63e27ef6b7c49cdc9b1977c1b808234c7b...eb4c15e5e36d8776d46629beae4c0a69af7ab04f) --- updated-dependencies: - dependency-name: reth-transaction-pool dependency-version: eb4c15e5e36d8776d46629beae4c0a69af7ab04f dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 1976 ++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 1368 insertions(+), 608 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af266ee..164fb94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -106,9 +106,9 @@ dependencies = [ [[package]] name = "alloy-chains" -version = "0.2.32" +version = "0.2.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9247f0a399ef71aeb68f497b2b8fb348014f742b50d3b83b1e00dfe1b7d64b3d" +checksum = "f4e9e31d834fe25fe991b8884e4b9f0e59db4a97d86e05d1464d6899c013cd62" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -317,10 +317,30 @@ dependencies = [ "derive_more", "op-alloy", "op-revm", - "revm", + "revm 34.0.0", "thiserror 2.0.18", ] +[[package]] +name = "alloy-evm" +version = "0.30.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e13146597a586a4166ac31b192883e08c044272d6b8c43de231ee1f43dd9a115" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-hardforks", + "alloy-primitives", + "alloy-rpc-types-engine", + "alloy-rpc-types-eth", + "alloy-sol-types", + "auto_impl", + "derive_more", + "revm 36.0.0", + "thiserror 2.0.18", + "tracing", +] + [[package]] name = "alloy-genesis" version = "1.8.3" @@ -1858,7 +1878,7 @@ dependencies = [ "num-traits", "serde", "wasm-bindgen", - "windows-link", + "windows-link 0.2.1", ] [[package]] @@ -2413,7 +2433,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de" dependencies = [ "data-encoding", - "syn 1.0.109", + "syn 2.0.117", ] [[package]] @@ -2953,7 +2973,7 @@ dependencies = [ "alloy-consensus", "alloy-consensus-any", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-genesis", "alloy-network", "alloy-primitives", @@ -2972,21 +2992,21 @@ dependencies = [ "futures", "hex", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-cli", - "reth-codecs", - "reth-consensus", + "reth-codecs 1.11.3", + "reth-consensus 1.11.3", "reth-db", "reth-engine-local", "reth-engine-primitives", - "reth-errors", + "reth-errors 1.11.3", "reth-ethereum", - "reth-ethereum-forks", + "reth-ethereum-forks 1.11.3", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-execution-types", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "reth-evm-ethereum 1.11.3", + "reth-execution-types 1.11.3", "reth-node-api", "reth-node-builder", "reth-node-core", @@ -2995,7 +3015,7 @@ dependencies = [ "reth-payload-builder-primitives", "reth-payload-primitives", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-revm", "reth-rpc", @@ -3005,11 +3025,11 @@ dependencies = [ "reth-rpc-engine-api", "reth-rpc-eth-api", "reth-rpc-eth-types", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.11.3", + "reth-tasks 1.11.3", "reth-testing-utils", "reth-tracing", - "reth-transaction-pool", + "reth-transaction-pool 2.0.0", "reth-trie-db", "serde", "serde_json", @@ -3025,14 +3045,14 @@ name = "ev-precompiles" version = "0.1.0" dependencies = [ "alloy", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-primitives", "bytes", "eyre", "reth-ethereum", "reth-primitives", "reth-revm", - "revm", + "revm 34.0.0", "tracing", ] @@ -3046,10 +3066,10 @@ dependencies = [ "alloy-rlp", "alloy-serde", "bytes", - "reth-codecs", + "reth-codecs 1.11.3", "reth-db-api", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-ethereum-primitives 1.11.3", + "reth-primitives-traits 1.11.3", "serde", ] @@ -3058,7 +3078,7 @@ name = "ev-reth" version = "0.1.0" dependencies = [ "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-network", "alloy-primitives", "alloy-rpc-types", @@ -3070,20 +3090,20 @@ dependencies = [ "evolve-ev-reth", "eyre", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-cli-util", - "reth-consensus", + "reth-consensus 1.11.3", "reth-engine-local", "reth-ethereum", "reth-ethereum-cli", - "reth-ethereum-forks", + "reth-ethereum-forks 1.11.3", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-node-api", "reth-node-builder", "reth-payload-builder", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-revm", "reth-tracing-otlp", @@ -3100,17 +3120,17 @@ dependencies = [ name = "ev-revm" version = "0.1.0" dependencies = [ - "alloy-evm", + "alloy-evm 0.27.3", "alloy-primitives", "alloy-sol-types", "ev-precompiles", "ev-primitives", - "reth-evm", - "reth-evm-ethereum", + "reth-evm 1.11.3", + "reth-evm-ethereum 1.11.3", "reth-primitives", "reth-revm", - "revm-context-interface", - "revm-inspector", + "revm-context-interface 14.0.0", + "revm-inspector 15.0.0", "revm-inspectors", "thiserror 2.0.18", ] @@ -3143,31 +3163,31 @@ dependencies = [ "rand 0.10.0", "reqwest 0.12.28", "reth-basic-payload-builder", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 1.11.3", + "reth-consensus 1.11.3", "reth-db", "reth-e2e-test-utils", "reth-engine-local", "reth-engine-primitives", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-execution-types", + "reth-errors 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "reth-evm-ethereum 1.11.3", + "reth-execution-types 1.11.3", "reth-node-api", "reth-node-types", "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-revm", "reth-rpc-api", - "reth-tasks", + "reth-tasks 1.11.3", "reth-testing-utils", "reth-tracing", - "reth-transaction-pool", + "reth-transaction-pool 2.0.0", "serde", "serde_json", "tempfile", @@ -3190,19 +3210,19 @@ dependencies = [ "jsonrpsee", "jsonrpsee-core", "jsonrpsee-proc-macros", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 1.11.3", + "reth-consensus 1.11.3", "reth-consensus-common", "reth-engine-primitives", "reth-ethereum", "reth-ethereum-consensus", - "reth-ethereum-primitives", - "reth-execution-types", + "reth-ethereum-primitives 1.11.3", + "reth-execution-types 1.11.3", "reth-node-api", "reth-payload-primitives", "reth-primitives", - "reth-primitives-traits", - "reth-transaction-pool", + "reth-primitives-traits 1.11.3", + "reth-transaction-pool 2.0.0", "serde", "serde_json", "thiserror 2.0.18", @@ -3506,8 +3526,8 @@ dependencies = [ "libc", "log", "rustversion", - "windows-link", - "windows-result", + "windows-link 0.2.1", + "windows-result 0.4.1", ] [[package]] @@ -3993,7 +4013,7 @@ dependencies = [ "js-sys", "log", "wasm-bindgen", - "windows-core", + "windows-core 0.62.2", ] [[package]] @@ -4663,7 +4683,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" dependencies = [ "cfg-if", - "windows-link", + "windows-link 0.2.1", ] [[package]] @@ -4956,7 +4976,7 @@ dependencies = [ "once_cell", "procfs", "rlimit", - "windows", + "windows 0.62.2", ] [[package]] @@ -5442,7 +5462,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "79c92b75162c2ed1661849fa51683b11254a5b661798360a2c24be918edafd40" dependencies = [ "auto_impl", - "revm", + "revm 34.0.0", "serde", ] @@ -5616,7 +5636,7 @@ dependencies = [ "libc", "redox_syscall 0.5.18", "smallvec", - "windows-link", + "windows-link 0.2.1", ] [[package]] @@ -6491,15 +6511,15 @@ dependencies = [ "futures-core", "futures-util", "metrics", - "reth-chain-state", - "reth-metrics", + "reth-chain-state 1.11.3", + "reth-metrics 1.11.3", "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-revm", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.11.3", + "reth-tasks 1.11.3", "tokio", "tracing", ] @@ -6520,22 +6540,48 @@ dependencies = [ "pin-project", "rand 0.9.2", "rayon", - "reth-chainspec", - "reth-errors", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-trie", - "revm-database", - "revm-state", + "reth-chainspec 1.11.3", + "reth-errors 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-execution-types 1.11.3", + "reth-metrics 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-storage-api 1.11.3", + "reth-trie 1.11.3", + "revm-database 10.0.0", + "revm-state 9.0.0", "serde", "tokio", "tokio-stream", "tracing", ] +[[package]] +name = "reth-chain-state" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "derive_more", + "metrics", + "parking_lot", + "pin-project", + "reth-chainspec 2.0.0", + "reth-errors 2.0.0", + "reth-ethereum-primitives 2.0.0", + "reth-execution-types 2.0.0", + "reth-metrics 2.0.0", + "reth-primitives-traits 0.1.1", + "reth-storage-api 2.0.0", + "reth-trie 2.0.0", + "revm-database 12.0.0", + "tokio", + "tokio-stream", + "tracing", +] + [[package]] name = "reth-chainspec" version = "1.11.3" @@ -6544,15 +6590,35 @@ dependencies = [ "alloy-chains", "alloy-consensus", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "auto_impl", + "derive_more", + "reth-ethereum-forks 1.11.3", + "reth-network-peers 1.11.3", + "reth-primitives-traits 1.11.3", + "serde_json", +] + +[[package]] +name = "reth-chainspec" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips", + "alloy-evm 0.30.0", "alloy-genesis", "alloy-primitives", "alloy-trie", "auto_impl", "derive_more", - "reth-ethereum-forks", - "reth-network-peers", - "reth-primitives-traits", + "reth-ethereum-forks 2.0.0", + "reth-network-peers 2.0.0", + "reth-primitives-traits 0.1.1", "serde_json", ] @@ -6598,13 +6664,13 @@ dependencies = [ "proptest-arbitrary-interop", "ratatui", "reqwest 0.12.28", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-cli", "reth-cli-runner", "reth-cli-util", - "reth-codecs", + "reth-codecs 1.11.3", "reth-config", - "reth-consensus", + "reth-consensus 1.11.3", "reth-db", "reth-db-api", "reth-db-common", @@ -6616,33 +6682,33 @@ dependencies = [ "reth-era-downloader", "reth-era-utils", "reth-eth-wire", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-etl", - "reth-evm", + "reth-evm 1.11.3", "reth-exex", - "reth-fs-util", + "reth-fs-util 1.11.3", "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 1.11.3", "reth-node-api", "reth-node-builder", "reth-node-core", "reth-node-events", "reth-node-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune", - "reth-prune-types", + "reth-prune-types 1.11.3", "reth-revm", "reth-stages", - "reth-stages-types", + "reth-stages-types 1.11.3", "reth-static-file", - "reth-static-file-types", - "reth-storage-api", - "reth-tasks", - "reth-trie", - "reth-trie-common", + "reth-static-file-types 1.11.3", + "reth-storage-api 1.11.3", + "reth-tasks 1.11.3", + "reth-trie 1.11.3", + "reth-trie-common 1.11.3", "reth-trie-db", "secp256k1 0.30.0", "serde", @@ -6661,7 +6727,7 @@ name = "reth-cli-runner" version = "1.11.3" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ - "reth-tasks", + "reth-tasks 1.11.3", "tokio", "tracing", ] @@ -6677,7 +6743,7 @@ dependencies = [ "eyre", "libc", "rand 0.8.5", - "reth-fs-util", + "reth-fs-util 1.11.3", "reth-tracing", "secp256k1 0.30.0", "serde", @@ -6686,6 +6752,25 @@ dependencies = [ "tracy-client", ] +[[package]] +name = "reth-codecs" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a96e584e01478c951911946a7864f18e967c1cd90965e136e2d1b51aa3da9126" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "bytes", + "modular-bitfield", + "parity-scale-codec", + "reth-codecs-derive 0.1.1", + "reth-zstd-compressors 0.1.1", + "serde", +] + [[package]] name = "reth-codecs" version = "1.11.3" @@ -6700,12 +6785,23 @@ dependencies = [ "bytes", "modular-bitfield", "op-alloy-consensus", - "reth-codecs-derive", - "reth-zstd-compressors", + "reth-codecs-derive 1.11.3", + "reth-zstd-compressors 1.11.3", "serde", "visibility", ] +[[package]] +name = "reth-codecs-derive" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c342ae46f5a886b8bf506205b9501b1032b896defd0f4f156edb423007fef880" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + [[package]] name = "reth-codecs-derive" version = "1.11.3" @@ -6724,9 +6820,9 @@ dependencies = [ "eyre", "humantime-serde", "reth-network-types", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", + "reth-prune-types 1.11.3", + "reth-stages-types 1.11.3", + "reth-static-file-types 1.11.3", "serde", "toml", "url", @@ -6740,8 +6836,21 @@ dependencies = [ "alloy-consensus", "alloy-primitives", "auto_impl", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 1.11.3", + "reth-primitives-traits 1.11.3", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-consensus" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "auto_impl", + "reth-execution-types 2.0.0", + "reth-primitives-traits 0.1.1", "thiserror 2.0.18", ] @@ -6752,9 +6861,9 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-consensus", "alloy-eips", - "reth-chainspec", - "reth-consensus", - "reth-primitives-traits", + "reth-chainspec 1.11.3", + "reth-consensus 1.11.3", + "reth-primitives-traits 1.11.3", ] [[package]] @@ -6775,7 +6884,7 @@ dependencies = [ "futures", "reqwest 0.12.28", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-tracing", "ringbuffer", "serde", @@ -6795,12 +6904,12 @@ dependencies = [ "page_size", "parking_lot", "reth-db-api", - "reth-fs-util", + "reth-fs-util 1.11.3", "reth-libmdbx", - "reth-metrics", + "reth-metrics 1.11.3", "reth-nippy-jar", - "reth-static-file-types", - "reth-storage-errors", + "reth-static-file-types 1.11.3", + "reth-storage-errors 1.11.3", "reth-tracing", "rustc-hash", "strum", @@ -6827,14 +6936,14 @@ dependencies = [ "op-alloy-consensus", "parity-scale-codec", "proptest", - "reth-codecs", - "reth-db-models", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", + "reth-codecs 1.11.3", + "reth-db-models 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-prune-types 1.11.3", + "reth-stages-types 1.11.3", + "reth-storage-errors 1.11.3", + "reth-trie-common 1.11.3", "roaring", "serde", ] @@ -6849,19 +6958,19 @@ dependencies = [ "alloy-primitives", "boyer-moore-magiclen", "eyre", - "reth-chainspec", - "reth-codecs", + "reth-chainspec 1.11.3", + "reth-codecs 1.11.3", "reth-config", "reth-db-api", "reth-etl", - "reth-execution-errors", - "reth-fs-util", + "reth-execution-errors 1.11.3", + "reth-fs-util 1.11.3", "reth-node-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", - "reth-stages-types", - "reth-static-file-types", - "reth-trie", + "reth-stages-types 1.11.3", + "reth-static-file-types 1.11.3", + "reth-trie 1.11.3", "reth-trie-db", "serde", "serde_json", @@ -6879,11 +6988,21 @@ dependencies = [ "arbitrary", "bytes", "modular-bitfield", - "reth-codecs", - "reth-primitives-traits", + "reth-codecs 1.11.3", + "reth-primitives-traits 1.11.3", "serde", ] +[[package]] +name = "reth-db-models" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "reth-primitives-traits 0.1.1", +] + [[package]] name = "reth-discv4" version = "1.11.3" @@ -6896,10 +7015,10 @@ dependencies = [ "itertools 0.14.0", "parking_lot", "rand 0.8.5", - "reth-ethereum-forks", + "reth-ethereum-forks 1.11.3", "reth-net-banlist", "reth-net-nat", - "reth-network-peers", + "reth-network-peers 1.11.3", "schnellru", "secp256k1 0.30.0", "serde", @@ -6923,10 +7042,10 @@ dependencies = [ "itertools 0.14.0", "metrics", "rand 0.9.2", - "reth-chainspec", - "reth-ethereum-forks", - "reth-metrics", - "reth-network-peers", + "reth-chainspec 1.11.3", + "reth-ethereum-forks 1.11.3", + "reth-metrics 1.11.3", + "reth-network-peers 1.11.3", "secp256k1 0.30.0", "thiserror 2.0.18", "tokio", @@ -6944,8 +7063,8 @@ dependencies = [ "enr", "hickory-resolver", "linked_hash_set", - "reth-ethereum-forks", - "reth-network-peers", + "reth-ethereum-forks 1.11.3", + "reth-network-peers 1.11.3", "reth-tokio-util", "schnellru", "secp256k1 0.30.0", @@ -6974,15 +7093,15 @@ dependencies = [ "pin-project", "rayon", "reth-config", - "reth-consensus", - "reth-ethereum-primitives", - "reth-metrics", + "reth-consensus 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-metrics 1.11.3", "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", + "reth-network-peers 1.11.3", + "reth-primitives-traits 1.11.3", "reth-provider", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.11.3", + "reth-tasks 1.11.3", "reth-testing-utils", "tempfile", "thiserror 2.0.18", @@ -7011,18 +7130,18 @@ dependencies = [ "eyre", "futures-util", "jsonrpsee", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-cli-commands", "reth-config", - "reth-consensus", + "reth-consensus 1.11.3", "reth-db", "reth-db-common", "reth-engine-local", "reth-engine-primitives", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-network-api", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 1.11.3", "reth-node-api", "reth-node-builder", "reth-node-core", @@ -7031,17 +7150,17 @@ dependencies = [ "reth-payload-builder-primitives", "reth-payload-primitives", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-api", "reth-rpc-server-types", - "reth-stages-types", - "reth-tasks", + "reth-stages-types 1.11.3", + "reth-tasks 1.11.3", "reth-tokio-util", "reth-tracing", - "revm", + "revm 34.0.0", "serde_json", "tempfile", "tokio", @@ -7068,7 +7187,7 @@ dependencies = [ "hmac", "pin-project", "rand 0.8.5", - "reth-network-peers", + "reth-network-peers 1.11.3", "secp256k1 0.30.0", "sha2", "thiserror 2.0.18", @@ -7088,14 +7207,14 @@ dependencies = [ "alloy-rpc-types-engine", "eyre", "futures-util", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-engine-primitives", "reth-ethereum-engine-primitives", "reth-payload-builder", "reth-payload-primitives", - "reth-primitives-traits", - "reth-storage-api", - "reth-transaction-pool", + "reth-primitives-traits 1.11.3", + "reth-storage-api 1.11.3", + "reth-transaction-pool 1.11.3", "tokio", "tokio-stream", "tracing", @@ -7112,15 +7231,15 @@ dependencies = [ "alloy-rpc-types-engine", "auto_impl", "futures", - "reth-chain-state", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", + "reth-chain-state 1.11.3", + "reth-errors 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "reth-execution-types 1.11.3", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", - "reth-trie-common", + "reth-primitives-traits 1.11.3", + "reth-trie-common 1.11.3", "serde", "thiserror 2.0.18", "tokio", @@ -7133,18 +7252,18 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "futures", "pin-project", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 1.11.3", + "reth-consensus 1.11.3", "reth-engine-primitives", "reth-engine-tree", - "reth-evm", + "reth-evm 1.11.3", "reth-network-p2p", "reth-node-types", "reth-payload-builder", "reth-provider", "reth-prune", "reth-stages-api", - "reth-tasks", + "reth-tasks 1.11.3", "reth-trie-db", ] @@ -7156,7 +7275,7 @@ dependencies = [ "alloy-consensus", "alloy-eip7928", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", @@ -7168,35 +7287,35 @@ dependencies = [ "moka", "parking_lot", "rayon", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", + "reth-chain-state 1.11.3", + "reth-chainspec 1.11.3", + "reth-consensus 1.11.3", "reth-db", "reth-engine-primitives", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-metrics", + "reth-errors 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "reth-execution-types 1.11.3", + "reth-metrics 1.11.3", "reth-network-p2p", "reth-payload-builder", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune", - "reth-prune-types", + "reth-prune-types 1.11.3", "reth-revm", "reth-stages", "reth-stages-api", "reth-static-file", - "reth-tasks", + "reth-tasks 1.11.3", "reth-tracing", - "reth-trie", - "reth-trie-common", + "reth-trie 1.11.3", + "reth-trie-common 1.11.3", "reth-trie-db", "reth-trie-parallel", - "reth-trie-sparse", - "revm", + "reth-trie-sparse 1.11.3", + "revm 34.0.0", "revm-primitives", "schnellru", "smallvec", @@ -7216,16 +7335,16 @@ dependencies = [ "futures", "itertools 0.14.0", "pin-project", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-engine-primitives", "reth-engine-tree", - "reth-errors", - "reth-evm", - "reth-fs-util", + "reth-errors 1.11.3", + "reth-evm 1.11.3", + "reth-fs-util 1.11.3", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-revm", - "reth-storage-api", + "reth-storage-api 1.11.3", "serde", "serde_json", "tokio", @@ -7259,7 +7378,7 @@ dependencies = [ "futures-util", "reqwest 0.12.28", "reth-era", - "reth-fs-util", + "reth-fs-util 1.11.3", "sha2", "tokio", ] @@ -7277,11 +7396,11 @@ dependencies = [ "reth-era", "reth-era-downloader", "reth-etl", - "reth-fs-util", - "reth-primitives-traits", + "reth-fs-util 1.11.3", + "reth-primitives-traits 1.11.3", "reth-provider", - "reth-stages-types", - "reth-storage-api", + "reth-stages-types 1.11.3", + "reth-storage-api 1.11.3", "tokio", "tracing", ] @@ -7291,9 +7410,20 @@ name = "reth-errors" version = "1.11.3" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ - "reth-consensus", - "reth-execution-errors", - "reth-storage-errors", + "reth-consensus 1.11.3", + "reth-execution-errors 1.11.3", + "reth-storage-errors 1.11.3", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-errors" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "reth-consensus 2.0.0", + "reth-execution-errors 2.0.0", + "reth-storage-errors 2.0.0", "thiserror 2.0.18", ] @@ -7310,13 +7440,13 @@ dependencies = [ "derive_more", "futures", "pin-project", - "reth-codecs", + "reth-codecs 1.11.3", "reth-ecies", - "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-metrics", - "reth-network-peers", - "reth-primitives-traits", + "reth-eth-wire-types 1.11.3", + "reth-ethereum-forks 1.11.3", + "reth-metrics 1.11.3", + "reth-network-peers 1.11.3", + "reth-primitives-traits 1.11.3", "serde", "snap", "thiserror 2.0.18", @@ -7342,10 +7472,31 @@ dependencies = [ "derive_more", "proptest", "proptest-arbitrary-interop", - "reth-chainspec", - "reth-codecs-derive", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-chainspec 1.11.3", + "reth-codecs-derive 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-primitives-traits 1.11.3", + "serde", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-eth-wire-types" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips", + "alloy-hardforks", + "alloy-primitives", + "alloy-rlp", + "bytes", + "derive_more", + "reth-chainspec 2.0.0", + "reth-codecs-derive 0.1.1", + "reth-ethereum-primitives 2.0.0", + "reth-primitives-traits 0.1.1", "serde", "thiserror 2.0.18", ] @@ -7357,36 +7508,36 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-cli-util", - "reth-codecs", - "reth-consensus", + "reth-codecs 1.11.3", + "reth-consensus 1.11.3", "reth-consensus-common", "reth-db", "reth-engine-local", "reth-eth-wire", "reth-ethereum-cli", "reth-ethereum-consensus", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "reth-evm-ethereum 1.11.3", "reth-network", "reth-network-api", "reth-node-api", "reth-node-builder", "reth-node-core", "reth-node-ethereum", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-revm", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie", + "reth-storage-api 1.11.3", + "reth-tasks 1.11.3", + "reth-transaction-pool 1.11.3", + "reth-trie 1.11.3", "reth-trie-db", ] @@ -7397,7 +7548,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "clap", "eyre", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-cli", "reth-cli-commands", "reth-cli-runner", @@ -7408,7 +7559,7 @@ dependencies = [ "reth-node-ethereum", "reth-node-metrics", "reth-rpc-server-types", - "reth-tasks", + "reth-tasks 1.11.3", "reth-tracing", "tracing", ] @@ -7421,11 +7572,11 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 1.11.3", + "reth-consensus 1.11.3", "reth-consensus-common", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 1.11.3", + "reth-primitives-traits 1.11.3", "tracing", ] @@ -7439,9 +7590,9 @@ dependencies = [ "alloy-rlp", "alloy-rpc-types-engine", "reth-engine-primitives", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "serde", "sha2", "thiserror 2.0.18", @@ -7461,6 +7612,19 @@ dependencies = [ "rustc-hash", ] +[[package]] +name = "reth-ethereum-forks" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-eip2124", + "alloy-hardforks", + "alloy-primitives", + "auto_impl", + "once_cell", + "rustc-hash", +] + [[package]] name = "reth-ethereum-payload-builder" version = "1.11.3" @@ -7472,21 +7636,21 @@ dependencies = [ "alloy-rlp", "alloy-rpc-types-engine", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-consensus-common", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", + "reth-errors 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "reth-evm-ethereum 1.11.3", "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", "reth-payload-validator", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-revm", - "reth-storage-api", - "reth-transaction-pool", - "revm", + "reth-storage-api 1.11.3", + "reth-transaction-pool 1.11.3", + "revm 34.0.0", "tracing", ] @@ -7503,13 +7667,27 @@ dependencies = [ "alloy-serde", "arbitrary", "modular-bitfield", - "reth-codecs", - "reth-primitives-traits", - "reth-zstd-compressors", + "reth-codecs 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-zstd-compressors 1.11.3", "serde", "serde_with", ] +[[package]] +name = "reth-ethereum-primitives" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-eth", + "reth-codecs 0.1.1", + "reth-primitives-traits 0.1.1", + "serde", +] + [[package]] name = "reth-etl" version = "1.11.3" @@ -7527,21 +7705,42 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-primitives", "auto_impl", "derive_more", "futures-util", "metrics", "rayon", - "reth-execution-errors", - "reth-execution-types", - "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie-common", - "revm", + "reth-execution-errors 1.11.3", + "reth-execution-types 1.11.3", + "reth-metrics 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-storage-api 1.11.3", + "reth-storage-errors 1.11.3", + "reth-trie-common 1.11.3", + "revm 34.0.0", +] + +[[package]] +name = "reth-evm" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm 0.30.0", + "alloy-primitives", + "auto_impl", + "derive_more", + "futures-util", + "reth-execution-errors 2.0.0", + "reth-execution-types 2.0.0", + "reth-primitives-traits 0.1.1", + "reth-storage-api 2.0.0", + "reth-storage-errors 2.0.0", + "reth-trie-common 2.0.0", + "revm 36.0.0", ] [[package]] @@ -7551,19 +7750,39 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-primitives", "alloy-rpc-types-engine", "derive_more", "parking_lot", - "reth-chainspec", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-primitives-traits", - "reth-storage-errors", - "revm", + "reth-chainspec 1.11.3", + "reth-ethereum-forks 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "reth-execution-types 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-storage-errors 1.11.3", + "revm 34.0.0", +] + +[[package]] +name = "reth-evm-ethereum" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm 0.30.0", + "alloy-primitives", + "alloy-rpc-types-engine", + "reth-chainspec 2.0.0", + "reth-ethereum-forks 2.0.0", + "reth-ethereum-primitives 2.0.0", + "reth-evm 2.0.0", + "reth-execution-types 2.0.0", + "reth-primitives-traits 0.1.1", + "reth-storage-errors 2.0.0", + "revm 36.0.0", ] [[package]] @@ -7571,11 +7790,24 @@ name = "reth-execution-errors" version = "1.11.3" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ - "alloy-evm", + "alloy-evm 0.27.3", + "alloy-primitives", + "alloy-rlp", + "nybbles", + "reth-storage-errors 1.11.3", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-execution-errors" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-evm 0.30.0", "alloy-primitives", "alloy-rlp", "nybbles", - "reth-storage-errors", + "reth-storage-errors 2.0.0", "thiserror 2.0.18", ] @@ -7586,17 +7818,33 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-primitives", "derive_more", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-trie-common", - "revm", + "reth-ethereum-primitives 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-trie-common 1.11.3", + "revm 34.0.0", "serde", "serde_with", ] +[[package]] +name = "reth-execution-types" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm 0.30.0", + "alloy-primitives", + "derive_more", + "reth-ethereum-primitives 2.0.0", + "reth-primitives-traits 0.1.1", + "reth-trie-common 2.0.0", + "revm 36.0.0", +] + [[package]] name = "reth-exex" version = "1.11.3" @@ -7610,23 +7858,23 @@ dependencies = [ "itertools 0.14.0", "metrics", "parking_lot", - "reth-chain-state", - "reth-chainspec", + "reth-chain-state 1.11.3", + "reth-chainspec 1.11.3", "reth-config", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", "reth-exex-types", - "reth-fs-util", - "reth-metrics", + "reth-fs-util 1.11.3", + "reth-metrics 1.11.3", "reth-node-api", "reth-node-core", "reth-payload-builder", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", - "reth-prune-types", + "reth-prune-types 1.11.3", "reth-revm", "reth-stages-api", - "reth-tasks", + "reth-tasks 1.11.3", "reth-tracing", "rmp-serde", "thiserror 2.0.18", @@ -7642,9 +7890,9 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-eips", "alloy-primitives", - "reth-chain-state", - "reth-execution-types", - "reth-primitives-traits", + "reth-chain-state 1.11.3", + "reth-execution-types 1.11.3", + "reth-primitives-traits 1.11.3", "serde", "serde_with", ] @@ -7659,6 +7907,16 @@ dependencies = [ "thiserror 2.0.18", ] +[[package]] +name = "reth-fs-util" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "serde", + "serde_json", + "thiserror 2.0.18", +] + [[package]] name = "reth-invalid-block-hooks" version = "1.11.3" @@ -7673,16 +7931,16 @@ dependencies = [ "jsonrpsee", "pretty_assertions", "reth-engine-primitives", - "reth-evm", - "reth-primitives-traits", + "reth-evm 1.11.3", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-revm", "reth-rpc-api", "reth-tracing", - "reth-trie", - "revm", - "revm-bytecode", - "revm-database", + "reth-trie 1.11.3", + "revm 34.0.0", + "revm-bytecode 8.0.0", + "revm-database 10.0.0", "serde", "serde_json", ] @@ -7744,6 +8002,15 @@ dependencies = [ "tokio-util", ] +[[package]] +name = "reth-metrics" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "metrics", + "metrics-derive", +] + [[package]] name = "reth-net-banlist" version = "1.11.3" @@ -7789,29 +8056,29 @@ dependencies = [ "rand 0.8.5", "rand 0.9.2", "rayon", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 1.11.3", + "reth-consensus 1.11.3", "reth-discv4", "reth-discv5", "reth-dns-discovery", "reth-ecies", "reth-eth-wire", - "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-evm-ethereum", - "reth-fs-util", - "reth-metrics", + "reth-eth-wire-types 1.11.3", + "reth-ethereum-forks 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-evm-ethereum 1.11.3", + "reth-fs-util 1.11.3", + "reth-metrics 1.11.3", "reth-net-banlist", "reth-network-api", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 1.11.3", "reth-network-types", - "reth-primitives-traits", - "reth-storage-api", - "reth-tasks", + "reth-primitives-traits 1.11.3", + "reth-storage-api 1.11.3", + "reth-tasks 1.11.3", "reth-tokio-util", - "reth-transaction-pool", + "reth-transaction-pool 1.11.3", "rustc-hash", "schnellru", "secp256k1 0.30.0", @@ -7837,10 +8104,10 @@ dependencies = [ "derive_more", "enr", "futures", - "reth-eth-wire-types", - "reth-ethereum-forks", + "reth-eth-wire-types 1.11.3", + "reth-ethereum-forks 1.11.3", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 1.11.3", "reth-network-types", "reth-tokio-util", "serde", @@ -7861,13 +8128,13 @@ dependencies = [ "derive_more", "futures", "parking_lot", - "reth-consensus", - "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-network-peers", + "reth-consensus 1.11.3", + "reth-eth-wire-types 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-network-peers 1.11.3", "reth-network-types", - "reth-primitives-traits", - "reth-storage-errors", + "reth-primitives-traits 1.11.3", + "reth-storage-errors 1.11.3", "tokio", "tracing", ] @@ -7887,6 +8154,19 @@ dependencies = [ "url", ] +[[package]] +name = "reth-network-peers" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "secp256k1 0.30.0", + "serde_with", + "thiserror 2.0.18", + "url", +] + [[package]] name = "reth-network-types" version = "1.11.3" @@ -7895,7 +8175,7 @@ dependencies = [ "alloy-eip2124", "humantime-serde", "reth-net-banlist", - "reth-network-peers", + "reth-network-peers 1.11.3", "serde", "serde_json", "tracing", @@ -7911,7 +8191,7 @@ dependencies = [ "derive_more", "lz4_flex", "memmap2", - "reth-fs-util", + "reth-fs-util 1.11.3", "serde", "thiserror 2.0.18", "tracing", @@ -7926,10 +8206,10 @@ dependencies = [ "alloy-rpc-types-engine", "eyre", "reth-basic-payload-builder", - "reth-consensus", + "reth-consensus 1.11.3", "reth-db-api", "reth-engine-primitives", - "reth-evm", + "reth-evm 1.11.3", "reth-network-api", "reth-node-core", "reth-node-types", @@ -7937,9 +8217,9 @@ dependencies = [ "reth-payload-builder-primitives", "reth-payload-primitives", "reth-provider", - "reth-tasks", + "reth-tasks 1.11.3", "reth-tokio-util", - "reth-transaction-pool", + "reth-transaction-pool 1.11.3", ] [[package]] @@ -7961,10 +8241,10 @@ dependencies = [ "parking_lot", "rayon", "reth-basic-payload-builder", - "reth-chain-state", - "reth-chainspec", + "reth-chain-state 1.11.3", + "reth-chainspec 1.11.3", "reth-config", - "reth-consensus", + "reth-consensus 1.11.3", "reth-consensus-debug-client", "reth-db", "reth-db-api", @@ -7975,9 +8255,9 @@ dependencies = [ "reth-engine-service", "reth-engine-tree", "reth-engine-util", - "reth-evm", + "reth-evm 1.11.3", "reth-exex", - "reth-fs-util", + "reth-fs-util 1.11.3", "reth-invalid-block-hooks", "reth-network", "reth-network-api", @@ -7988,7 +8268,7 @@ dependencies = [ "reth-node-events", "reth-node-metrics", "reth-payload-builder", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune", "reth-rpc", @@ -7999,10 +8279,10 @@ dependencies = [ "reth-rpc-layer", "reth-stages", "reth-static-file", - "reth-tasks", + "reth-tasks 1.11.3", "reth-tokio-util", "reth-tracing", - "reth-transaction-pool", + "reth-transaction-pool 1.11.3", "reth-trie-db", "secp256k1 0.30.0", "serde_json", @@ -8028,32 +8308,32 @@ dependencies = [ "humantime", "ipnet", "rand 0.9.2", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-cli-util", "reth-config", - "reth-consensus", + "reth-consensus 1.11.3", "reth-db", "reth-discv4", "reth-discv5", "reth-engine-local", "reth-engine-primitives", - "reth-ethereum-forks", + "reth-ethereum-forks 1.11.3", "reth-net-banlist", "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", - "reth-prune-types", + "reth-network-peers 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-prune-types 1.11.3", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", + "reth-stages-types 1.11.3", + "reth-storage-api 1.11.3", + "reth-storage-errors 1.11.3", "reth-tracing", "reth-tracing-otlp", - "reth-transaction-pool", + "reth-transaction-pool 1.11.3", "secp256k1 0.30.0", "serde", "shellexpand", @@ -8076,20 +8356,20 @@ dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", "eyre", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-engine-local", "reth-engine-primitives", "reth-ethereum-consensus", "reth-ethereum-engine-primitives", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "reth-evm-ethereum 1.11.3", "reth-network", "reth-node-api", "reth-node-builder", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-revm", "reth-rpc", @@ -8099,8 +8379,8 @@ dependencies = [ "reth-rpc-eth-types", "reth-rpc-server-types", "reth-tracing", - "reth-transaction-pool", - "revm", + "reth-transaction-pool 1.11.3", + "revm 34.0.0", "tokio", ] @@ -8113,11 +8393,11 @@ dependencies = [ "alloy-primitives", "chrono", "futures-util", - "reth-chain-state", + "reth-chain-state 1.11.3", "reth-network-api", - "reth-primitives-traits", - "reth-storage-api", - "reth-transaction-pool", + "reth-primitives-traits 1.11.3", + "reth-storage-api 1.11.3", + "reth-transaction-pool 1.11.3", "serde", "serde_json", "thiserror 2.0.18", @@ -8143,11 +8423,11 @@ dependencies = [ "pin-project", "reth-engine-primitives", "reth-network-api", - "reth-primitives-traits", - "reth-prune-types", + "reth-primitives-traits 1.11.3", + "reth-prune-types 1.11.3", "reth-stages", - "reth-static-file-types", - "reth-storage-api", + "reth-static-file-types 1.11.3", + "reth-storage-api 1.11.3", "tokio", "tracing", ] @@ -8168,8 +8448,8 @@ dependencies = [ "metrics-util", "procfs", "reqwest 0.12.28", - "reth-metrics", - "reth-tasks", + "reth-metrics 1.11.3", + "reth-tasks 1.11.3", "tikv-jemalloc-ctl", "tokio", "tower", @@ -8181,11 +8461,11 @@ name = "reth-node-types" version = "1.11.3" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-db-api", "reth-engine-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", ] [[package]] @@ -8198,12 +8478,12 @@ dependencies = [ "alloy-rpc-types", "futures-util", "metrics", - "reth-chain-state", + "reth-chain-state 1.11.3", "reth-ethereum-engine-primitives", - "reth-metrics", + "reth-metrics 1.11.3", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "tokio", "tokio-stream", "tracing", @@ -8233,12 +8513,12 @@ dependencies = [ "auto_impl", "either", "op-alloy-rpc-types-engine", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-execution-types", - "reth-primitives-traits", - "reth-trie-common", + "reth-chain-state 1.11.3", + "reth-chainspec 1.11.3", + "reth-errors 1.11.3", + "reth-execution-types 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-trie-common 1.11.3", "serde", "thiserror 2.0.18", "tokio", @@ -8251,7 +8531,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", ] [[package]] @@ -8261,10 +8541,35 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-consensus", "once_cell", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-static-file-types", + "reth-ethereum-forks 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-static-file-types 1.11.3", +] + +[[package]] +name = "reth-primitives-traits" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ca36e245593498020c31e707154fc13391164eb90444da76d67361f646e7669" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-trie", + "bytes", + "derive_more", + "once_cell", + "quanta", + "revm-bytecode 9.0.0", + "revm-primitives", + "revm-state 10.0.0", + "secp256k1 0.30.0", + "serde", + "thiserror 2.0.18", ] [[package]] @@ -8291,10 +8596,10 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rayon", - "reth-codecs", - "revm-bytecode", + "reth-codecs 1.11.3", + "revm-bytecode 8.0.0", "revm-primitives", - "revm-state", + "revm-state 9.0.0", "secp256k1 0.30.0", "serde", "serde_with", @@ -8316,30 +8621,30 @@ dependencies = [ "notify", "parking_lot", "rayon", - "reth-chain-state", - "reth-chainspec", - "reth-codecs", + "reth-chain-state 1.11.3", + "reth-chainspec 1.11.3", + "reth-codecs 1.11.3", "reth-db", "reth-db-api", - "reth-errors", + "reth-errors 1.11.3", "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-fs-util", - "reth-metrics", + "reth-ethereum-primitives 1.11.3", + "reth-execution-types 1.11.3", + "reth-fs-util 1.11.3", + "reth-metrics 1.11.3", "reth-nippy-jar", "reth-node-types", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-api", - "reth-storage-errors", - "reth-tasks", - "reth-trie", + "reth-primitives-traits 1.11.3", + "reth-prune-types 1.11.3", + "reth-stages-types 1.11.3", + "reth-static-file-types 1.11.3", + "reth-storage-api 1.11.3", + "reth-storage-errors 1.11.3", + "reth-tasks 1.11.3", + "reth-trie 1.11.3", "reth-trie-db", - "revm-database", - "revm-state", + "revm-database 10.0.0", + "revm-state 9.0.0", "strum", "tokio", "tracing", @@ -8358,15 +8663,15 @@ dependencies = [ "rayon", "reth-config", "reth-db-api", - "reth-errors", + "reth-errors 1.11.3", "reth-exex-types", - "reth-metrics", - "reth-primitives-traits", + "reth-metrics 1.11.3", + "reth-primitives-traits 1.11.3", "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-api", + "reth-prune-types 1.11.3", + "reth-stages-types 1.11.3", + "reth-static-file-types 1.11.3", + "reth-storage-api 1.11.3", "reth-tokio-util", "rustc-hash", "thiserror 2.0.18", @@ -8383,24 +8688,36 @@ dependencies = [ "arbitrary", "derive_more", "modular-bitfield", - "reth-codecs", + "reth-codecs 1.11.3", "serde", "strum", "thiserror 2.0.18", "tracing", ] +[[package]] +name = "reth-prune-types" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-primitives", + "derive_more", + "strum", + "thiserror 2.0.18", + "tracing", +] + [[package]] name = "reth-revm" version = "1.11.3" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie", - "revm", + "reth-primitives-traits 1.11.3", + "reth-storage-api 1.11.3", + "reth-storage-errors 1.11.3", + "reth-trie 1.11.3", + "revm 34.0.0", ] [[package]] @@ -8412,7 +8729,7 @@ dependencies = [ "alloy-dyn-abi", "alloy-eip7928", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-genesis", "alloy-network", "alloy-primitives", @@ -8439,23 +8756,23 @@ dependencies = [ "jsonrpsee-types", "parking_lot", "pin-project", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", + "reth-chain-state 1.11.3", + "reth-chainspec 1.11.3", + "reth-consensus 1.11.3", "reth-consensus-common", "reth-engine-primitives", - "reth-errors", + "reth-errors 1.11.3", "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-execution-types", - "reth-metrics", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "reth-evm-ethereum 1.11.3", + "reth-execution-types 1.11.3", + "reth-metrics 1.11.3", "reth-network-api", - "reth-network-peers", + "reth-network-peers 1.11.3", "reth-network-types", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-revm", "reth-rpc-api", "reth-rpc-convert", @@ -8463,11 +8780,11 @@ dependencies = [ "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie-common", - "revm", + "reth-storage-api 1.11.3", + "reth-tasks 1.11.3", + "reth-transaction-pool 1.11.3", + "reth-trie-common 1.11.3", + "revm 34.0.0", "revm-inspectors", "revm-primitives", "serde", @@ -8502,11 +8819,11 @@ dependencies = [ "alloy-rpc-types-txpool", "alloy-serde", "jsonrpsee", - "reth-chain-state", + "reth-chain-state 1.11.3", "reth-engine-primitives", - "reth-network-peers", + "reth-network-peers 1.11.3", "reth-rpc-eth-api", - "reth-trie-common", + "reth-trie-common 1.11.3", "serde_json", ] @@ -8522,26 +8839,26 @@ dependencies = [ "jsonrpsee", "metrics", "pin-project", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", + "reth-chain-state 1.11.3", + "reth-chainspec 1.11.3", + "reth-consensus 1.11.3", "reth-engine-primitives", - "reth-evm", + "reth-evm 1.11.3", "reth-ipc", - "reth-metrics", + "reth-metrics 1.11.3", "reth-network-api", "reth-node-core", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-rpc", "reth-rpc-api", "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-layer", "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.11.3", + "reth-tasks 1.11.3", "reth-tokio-util", - "reth-transaction-pool", + "reth-transaction-pool 1.11.3", "serde", "thiserror 2.0.18", "tokio", @@ -8557,7 +8874,7 @@ version = "1.11.3" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-json-rpc", "alloy-network", "alloy-primitives", @@ -8566,9 +8883,9 @@ dependencies = [ "auto_impl", "dyn-clone", "jsonrpsee-types", - "reth-ethereum-primitives", - "reth-evm", - "reth-primitives-traits", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "reth-primitives-traits 1.11.3", "thiserror 2.0.18", ] @@ -8584,18 +8901,18 @@ dependencies = [ "jsonrpsee-core", "jsonrpsee-types", "metrics", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-engine-primitives", - "reth-metrics", + "reth-metrics 1.11.3", "reth-network-api", "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-rpc-api", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", + "reth-storage-api 1.11.3", + "reth-tasks 1.11.3", + "reth-transaction-pool 1.11.3", "serde", "thiserror 2.0.18", "tokio", @@ -8610,7 +8927,7 @@ dependencies = [ "alloy-consensus", "alloy-dyn-abi", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-json-rpc", "alloy-network", "alloy-primitives", @@ -8625,22 +8942,22 @@ dependencies = [ "jsonrpsee", "jsonrpsee-types", "parking_lot", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-evm", + "reth-chain-state 1.11.3", + "reth-chainspec 1.11.3", + "reth-errors 1.11.3", + "reth-evm 1.11.3", "reth-network-api", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-revm", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie-common", - "revm", + "reth-storage-api 1.11.3", + "reth-tasks 1.11.3", + "reth-transaction-pool 1.11.3", + "reth-trie-common 1.11.3", + "revm 34.0.0", "revm-inspectors", "tokio", "tracing", @@ -8653,7 +8970,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-network", "alloy-primitives", "alloy-rpc-client", @@ -8668,22 +8985,22 @@ dependencies = [ "metrics", "rand 0.9.2", "reqwest 0.12.28", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-metrics", - "reth-primitives-traits", + "reth-chain-state 1.11.3", + "reth-chainspec 1.11.3", + "reth-errors 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "reth-execution-types 1.11.3", + "reth-metrics 1.11.3", + "reth-primitives-traits 1.11.3", "reth-revm", "reth-rpc-convert", "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie", - "revm", + "reth-storage-api 1.11.3", + "reth-tasks 1.11.3", + "reth-transaction-pool 1.11.3", + "reth-trie 1.11.3", + "revm 34.0.0", "revm-inspectors", "schnellru", "serde", @@ -8718,7 +9035,7 @@ dependencies = [ "alloy-rpc-types-engine", "jsonrpsee-core", "jsonrpsee-types", - "reth-errors", + "reth-errors 1.11.3", "reth-network-api", "serde", "strum", @@ -8739,34 +9056,34 @@ dependencies = [ "num-traits", "rayon", "reqwest 0.12.28", - "reth-chainspec", - "reth-codecs", + "reth-chainspec 1.11.3", + "reth-codecs 1.11.3", "reth-config", - "reth-consensus", + "reth-consensus 1.11.3", "reth-db", "reth-db-api", "reth-era", "reth-era-downloader", "reth-era-utils", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-etl", - "reth-evm", - "reth-execution-types", + "reth-evm 1.11.3", + "reth-execution-types 1.11.3", "reth-exex", - "reth-fs-util", + "reth-fs-util 1.11.3", "reth-network-p2p", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune", - "reth-prune-types", + "reth-prune-types 1.11.3", "reth-revm", "reth-stages-api", - "reth-static-file-types", - "reth-storage-api", - "reth-storage-errors", - "reth-tasks", + "reth-static-file-types 1.11.3", + "reth-storage-api 1.11.3", + "reth-storage-errors 1.11.3", + "reth-tasks 1.11.3", "reth-testing-utils", - "reth-trie", + "reth-trie 1.11.3", "reth-trie-db", "tempfile", "thiserror 2.0.18", @@ -8785,16 +9102,16 @@ dependencies = [ "auto_impl", "futures-util", "metrics", - "reth-consensus", - "reth-errors", - "reth-metrics", + "reth-consensus 1.11.3", + "reth-errors 1.11.3", + "reth-metrics 1.11.3", "reth-network-p2p", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune", - "reth-stages-types", + "reth-stages-types 1.11.3", "reth-static-file", - "reth-static-file-types", + "reth-static-file-types 1.11.3", "reth-tokio-util", "thiserror 2.0.18", "tokio", @@ -8810,11 +9127,20 @@ dependencies = [ "arbitrary", "bytes", "modular-bitfield", - "reth-codecs", - "reth-trie-common", + "reth-codecs 1.11.3", + "reth-trie-common 1.11.3", "serde", ] +[[package]] +name = "reth-stages-types" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-primitives", + "reth-trie-common 2.0.0", +] + [[package]] name = "reth-static-file" version = "1.11.3" @@ -8823,14 +9149,14 @@ dependencies = [ "alloy-primitives", "parking_lot", "rayon", - "reth-codecs", + "reth-codecs 1.11.3", "reth-db-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-errors", + "reth-prune-types 1.11.3", + "reth-stages-types 1.11.3", + "reth-static-file-types 1.11.3", + "reth-storage-errors 1.11.3", "reth-tokio-util", "tracing", ] @@ -8844,36 +9170,71 @@ dependencies = [ "clap", "derive_more", "fixed-map", - "reth-stages-types", + "reth-stages-types 1.11.3", "serde", "strum", "tracing", ] [[package]] -name = "reth-storage-api" -version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" -dependencies = [ +name = "reth-static-file-types" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-primitives", + "derive_more", + "fixed-map", + "reth-stages-types 2.0.0", + "serde", + "strum", +] + +[[package]] +name = "reth-storage-api" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-db-api", - "reth-db-models", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", - "revm-database", + "reth-db-models 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-execution-types 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-prune-types 1.11.3", + "reth-stages-types 1.11.3", + "reth-storage-errors 1.11.3", + "reth-trie-common 1.11.3", + "revm-database 10.0.0", "serde_json", ] +[[package]] +name = "reth-storage-api" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "auto_impl", + "reth-chainspec 2.0.0", + "reth-db-models 2.0.0", + "reth-ethereum-primitives 2.0.0", + "reth-execution-types 2.0.0", + "reth-primitives-traits 0.1.1", + "reth-prune-types 2.0.0", + "reth-stages-types 2.0.0", + "reth-storage-errors 2.0.0", + "reth-trie-common 2.0.0", + "revm-database 12.0.0", +] + [[package]] name = "reth-storage-errors" version = "1.11.3" @@ -8883,11 +9244,29 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "derive_more", - "reth-primitives-traits", - "reth-prune-types", - "reth-static-file-types", - "revm-database-interface", - "revm-state", + "reth-primitives-traits 1.11.3", + "reth-prune-types 1.11.3", + "reth-static-file-types 1.11.3", + "revm-database-interface 9.0.0", + "revm-state 9.0.0", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-storage-errors" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "derive_more", + "reth-codecs 0.1.1", + "reth-primitives-traits 0.1.1", + "reth-prune-types 2.0.0", + "reth-static-file-types 2.0.0", + "revm-database-interface 10.0.0", + "revm-state 10.0.0", "thiserror 2.0.18", ] @@ -8902,8 +9281,25 @@ dependencies = [ "metrics", "pin-project", "rayon", - "reth-metrics", + "reth-metrics 1.11.3", + "thiserror 2.0.18", + "tokio", + "tracing", + "tracing-futures", +] + +[[package]] +name = "reth-tasks" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "dashmap", + "futures-util", + "libc", + "metrics", + "reth-metrics 2.0.0", "thiserror 2.0.18", + "thread-priority", "tokio", "tracing", "tracing-futures", @@ -8920,8 +9316,8 @@ dependencies = [ "alloy-primitives", "rand 0.8.5", "rand 0.9.2", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-ethereum-primitives 1.11.3", + "reth-primitives-traits 1.11.3", "secp256k1 0.30.0", ] @@ -8989,20 +9385,62 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.9.2", - "reth-chain-state", - "reth-chainspec", - "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-execution-types", - "reth-fs-util", - "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-tasks", - "revm", - "revm-interpreter", + "reth-chain-state 1.11.3", + "reth-chainspec 1.11.3", + "reth-eth-wire-types 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "reth-evm-ethereum 1.11.3", + "reth-execution-types 1.11.3", + "reth-fs-util 1.11.3", + "reth-metrics 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-storage-api 1.11.3", + "reth-tasks 1.11.3", + "revm 34.0.0", + "revm-interpreter 32.0.0", + "revm-primitives", + "rustc-hash", + "schnellru", + "serde", + "serde_json", + "smallvec", + "thiserror 2.0.18", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-transaction-pool" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "aquamarine", + "auto_impl", + "bitflags 2.11.0", + "futures-util", + "metrics", + "parking_lot", + "pin-project", + "reth-chain-state 2.0.0", + "reth-chainspec 2.0.0", + "reth-eth-wire-types 2.0.0", + "reth-ethereum-primitives 2.0.0", + "reth-evm 2.0.0", + "reth-evm-ethereum 2.0.0", + "reth-execution-types 2.0.0", + "reth-fs-util 2.0.0", + "reth-metrics 2.0.0", + "reth-primitives-traits 0.1.1", + "reth-storage-api 2.0.0", + "reth-tasks 2.0.0", + "revm 36.0.0", + "revm-interpreter 34.0.0", "revm-primitives", "rustc-hash", "schnellru", @@ -9029,18 +9467,40 @@ dependencies = [ "itertools 0.14.0", "metrics", "parking_lot", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", - "reth-trie-sparse", - "revm-database", + "reth-execution-errors 1.11.3", + "reth-metrics 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-stages-types 1.11.3", + "reth-storage-errors 1.11.3", + "reth-trie-common 1.11.3", + "reth-trie-sparse 1.11.3", + "revm-database 10.0.0", "tracing", "triehash", ] +[[package]] +name = "reth-trie" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "auto_impl", + "itertools 0.14.0", + "reth-execution-errors 2.0.0", + "reth-primitives-traits 0.1.1", + "reth-stages-types 2.0.0", + "reth-storage-errors 2.0.0", + "reth-trie-common 2.0.0", + "reth-trie-sparse 2.0.0", + "revm-database 12.0.0", + "tracing", +] + [[package]] name = "reth-trie-common" version = "1.11.3" @@ -9061,13 +9521,30 @@ dependencies = [ "nybbles", "plain_hasher", "rayon", - "reth-codecs", - "reth-primitives-traits", - "revm-database", + "reth-codecs 1.11.3", + "reth-primitives-traits 1.11.3", + "revm-database 10.0.0", "serde", "serde_with", ] +[[package]] +name = "reth-trie-common" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "derive_more", + "itertools 0.14.0", + "nybbles", + "rayon", + "reth-primitives-traits 0.1.1", + "revm-database 12.0.0", +] + [[package]] name = "reth-trie-db" version = "1.11.3" @@ -9077,14 +9554,14 @@ dependencies = [ "metrics", "parking_lot", "reth-db-api", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", - "reth-trie", - "reth-trie-common", + "reth-execution-errors 1.11.3", + "reth-metrics 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-stages-types 1.11.3", + "reth-storage-api 1.11.3", + "reth-storage-errors 1.11.3", + "reth-trie 1.11.3", + "reth-trie-common 1.11.3", "tracing", ] @@ -9100,15 +9577,15 @@ dependencies = [ "itertools 0.14.0", "metrics", "rayon", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", + "reth-execution-errors 1.11.3", + "reth-metrics 1.11.3", + "reth-primitives-traits 1.11.3", "reth-provider", - "reth-storage-errors", - "reth-tasks", - "reth-trie", - "reth-trie-common", - "reth-trie-sparse", + "reth-storage-errors 1.11.3", + "reth-tasks 1.11.3", + "reth-trie 1.11.3", + "reth-trie-common 1.11.3", + "reth-trie-sparse 1.11.3", "thiserror 2.0.18", "tracing", ] @@ -9124,14 +9601,39 @@ dependencies = [ "auto_impl", "metrics", "rayon", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", - "reth-trie-common", + "reth-execution-errors 1.11.3", + "reth-metrics 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-trie-common 1.11.3", + "smallvec", + "tracing", +] + +[[package]] +name = "reth-trie-sparse" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "auto_impl", + "reth-execution-errors 2.0.0", + "reth-primitives-traits 0.1.1", + "reth-trie-common 2.0.0", "smallvec", "tracing", ] +[[package]] +name = "reth-zstd-compressors" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a621aef55fe4da8935abede9d1d105f227bcb673f212b3575a748a6a2f8f688e" +dependencies = [ + "zstd", +] + [[package]] name = "reth-zstd-compressors" version = "1.11.3" @@ -9146,17 +9648,36 @@ version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2aabdebaa535b3575231a88d72b642897ae8106cf6b0d12eafc6bfdf50abfc7" dependencies = [ - "revm-bytecode", - "revm-context", - "revm-context-interface", - "revm-database", - "revm-database-interface", - "revm-handler", - "revm-inspector", - "revm-interpreter", + "revm-bytecode 8.0.0", + "revm-context 13.0.0", + "revm-context-interface 14.0.0", + "revm-database 10.0.0", + "revm-database-interface 9.0.0", + "revm-handler 15.0.0", + "revm-inspector 15.0.0", + "revm-interpreter 32.0.0", "revm-precompile", "revm-primitives", - "revm-state", + "revm-state 9.0.0", +] + +[[package]] +name = "revm" +version = "36.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b0abc15d09cd211e9e73410ada10134069c794d4bcdb787dfc16a1bf0939849c" +dependencies = [ + "revm-bytecode 9.0.0", + "revm-context 15.0.0", + "revm-context-interface 16.0.0", + "revm-database 12.0.0", + "revm-database-interface 10.0.0", + "revm-handler 17.0.0", + "revm-inspector 17.0.0", + "revm-interpreter 34.0.0", + "revm-precompile", + "revm-primitives", + "revm-state 10.0.0", ] [[package]] @@ -9171,6 +9692,18 @@ dependencies = [ "serde", ] +[[package]] +name = "revm-bytecode" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e86e468df3cf5cf59fa7ef71a3e9ccabb76bb336401ea2c0674f563104cf3c5e" +dependencies = [ + "bitvec", + "phf", + "revm-primitives", + "serde", +] + [[package]] name = "revm-context" version = "13.0.0" @@ -9180,11 +9713,28 @@ dependencies = [ "bitvec", "cfg-if", "derive-where", - "revm-bytecode", - "revm-context-interface", - "revm-database-interface", + "revm-bytecode 8.0.0", + "revm-context-interface 14.0.0", + "revm-database-interface 9.0.0", + "revm-primitives", + "revm-state 9.0.0", + "serde", +] + +[[package]] +name = "revm-context" +version = "15.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9eb1f0a76b14d684a444fc52f7bf6b7564bf882599d91ee62e76d602e7a187c7" +dependencies = [ + "bitvec", + "cfg-if", + "derive-where", + "revm-bytecode 9.0.0", + "revm-context-interface 16.0.0", + "revm-database-interface 10.0.0", "revm-primitives", - "revm-state", + "revm-state 10.0.0", "serde", ] @@ -9198,9 +9748,25 @@ dependencies = [ "alloy-eip7702", "auto_impl", "either", - "revm-database-interface", + "revm-database-interface 9.0.0", "revm-primitives", - "revm-state", + "revm-state 9.0.0", + "serde", +] + +[[package]] +name = "revm-context-interface" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc256b27743e2912ca16899568e6652a372eb5d1d573e6edb16c7836b16cf487" +dependencies = [ + "alloy-eip2930", + "alloy-eip7702", + "auto_impl", + "either", + "revm-database-interface 10.0.0", + "revm-primitives", + "revm-state 10.0.0", "serde", ] @@ -9211,10 +9777,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "529528d0b05fe646be86223032c3e77aa8b05caa2a35447d538c55965956a511" dependencies = [ "alloy-eips", - "revm-bytecode", - "revm-database-interface", + "revm-bytecode 8.0.0", + "revm-database-interface 9.0.0", + "revm-primitives", + "revm-state 9.0.0", + "serde", +] + +[[package]] +name = "revm-database" +version = "12.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c0a7d6da41061f2c50f99a2632571026b23684b5449ff319914151f4449b6c8" +dependencies = [ + "alloy-eips", + "revm-bytecode 9.0.0", + "revm-database-interface 10.0.0", "revm-primitives", - "revm-state", + "revm-state 10.0.0", "serde", ] @@ -9227,7 +9807,21 @@ dependencies = [ "auto_impl", "either", "revm-primitives", - "revm-state", + "revm-state 9.0.0", + "serde", + "thiserror 2.0.18", +] + +[[package]] +name = "revm-database-interface" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd497a38a79057b94a049552cb1f925ad15078bc1a479c132aeeebd1d2ccc768" +dependencies = [ + "auto_impl", + "either", + "revm-primitives", + "revm-state 10.0.0", "serde", "thiserror 2.0.18", ] @@ -9240,14 +9834,33 @@ checksum = "0cd0e43e815a85eded249df886c4badec869195e70cdd808a13cfca2794622d2" dependencies = [ "auto_impl", "derive-where", - "revm-bytecode", - "revm-context", - "revm-context-interface", - "revm-database-interface", - "revm-interpreter", + "revm-bytecode 8.0.0", + "revm-context 13.0.0", + "revm-context-interface 14.0.0", + "revm-database-interface 9.0.0", + "revm-interpreter 32.0.0", + "revm-precompile", + "revm-primitives", + "revm-state 9.0.0", + "serde", +] + +[[package]] +name = "revm-handler" +version = "17.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f1eed729ca9b228ae98688f352235871e9b8be3d568d488e4070f64c56e9d3d" +dependencies = [ + "auto_impl", + "derive-where", + "revm-bytecode 9.0.0", + "revm-context 15.0.0", + "revm-context-interface 16.0.0", + "revm-database-interface 10.0.0", + "revm-interpreter 34.0.0", "revm-precompile", "revm-primitives", - "revm-state", + "revm-state 10.0.0", "serde", ] @@ -9259,12 +9872,30 @@ checksum = "4f3ccad59db91ef93696536a0dbaf2f6f17cfe20d4d8843ae118edb7e97947ef" dependencies = [ "auto_impl", "either", - "revm-context", - "revm-database-interface", - "revm-handler", - "revm-interpreter", + "revm-context 13.0.0", + "revm-database-interface 9.0.0", + "revm-handler 15.0.0", + "revm-interpreter 32.0.0", + "revm-primitives", + "revm-state 9.0.0", + "serde", + "serde_json", +] + +[[package]] +name = "revm-inspector" +version = "17.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbf5102391706513689f91cb3cb3d97b5f13a02e8647e6e9cb7620877ef84847" +dependencies = [ + "auto_impl", + "either", + "revm-context 15.0.0", + "revm-database-interface 10.0.0", + "revm-handler 17.0.0", + "revm-interpreter 34.0.0", "revm-primitives", - "revm-state", + "revm-state 10.0.0", "serde", "serde_json", ] @@ -9281,7 +9912,7 @@ dependencies = [ "alloy-sol-types", "anstyle", "colorchoice", - "revm", + "revm 34.0.0", "serde", "serde_json", "thiserror 2.0.18", @@ -9293,10 +9924,23 @@ version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11406408597bc249392d39295831c4b641b3a6f5c471a7c41104a7a1e3564c07" dependencies = [ - "revm-bytecode", - "revm-context-interface", + "revm-bytecode 8.0.0", + "revm-context-interface 14.0.0", "revm-primitives", - "revm-state", + "revm-state 9.0.0", + "serde", +] + +[[package]] +name = "revm-interpreter" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf22f80612bb8f58fd1f578750281f2afadb6c93835b14ae6a4d6b75ca26f445" +dependencies = [ + "revm-bytecode 9.0.0", + "revm-context-interface 16.0.0", + "revm-primitives", + "revm-state 10.0.0", "serde", ] @@ -9344,7 +9988,20 @@ checksum = "311720d4f0f239b041375e7ddafdbd20032a33b7bae718562ea188e188ed9fd3" dependencies = [ "alloy-eip7928", "bitflags 2.11.0", - "revm-bytecode", + "revm-bytecode 8.0.0", + "revm-primitives", + "serde", +] + +[[package]] +name = "revm-state" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d29404707763da607e5d6e4771cb203998c28159279c2f64cc32de08d2814651" +dependencies = [ + "alloy-eip7928", + "bitflags 2.11.0", + "revm-bytecode 9.0.0", "revm-primitives", "serde", ] @@ -10259,7 +10916,7 @@ dependencies = [ "ntapi", "objc2-core-foundation", "objc2-io-kit", - "windows", + "windows 0.62.2", ] [[package]] @@ -10338,6 +10995,20 @@ dependencies = [ "syn 2.0.117", ] +[[package]] +name = "thread-priority" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2210811179577da3d54eb69ab0b50490ee40491a25d95b8c6011ba40771cb721" +dependencies = [ + "bitflags 2.11.0", + "cfg-if", + "libc", + "log", + "rustversion", + "windows 0.61.3", +] + [[package]] name = "thread_local" version = "1.1.9" @@ -11416,16 +12087,38 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" +[[package]] +name = "windows" +version = "0.61.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" +dependencies = [ + "windows-collections 0.2.0", + "windows-core 0.61.2", + "windows-future 0.2.1", + "windows-link 0.1.3", + "windows-numerics 0.2.0", +] + [[package]] name = "windows" version = "0.62.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" dependencies = [ - "windows-collections", - "windows-core", - "windows-future", - "windows-numerics", + "windows-collections 0.3.2", + "windows-core 0.62.2", + "windows-future 0.3.2", + "windows-numerics 0.3.1", +] + +[[package]] +name = "windows-collections" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" +dependencies = [ + "windows-core 0.61.2", ] [[package]] @@ -11434,7 +12127,20 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" dependencies = [ - "windows-core", + "windows-core 0.62.2", +] + +[[package]] +name = "windows-core" +version = "0.61.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" +dependencies = [ + "windows-implement", + "windows-interface", + "windows-link 0.1.3", + "windows-result 0.3.4", + "windows-strings 0.4.2", ] [[package]] @@ -11445,9 +12151,20 @@ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" dependencies = [ "windows-implement", "windows-interface", - "windows-link", - "windows-result", - "windows-strings", + "windows-link 0.2.1", + "windows-result 0.4.1", + "windows-strings 0.5.1", +] + +[[package]] +name = "windows-future" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" +dependencies = [ + "windows-core 0.61.2", + "windows-link 0.1.3", + "windows-threading 0.1.0", ] [[package]] @@ -11456,9 +12173,9 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" dependencies = [ - "windows-core", - "windows-link", - "windows-threading", + "windows-core 0.62.2", + "windows-link 0.2.1", + "windows-threading 0.2.1", ] [[package]] @@ -11483,20 +12200,45 @@ dependencies = [ "syn 2.0.117", ] +[[package]] +name = "windows-link" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" + [[package]] name = "windows-link" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" +[[package]] +name = "windows-numerics" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" +dependencies = [ + "windows-core 0.61.2", + "windows-link 0.1.3", +] + [[package]] name = "windows-numerics" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" dependencies = [ - "windows-core", - "windows-link", + "windows-core 0.62.2", + "windows-link 0.2.1", +] + +[[package]] +name = "windows-result" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" +dependencies = [ + "windows-link 0.1.3", ] [[package]] @@ -11505,7 +12247,16 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" dependencies = [ - "windows-link", + "windows-link 0.2.1", +] + +[[package]] +name = "windows-strings" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" +dependencies = [ + "windows-link 0.1.3", ] [[package]] @@ -11514,7 +12265,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" dependencies = [ - "windows-link", + "windows-link 0.2.1", ] [[package]] @@ -11568,7 +12319,7 @@ version = "0.61.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" dependencies = [ - "windows-link", + "windows-link 0.2.1", ] [[package]] @@ -11623,7 +12374,7 @@ version = "0.53.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" dependencies = [ - "windows-link", + "windows-link 0.2.1", "windows_aarch64_gnullvm 0.53.1", "windows_aarch64_msvc 0.53.1", "windows_i686_gnu 0.53.1", @@ -11634,13 +12385,22 @@ dependencies = [ "windows_x86_64_msvc 0.53.1", ] +[[package]] +name = "windows-threading" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" +dependencies = [ + "windows-link 0.1.3", +] + [[package]] name = "windows-threading" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" dependencies = [ - "windows-link", + "windows-link 0.2.1", ] [[package]]