From 964ad37a5b663e9c894024c8a5b8427e2fb4a251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 08:04:07 +0000 Subject: [PATCH] chore(deps): bump alloy-evm from 0.37.1 to 0.38.0 Bumps [alloy-evm](https://github.com/alloy-rs/alloy-evm) from 0.37.1 to 0.38.0. - [Release notes](https://github.com/alloy-rs/alloy-evm/releases) - [Changelog](https://github.com/alloy-rs/evm/blob/main/CHANGELOG.md) - [Commits](https://github.com/alloy-rs/alloy-evm/compare/v0.37.1...v0.38.0) --- updated-dependencies: - dependency-name: alloy-evm dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 676 ++++++++++++++++++++++++++++++++++------------------- Cargo.toml | 2 +- 2 files changed, 432 insertions(+), 246 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83eb3d1..d72fddf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -300,7 +300,7 @@ dependencies = [ "ethereum_ssz_derive", "serde", "serde_with", - "sha2", + "sha2 0.10.9", ] [[package]] @@ -332,7 +332,25 @@ dependencies = [ "alloy-sol-types", "auto_impl", "derive_more", - "revm", + "revm 41.0.0", + "thiserror 2.0.19", + "tracing", +] + +[[package]] +name = "alloy-evm" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b307a52f91f7f3aad56b5cb4f54e5eb17dd0b3f4b2c82823301499fe1c6fdaf" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-hardforks", + "alloy-primitives", + "alloy-sol-types", + "auto_impl", + "derive_more", + "revm 42.0.1", "thiserror 2.0.19", "tracing", ] @@ -1021,7 +1039,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -1032,7 +1050,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -1085,24 +1103,47 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3df4dcc01ff89867cd86b0da835f23c3f02738353aaee7dde7495af71363b8d5" dependencies = [ - "ark-ec", + "ark-ec 0.5.0", "ark-ff 0.5.0", "ark-serialize 0.5.0", "ark-std 0.5.0", ] +[[package]] +name = "ark-bls12-381" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be2ede2c0c96fa37d5d3484e8a59fec566c4a52b8c84bf993eaa6c67d7225a4c" +dependencies = [ + "ark-ec 0.6.0", + "ark-ff 0.6.0", + "ark-serialize 0.6.0", + "ark-std 0.6.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-ec 0.5.0", "ark-ff 0.5.0", "ark-r1cs-std", "ark-std 0.5.0", ] +[[package]] +name = "ark-bn254" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6bc66f96ebe2a17a499475b4f94791d379817592ef494171586967ffdc6f95db" +dependencies = [ + "ark-ec 0.6.0", + "ark-ff 0.6.0", + "ark-std 0.6.0", +] + [[package]] name = "ark-ec" version = "0.5.0" @@ -1111,7 +1152,7 @@ checksum = "43d68f2d516162846c1238e755a7c4d131b892b70cc70c471a8e3ca3ed818fce" dependencies = [ "ahash", "ark-ff 0.5.0", - "ark-poly", + "ark-poly 0.5.0", "ark-serialize 0.5.0", "ark-std 0.5.0", "educe", @@ -1124,6 +1165,27 @@ dependencies = [ "zeroize", ] +[[package]] +name = "ark-ec" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8352a2b2aedf6ba2cc38f7520fc51191d518dde96175c729af19f2d059f191c4" +dependencies = [ + "ahash", + "ark-ff 0.6.0", + "ark-poly 0.6.0", + "ark-serialize 0.6.0", + "ark-std 0.6.0", + "educe", + "fnv", + "hashbrown 0.17.1", + "itertools 0.14.0", + "num-bigint", + "num-integer", + "num-traits", + "zeroize", +] + [[package]] name = "ark-ff" version = "0.3.0" @@ -1305,13 +1367,28 @@ dependencies = [ "hashbrown 0.15.5", ] +[[package]] +name = "ark-poly" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75f55af10b672002b8d953e230282c51206842e20e5791a94432219b4201de5c" +dependencies = [ + "ahash", + "ark-ff 0.6.0", + "ark-serialize 0.6.0", + "ark-std 0.6.0", + "educe", + "fnv", + "hashbrown 0.17.1", +] + [[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-ec 0.5.0", "ark-ff 0.5.0", "ark-relations", "ark-std 0.5.0", @@ -1881,7 +1958,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" dependencies = [ - "sha2", + "sha2 0.10.9", "tinyvec", ] @@ -2020,7 +2097,7 @@ dependencies = [ "num-traits", "serde", "wasm-bindgen", - "windows-link 0.2.1", + "windows-link", ] [[package]] @@ -2105,7 +2182,7 @@ dependencies = [ "hmac", "k256", "serde", - "sha2", + "sha2 0.10.9", "thiserror 1.0.69", ] @@ -2121,7 +2198,7 @@ dependencies = [ "once_cell", "pbkdf2", "rand 0.8.7", - "sha2", + "sha2 0.10.9", "thiserror 1.0.69", ] @@ -2137,9 +2214,9 @@ dependencies = [ "const-hex", "digest 0.10.7", "generic-array", - "ripemd", + "ripemd 0.1.3", "serde", - "sha2", + "sha2 0.10.9", "sha3 0.10.9", "thiserror 1.0.69", ] @@ -2823,7 +2900,7 @@ dependencies = [ "ed25519", "rand_core 0.6.4", "serde", - "sha2", + "sha2 0.10.9", "subtle", "zeroize", ] @@ -2922,7 +2999,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -2933,7 +3010,7 @@ checksum = "5aa93f58bb1eb3d1e556e4f408ef1dac130bad01ac37db4e7ade45de40d1c86a" dependencies = [ "cpufeatures 0.2.17", "ring", - "sha2", + "sha2 0.10.9", ] [[package]] @@ -2991,7 +3068,7 @@ dependencies = [ "alloy-consensus", "alloy-consensus-any", "alloy-eips", - "alloy-evm", + "alloy-evm 0.38.0", "alloy-genesis", "alloy-network", "alloy-primitives", @@ -3066,13 +3143,13 @@ name = "ev-precompiles" version = "0.1.0" dependencies = [ "alloy", - "alloy-evm", + "alloy-evm 0.38.0", "alloy-primitives", "bytes", "eyre", "reth-ethereum", "reth-revm", - "revm", + "revm 41.0.0", "tracing", ] @@ -3098,7 +3175,7 @@ name = "ev-reth" version = "0.1.0" dependencies = [ "alloy-eips", - "alloy-evm", + "alloy-evm 0.38.0", "alloy-network", "alloy-primitives", "alloy-rpc-types", @@ -3140,7 +3217,7 @@ dependencies = [ name = "ev-revm" version = "0.1.0" dependencies = [ - "alloy-evm", + "alloy-evm 0.38.0", "alloy-primitives", "alloy-sol-types", "ev-precompiles", @@ -3551,8 +3628,8 @@ dependencies = [ "libc", "log", "rustversion", - "windows-link 0.2.1", - "windows-result 0.4.1", + "windows-link", + "windows-result", ] [[package]] @@ -4086,7 +4163,7 @@ dependencies = [ "js-sys", "log", "wasm-bindgen", - "windows-core 0.62.2", + "windows-core", ] [[package]] @@ -4388,7 +4465,7 @@ dependencies = [ "socket2", "widestring", "windows-registry", - "windows-result 0.4.1", + "windows-result", "windows-sys 0.61.2", ] @@ -4470,7 +4547,7 @@ dependencies = [ "simd_cesu8", "thiserror 2.0.19", "walkdir", - "windows-link 0.2.1", + "windows-link", ] [[package]] @@ -4737,7 +4814,7 @@ dependencies = [ "elliptic-curve", "once_cell", "serdect", - "sha2", + "sha2 0.10.9", "signature", ] @@ -4858,7 +4935,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" dependencies = [ "cfg-if", - "windows-link 0.2.1", + "windows-link", ] [[package]] @@ -4880,7 +4957,7 @@ dependencies = [ "k256", "multihash", "prost", - "sha2", + "sha2 0.10.9", "thiserror 2.0.19", "tracing", "zeroize", @@ -5164,7 +5241,7 @@ dependencies = [ "once_cell", "procfs", "rlimit", - "windows 0.62.2", + "windows", ] [[package]] @@ -5380,7 +5457,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -5654,7 +5731,7 @@ dependencies = [ "ecdsa", "elliptic-curve", "primeorder", - "sha2", + "sha2 0.10.9", ] [[package]] @@ -5740,7 +5817,7 @@ dependencies = [ "libc", "redox_syscall", "smallvec", - "windows-link 0.2.1", + "windows-link", ] [[package]] @@ -6249,7 +6326,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -6705,7 +6782,7 @@ dependencies = [ "reth-tasks", "reth-trie", "reth-trie-sparse", - "revm", + "revm 41.0.0", "serde", "tokio", "tokio-stream", @@ -6720,7 +6797,7 @@ dependencies = [ "alloy-chains", "alloy-consensus", "alloy-eips", - "alloy-evm", + "alloy-evm 0.37.1", "alloy-genesis", "alloy-primitives", "alloy-trie", @@ -7221,7 +7298,7 @@ dependencies = [ "reth-tasks", "reth-tokio-util", "reth-tracing", - "revm", + "revm 41.0.0", "serde_json", "tempfile", "tokio", @@ -7249,7 +7326,7 @@ dependencies = [ "rand 0.8.7", "reth-network-peers", "secp256k1 0.30.0", - "sha2", + "sha2 0.10.9", "thiserror 2.0.19", "tokio", "tokio-stream", @@ -7315,7 +7392,7 @@ dependencies = [ "alloy-consensus", "alloy-eip7928", "alloy-eips", - "alloy-evm", + "alloy-evm 0.37.1", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", @@ -7355,7 +7432,7 @@ dependencies = [ "reth-trie-db", "reth-trie-parallel", "reth-trie-sparse", - "revm", + "revm 41.0.0", "schnellru", "thiserror 2.0.19", "tokio", @@ -7405,7 +7482,7 @@ dependencies = [ "alloy-rpc-types-engine", "ethereum_ssz", "ethereum_ssz_derive", - "sha2", + "sha2 0.10.9", "snap", "thiserror 2.0.19", ] @@ -7422,7 +7499,7 @@ dependencies = [ "reqwest 0.13.4", "reth-era", "reth-fs-util", - "sha2", + "sha2 0.10.9", "tokio", ] @@ -7649,7 +7726,7 @@ dependencies = [ "reth-revm", "reth-storage-api", "reth-transaction-pool", - "revm", + "revm 41.0.0", "tracing", ] @@ -7685,7 +7762,7 @@ dependencies = [ "alloy-consensus", "alloy-eip7928", "alloy-eips", - "alloy-evm", + "alloy-evm 0.37.1", "alloy-primitives", "auto_impl", "derive_more", @@ -7699,7 +7776,7 @@ dependencies = [ "reth-storage-api", "reth-storage-errors", "reth-trie-common", - "revm", + "revm 41.0.0", ] [[package]] @@ -7709,7 +7786,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm", + "alloy-evm 0.37.1", "alloy-primitives", "alloy-rpc-types-engine", "reth-chainspec", @@ -7719,7 +7796,7 @@ dependencies = [ "reth-execution-types", "reth-primitives-traits", "reth-storage-errors", - "revm", + "revm 41.0.0", ] [[package]] @@ -7745,7 +7822,7 @@ name = "reth-execution-errors" version = "2.4.1" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" dependencies = [ - "alloy-evm", + "alloy-evm 0.37.1", "alloy-primitives", "alloy-rlp", "nybbles", @@ -7760,14 +7837,14 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm", + "alloy-evm 0.37.1", "alloy-primitives", "alloy-rlp", "derive_more", "reth-ethereum-primitives", "reth-primitives-traits", "reth-trie-common", - "revm", + "revm 41.0.0", "serde", "serde_with", ] @@ -7855,7 +7932,7 @@ dependencies = [ "reth-rpc-api", "reth-tracing", "reth-trie", - "revm", + "revm 41.0.0", "serde", "serde_json", ] @@ -8283,7 +8360,7 @@ dependencies = [ "reth-rpc-server-types", "reth-tracing", "reth-transaction-pool", - "revm", + "revm 41.0.0", "serde", "serde_json", "tokio", @@ -8428,7 +8505,7 @@ dependencies = [ "reth-primitives-traits", "reth-trie-common", "serde", - "sha2", + "sha2 0.10.9", "thiserror 2.0.19", "tokio", ] @@ -8468,9 +8545,9 @@ dependencies = [ "quanta", "rayon", "reth-codecs", - "revm-bytecode", - "revm-primitives", - "revm-state", + "revm-bytecode 41.0.0", + "revm-primitives 41.0.0", + "revm-state 41.0.0", "secp256k1 0.30.0", "serde", "thiserror 2.0.19", @@ -8516,7 +8593,7 @@ dependencies = [ "reth-tokio-util", "reth-trie", "reth-trie-db", - "revm", + "revm 41.0.0", "rocksdb", "smallvec", "strum 0.27.2", @@ -8579,7 +8656,7 @@ dependencies = [ "reth-storage-api", "reth-storage-errors", "reth-trie", - "revm", + "revm 41.0.0", ] [[package]] @@ -8591,7 +8668,7 @@ dependencies = [ "alloy-dyn-abi", "alloy-eip7928", "alloy-eips", - "alloy-evm", + "alloy-evm 0.37.1", "alloy-genesis", "alloy-network", "alloy-primitives", @@ -8647,11 +8724,11 @@ dependencies = [ "reth-tasks", "reth-transaction-pool", "reth-trie-common", - "revm", + "revm 41.0.0", "revm-inspectors", "serde", "serde_json", - "sha2", + "sha2 0.10.9", "thiserror 2.0.19", "tokio", "tokio-stream", @@ -8738,7 +8815,7 @@ version = "2.4.1" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" dependencies = [ "alloy-consensus", - "alloy-evm", + "alloy-evm 0.37.1", "alloy-json-rpc", "alloy-network", "alloy-primitives", @@ -8792,7 +8869,7 @@ dependencies = [ "alloy-dyn-abi", "alloy-eip7928", "alloy-eips", - "alloy-evm", + "alloy-evm 0.37.1", "alloy-json-rpc", "alloy-network", "alloy-primitives", @@ -8823,7 +8900,7 @@ dependencies = [ "reth-tasks", "reth-transaction-pool", "reth-trie-common", - "revm", + "revm 41.0.0", "revm-inspectors", "serde_json", "tokio", @@ -8839,7 +8916,7 @@ dependencies = [ "alloy-consensus", "alloy-eip7928", "alloy-eips", - "alloy-evm", + "alloy-evm 0.37.1", "alloy-network", "alloy-primitives", "alloy-rpc-client", @@ -8870,7 +8947,7 @@ dependencies = [ "reth-tasks", "reth-transaction-pool", "reth-trie", - "revm", + "revm 41.0.0", "revm-inspectors", "schnellru", "serde", @@ -9076,7 +9153,7 @@ dependencies = [ "reth-storage-errors", "reth-tokio-util", "reth-trie-common", - "revm", + "revm 41.0.0", "serde_json", ] @@ -9093,7 +9170,7 @@ dependencies = [ "reth-primitives-traits", "reth-prune-types", "reth-static-file-types", - "revm", + "revm 41.0.0", "thiserror 2.0.19", ] @@ -9213,7 +9290,7 @@ dependencies = [ "reth-primitives-traits", "reth-storage-api", "reth-tasks", - "revm", + "revm 41.0.0", "rustc-hash", "schnellru", "serde", @@ -9272,7 +9349,7 @@ dependencies = [ "rayon", "reth-codecs", "reth-primitives-traits", - "revm", + "revm 41.0.0", "serde", "serde_with", ] @@ -9301,7 +9378,7 @@ name = "reth-trie-parallel" version = "2.4.1" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" dependencies = [ - "alloy-evm", + "alloy-evm 0.37.1", "alloy-primitives", "alloy-rlp", "crossbeam-channel", @@ -9315,7 +9392,7 @@ dependencies = [ "reth-tasks", "reth-trie", "reth-trie-sparse", - "revm", + "revm 41.0.0", "thiserror 2.0.19", "tracing", ] @@ -9357,17 +9434,36 @@ version = "41.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d51c254839fb36357d0b02d02e46ba57e683d7b017e2da33b47ae74685a9e59" dependencies = [ - "revm-bytecode", - "revm-context", - "revm-context-interface", - "revm-database", - "revm-database-interface", - "revm-handler", - "revm-inspector", - "revm-interpreter", - "revm-precompile", - "revm-primitives", - "revm-state", + "revm-bytecode 41.0.0", + "revm-context 41.0.0", + "revm-context-interface 41.0.0", + "revm-database 41.0.0", + "revm-database-interface 41.0.0", + "revm-handler 41.0.0", + "revm-inspector 41.0.0", + "revm-interpreter 41.0.0", + "revm-precompile 41.0.0", + "revm-primitives 41.0.0", + "revm-state 41.0.0", +] + +[[package]] +name = "revm" +version = "42.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7c7fcd426beab3b91300a6d0d5eb8d583c0fad0fba451126e19fd51443eca62" +dependencies = [ + "revm-bytecode 42.0.0", + "revm-context 42.0.0", + "revm-context-interface 42.0.0", + "revm-database 42.0.0", + "revm-database-interface 42.0.0", + "revm-handler 42.0.1", + "revm-inspector 42.0.1", + "revm-interpreter 42.0.0", + "revm-precompile 42.0.1", + "revm-primitives 42.0.0", + "revm-state 42.0.0", ] [[package]] @@ -9378,10 +9474,20 @@ checksum = "e33493cf6d996e9242db4f2002caef48ec9aa8c4f3fff3b18aed10ef3942eec7" dependencies = [ "bitvec", "phf 0.13.1", - "revm-primitives", + "revm-primitives 41.0.0", "serde", ] +[[package]] +name = "revm-bytecode" +version = "42.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "537356bdec80dbc04e4e6bb688b3441ff7cf18eecdcf3cac23150633c46467f1" +dependencies = [ + "bitvec", + "revm-primitives 42.0.0", +] + [[package]] name = "revm-context" version = "41.0.0" @@ -9391,14 +9497,30 @@ dependencies = [ "bitvec", "cfg-if", "derive-where", - "revm-bytecode", - "revm-context-interface", - "revm-database-interface", - "revm-primitives", - "revm-state", + "revm-bytecode 41.0.0", + "revm-context-interface 41.0.0", + "revm-database-interface 41.0.0", + "revm-primitives 41.0.0", + "revm-state 41.0.0", "serde", ] +[[package]] +name = "revm-context" +version = "42.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc6512f05f83378e29b2b016fa5bd7f5a533e3625548be4113732e1a536c2564" +dependencies = [ + "bitvec", + "cfg-if", + "derive-where", + "revm-bytecode 42.0.0", + "revm-context-interface 42.0.0", + "revm-database-interface 42.0.0", + "revm-primitives 42.0.0", + "revm-state 42.0.0", +] + [[package]] name = "revm-context-interface" version = "41.0.0" @@ -9409,12 +9531,27 @@ dependencies = [ "alloy-eip7702", "auto_impl", "either", - "revm-database-interface", - "revm-primitives", - "revm-state", + "revm-database-interface 41.0.0", + "revm-primitives 41.0.0", + "revm-state 41.0.0", "serde", ] +[[package]] +name = "revm-context-interface" +version = "42.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "103fff818b10311034c0c11ff8760294ee0e3c320daab3c5717990fe8ee2617b" +dependencies = [ + "alloy-eip2930", + "alloy-eip7702", + "auto_impl", + "either", + "revm-database-interface 42.0.0", + "revm-primitives 42.0.0", + "revm-state 42.0.0", +] + [[package]] name = "revm-database" version = "41.0.0" @@ -9424,13 +9561,27 @@ dependencies = [ "alloy-eips", "derive_more", "either", - "revm-bytecode", - "revm-database-interface", - "revm-primitives", - "revm-state", + "revm-bytecode 41.0.0", + "revm-database-interface 41.0.0", + "revm-primitives 41.0.0", + "revm-state 41.0.0", "serde", ] +[[package]] +name = "revm-database" +version = "42.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df72760eab0852100e748c7cb03ce0221626d60ac14534118c84c5cc894fb4c9" +dependencies = [ + "derive_more", + "either", + "revm-bytecode 42.0.0", + "revm-database-interface 42.0.0", + "revm-primitives 42.0.0", + "revm-state 42.0.0", +] + [[package]] name = "revm-database-interface" version = "41.0.0" @@ -9439,12 +9590,25 @@ checksum = "b96e37d62fa60b45987b408486c84ebef4af4e7ddf1b3b96b4955a7263fd4e92" dependencies = [ "auto_impl", "either", - "revm-primitives", - "revm-state", + "revm-primitives 41.0.0", + "revm-state 41.0.0", "serde", "thiserror 2.0.19", ] +[[package]] +name = "revm-database-interface" +version = "42.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9286c059a11be1dee814cafdc3a3ade57521c8caa050785a52c19a9d894f400" +dependencies = [ + "auto_impl", + "either", + "revm-primitives 42.0.0", + "revm-state 42.0.0", + "thiserror 2.0.19", +] + [[package]] name = "revm-handler" version = "41.0.0" @@ -9453,17 +9617,35 @@ checksum = "f5e043ebfc0899c435e44475796285898e4f822e637bd67856da79cc170bd9df" dependencies = [ "auto_impl", "derive-where", - "revm-bytecode", - "revm-context", - "revm-context-interface", - "revm-database-interface", - "revm-interpreter", - "revm-precompile", - "revm-primitives", - "revm-state", + "revm-bytecode 41.0.0", + "revm-context 41.0.0", + "revm-context-interface 41.0.0", + "revm-database-interface 41.0.0", + "revm-interpreter 41.0.0", + "revm-precompile 41.0.0", + "revm-primitives 41.0.0", + "revm-state 41.0.0", "serde", ] +[[package]] +name = "revm-handler" +version = "42.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09126175c3fa482e71e80cc28c6bb17e681911e472b94d4f7f73dd6780411798" +dependencies = [ + "auto_impl", + "derive-where", + "revm-bytecode 42.0.0", + "revm-context 42.0.0", + "revm-context-interface 42.0.0", + "revm-database-interface 42.0.0", + "revm-interpreter 42.0.0", + "revm-precompile 42.0.1", + "revm-primitives 42.0.0", + "revm-state 42.0.0", +] + [[package]] name = "revm-inspector" version = "41.0.0" @@ -9472,16 +9654,32 @@ checksum = "2e470b2a5e177918944d8cd26174455b61b8fbfbbe7fe411d28b4097e410d11e" dependencies = [ "auto_impl", "either", - "revm-context", - "revm-database-interface", - "revm-handler", - "revm-interpreter", - "revm-primitives", - "revm-state", + "revm-context 41.0.0", + "revm-database-interface 41.0.0", + "revm-handler 41.0.0", + "revm-interpreter 41.0.0", + "revm-primitives 41.0.0", + "revm-state 41.0.0", "serde", "serde_json", ] +[[package]] +name = "revm-inspector" +version = "42.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4aa55b208b52f0c083ea68147c78866eeecadd7c0071a614f477de316b60648e" +dependencies = [ + "auto_impl", + "either", + "revm-context 42.0.0", + "revm-database-interface 42.0.0", + "revm-handler 42.0.1", + "revm-interpreter 42.0.0", + "revm-primitives 42.0.0", + "revm-state 42.0.0", +] + [[package]] name = "revm-inspectors" version = "0.41.2" @@ -9494,7 +9692,7 @@ dependencies = [ "alloy-sol-types", "anstyle", "colorchoice", - "revm", + "revm 41.0.0", "serde", "serde_json", "thiserror 2.0.19", @@ -9506,22 +9704,34 @@ version = "41.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa5547f653f9e4c47b4f9a9075a0b7c0faea5fa29b7873f392733a943837825d" dependencies = [ - "revm-bytecode", - "revm-context-interface", - "revm-primitives", - "revm-state", + "revm-bytecode 41.0.0", + "revm-context-interface 41.0.0", + "revm-primitives 41.0.0", + "revm-state 41.0.0", "serde", ] +[[package]] +name = "revm-interpreter" +version = "42.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd310927437752ce4bac6997b385772823b84843f04c82e151993bec1265a5ed" +dependencies = [ + "revm-bytecode 42.0.0", + "revm-context-interface 42.0.0", + "revm-primitives 42.0.0", + "revm-state 42.0.0", +] + [[package]] name = "revm-precompile" version = "41.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d785931e4b8750cf9d79c808c22f05979c8d191baafc8badd4651db82584c1c" dependencies = [ - "ark-bls12-381", - "ark-bn254", - "ark-ec", + "ark-bls12-381 0.5.0", + "ark-bn254 0.5.0", + "ark-ec 0.5.0", "ark-ff 0.5.0", "ark-serialize 0.5.0", "arrayref", @@ -9532,11 +9742,33 @@ dependencies = [ "cfg-if", "k256", "p256", - "revm-context-interface", - "revm-primitives", - "ripemd", + "revm-context-interface 41.0.0", + "revm-primitives 41.0.0", + "ripemd 0.1.3", "secp256k1 0.31.1", - "sha2", + "sha2 0.10.9", +] + +[[package]] +name = "revm-precompile" +version = "42.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2431091420999795df6a200b9f7933defe3d654710560a895e6bcabbd9954a5" +dependencies = [ + "ark-bls12-381 0.6.0", + "ark-bn254 0.6.0", + "ark-ec 0.6.0", + "ark-ff 0.6.0", + "ark-serialize 0.6.0", + "arrayref", + "aurora-engine-modexp", + "cfg-if", + "k256", + "p256", + "revm-context-interface 42.0.0", + "revm-primitives 42.0.0", + "ripemd 0.2.0", + "sha2 0.11.0", ] [[package]] @@ -9550,6 +9782,16 @@ dependencies = [ "serde", ] +[[package]] +name = "revm-primitives" +version = "42.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2ef5564c1bce219fd08beca43d4f39fdcbc19193fa4f604c0c6b58950a13194a" +dependencies = [ + "alloy-primitives", + "once_cell", +] + [[package]] name = "revm-state" version = "41.0.0" @@ -9559,11 +9801,24 @@ dependencies = [ "alloy-eip7928", "bitflags", "nonmax", - "revm-bytecode", - "revm-primitives", + "revm-bytecode 41.0.0", + "revm-primitives 41.0.0", "serde", ] +[[package]] +name = "revm-state" +version = "42.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c4ae66db3abfcb565854dbfc95513bfa440b3dc390ddf8e50b0363d12a6fa79" +dependencies = [ + "alloy-eip7928", + "bitflags", + "nonmax", + "revm-bytecode 42.0.0", + "revm-primitives 42.0.0", +] + [[package]] name = "rfc6979" version = "0.4.0" @@ -9603,6 +9858,15 @@ dependencies = [ "digest 0.10.7", ] +[[package]] +name = "ripemd" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4dd4211456b4172d7e44261920c25acf07367c4f04bb5f5d54fc21b090d9b159" +dependencies = [ + "digest 0.11.3", +] + [[package]] name = "rlimit" version = "0.11.0" @@ -9761,7 +10025,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -9820,7 +10084,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs 0.26.11", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -9841,7 +10105,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs 1.0.9", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -10198,6 +10462,17 @@ dependencies = [ "digest 0.10.7", ] +[[package]] +name = "sha2" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" +dependencies = [ + "cfg-if", + "cpufeatures 0.3.0", + "digest 0.11.3", +] + [[package]] name = "sha3" version = "0.10.9" @@ -10374,7 +10649,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -10551,7 +10826,7 @@ dependencies = [ "ntapi", "objc2-core-foundation", "objc2-io-kit", - "windows 0.62.2", + "windows", ] [[package]] @@ -10608,7 +10883,7 @@ dependencies = [ "getrandom 0.4.3", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -10662,7 +10937,7 @@ dependencies = [ "libc", "log", "rustversion", - "windows 0.61.3", + "windows", ] [[package]] @@ -11726,7 +12001,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -11735,38 +12010,16 @@ 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 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", + "windows-collections", + "windows-core", + "windows-future", + "windows-numerics", ] [[package]] @@ -11775,20 +12028,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" dependencies = [ - "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", + "windows-core", ] [[package]] @@ -11799,20 +12039,9 @@ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" dependencies = [ "windows-implement", "windows-interface", - "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", + "windows-link", + "windows-result", + "windows-strings", ] [[package]] @@ -11821,9 +12050,9 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" dependencies = [ - "windows-core 0.62.2", - "windows-link 0.2.1", - "windows-threading 0.2.1", + "windows-core", + "windows-link", + "windows-threading", ] [[package]] @@ -11848,36 +12077,20 @@ dependencies = [ "syn 2.0.119", ] -[[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 0.62.2", - "windows-link 0.2.1", + "windows-core", + "windows-link", ] [[package]] @@ -11886,18 +12099,9 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" dependencies = [ - "windows-link 0.2.1", - "windows-result 0.4.1", - "windows-strings 0.5.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", + "windows-link", + "windows-result", + "windows-strings", ] [[package]] @@ -11906,16 +12110,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" dependencies = [ - "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", + "windows-link", ] [[package]] @@ -11924,7 +12119,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" dependencies = [ - "windows-link 0.2.1", + "windows-link", ] [[package]] @@ -11969,7 +12164,7 @@ version = "0.61.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" dependencies = [ - "windows-link 0.2.1", + "windows-link", ] [[package]] @@ -12009,7 +12204,7 @@ version = "0.53.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" dependencies = [ - "windows-link 0.2.1", + "windows-link", "windows_aarch64_gnullvm 0.53.1", "windows_aarch64_msvc 0.53.1", "windows_i686_gnu 0.53.1", @@ -12020,22 +12215,13 @@ 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 0.2.1", + "windows-link", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 0f8a3e2..9bfbde2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ alloy = { version = "2.1.1", features = [ "signers", "reqwest-rustls-tls", ], default-features = false } -alloy-evm = { version = "0.37.0", default-features = false } +alloy-evm = { version = "0.38.0", default-features = false } alloy-eips = { version = "2.1.1", default-features = false } alloy-network = { version = "2.1.1", default-features = false } alloy-provider = { version = "2.1.1", default-features = false }