diff --git a/Cargo.lock b/Cargo.lock index 38856890ec1f4..4ca4d0f22416a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -77,9 +77,9 @@ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "alloy" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "754c72f6ae867220976be4693d870f8f9866437f37fdeb5640aa24991e5ff97f" +checksum = "9867f85f660948ddbef071ae484027654c04b62c7decd5b61464a7ed1f8931a0" dependencies = [ "alloy-consensus", "alloy-contract", @@ -114,9 +114,9 @@ dependencies = [ [[package]] name = "alloy-consensus" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99bdf6a3e99089d97e137009956928b41d645035b220cb303eae88182882e9ca" +checksum = "12a542fe1e6a48cfd010a9e8eba1235436de58ee0f1415e588c27d5d556e98df" dependencies = [ "alloy-eips", "alloy-primitives", @@ -137,14 +137,14 @@ dependencies = [ "serde", "serde_json", "serde_with", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] name = "alloy-consensus-any" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18d98872f189ea87063912de45e7e0d6ae44700a8836f8bfa79b3265f0c38bfe" +checksum = "05ac1559726a5e71d6dbab59cbd8ad0988c762105d2ae41ae4f3241a3166262d" dependencies = [ "alloy-consensus", "alloy-eips", @@ -157,9 +157,9 @@ dependencies = [ [[package]] name = "alloy-contract" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f69e65d1b6adc7e46c0e93c2cf3cb4e8646e66a2ced4ba38d542b724acd54774" +checksum = "b86722084d6d07822a6c67e39ae794d437fb9de12fa4127d4f9fd93f89651121" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -175,7 +175,7 @@ dependencies = [ "futures", "futures-util", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tracing", "wasmtimer", @@ -225,14 +225,14 @@ dependencies = [ "crc", "rand 0.8.7", "serde", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] name = "alloy-eip2930" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9441120fa82df73e8959ae0e4ab8ade03de2aaae61be313fbf5746277847ce25" +checksum = "e64579d931b3f8eacc7c9ab0b220e87e9c4816e5c724ede1947b55c2f8e92ae5" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -244,9 +244,9 @@ dependencies = [ [[package]] name = "alloy-eip5792" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11665ed31644cb54a83639f0c747299b37fbaa841a3cd190e2d98fce9a4d8197" +checksum = "f97e28515b8990792f93d1a8709829fdd4dff6508a1b8ca2483a830494bb63e7" dependencies = [ "alloy-primitives", "alloy-serde", @@ -267,14 +267,14 @@ dependencies = [ "k256", "rand 0.8.7", "serde", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] name = "alloy-eip7928" -version = "0.4.5" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3b12337f74cbfa451cb04dac173974814a6ff463079e1793aa09600ba8813ab" +checksum = "3fb59cca9e58f5c624becc3cffb32772dc278f31eeae4606844a88592e8d2672" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -282,14 +282,14 @@ dependencies = [ "borsh", "once_cell", "serde", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] name = "alloy-eips" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74bffa6f6440f1ee3c8cd7bc9dc2b01fd837641ef9bd566bd9f8922e75ff8e6c" +checksum = "d40246adf7468b430fce87945ece8a54ef27fa760dd9f670f5162a412007bdb2" dependencies = [ "alloy-eip2124", "alloy-eip2930", @@ -313,16 +313,16 @@ dependencies = [ [[package]] name = "alloy-ens" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa8a7af8c504c7896dca006666d3d0c69212af69a0b947209c0605fe35b8e66d" +checksum = "be9aa797694e7c55b007aa8f172daef76a83272cbedb8800bdc7038eed3bdb1a" dependencies = [ "alloy-contract", "alloy-primitives", "alloy-provider", "alloy-sol-types", "async-trait", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -341,15 +341,15 @@ dependencies = [ "auto_impl", "derive_more", "revm", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", ] [[package]] name = "alloy-genesis" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f48592ff562892af6a2ebb6e214ed1d2795a6c1dc601c601ef0863583c799003" +checksum = "4951473e6ff25cdf82eb87b6a1a5fbb4af9c97528398a4a62fbf516198ec5028" dependencies = [ "alloy-eips", "alloy-primitives", @@ -388,16 +388,16 @@ dependencies = [ [[package]] name = "alloy-json-rpc" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31de46f2b1948ac9e378212fd79cb963745cbb29cfe08a13c5b675d7e0934a24" +checksum = "7e5722ea29a9a85ecdba2516c58f50d71e77cd25f8ce7e9f4ee8570ddeee6df1" dependencies = [ "alloy-primitives", "alloy-sol-types", "http 1.5.0", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", ] @@ -415,9 +415,9 @@ dependencies = [ [[package]] name = "alloy-network" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa3ea75a876a4cd302c15dad628cc55f1f0b2db7fd4865f57f4e24cea2629298" +checksum = "e2e4d278913f00ab611f5367448a3a800fed173ab791c3cc67b7a1b0d7afd305" dependencies = [ "alloy-consensus", "alloy-consensus-any", @@ -436,14 +436,14 @@ dependencies = [ "futures-utils-wasm", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] name = "alloy-network-primitives" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f93f09f2bee068dcd80bfdf057109d64e37b318f21d3d64851139ca741366dd8" +checksum = "e4e52ae56d1acaa6b46e9d7015b8ae6c10f3d1c213a32ae70b17426a03ae6729" dependencies = [ "alloy-consensus", "alloy-eips", @@ -466,7 +466,7 @@ dependencies = [ "op-alloy", "op-revm", "revm", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -515,9 +515,9 @@ dependencies = [ [[package]] name = "alloy-provider" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e9070296bd2902aac4d9defd85608116eceb319526746257ab97096da2c5603" +checksum = "386124639a5c386329b9f2ef2b42969badbf7bba40422b513e3e5739c516dc34" dependencies = [ "alloy-chains", "alloy-consensus", @@ -551,7 +551,7 @@ dependencies = [ "reqwest 0.13.4", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tracing", "url", @@ -560,9 +560,9 @@ dependencies = [ [[package]] name = "alloy-pubsub" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6f4d232e145165d28fb3e614b934a7af0b0b7b4c67f9c96afc96552114e7de4" +checksum = "ca2c32b323d8001b6e883444b7433804be0e6d55e4dbfd64e3bd2ba025282b77" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -604,9 +604,9 @@ dependencies = [ [[package]] name = "alloy-rpc-client" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87da7170c18c43a5def51f5f166d0260776b721e184c349fae1cd5466cb67362" +checksum = "3dfd3ebc1756426a6a9e17979d4467632aff01f359136c50e5320ac6e32d6b8d" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -630,9 +630,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88813dc63f261e25d158f07063a71e926f36b3ee8076c1e6d8396348452c5f69" +checksum = "417dc664965e36fc43a4f9c8eb8b2d14067a29c430e23470d2c923c1c977bac7" dependencies = [ "alloy-primitives", "alloy-rpc-types-anvil", @@ -647,9 +647,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-anvil" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2771c42b80531e99e4449e0a3ffd8f9830073f1d38576ac1643d2573fe6d922f" +checksum = "5a07bb602ee07767e393b5862f719a1d061deca15e617fbb1f7af49cd49576e4" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -659,9 +659,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-any" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6574846e24e090607d78325e90256c9a5ce4010cf0e663b23d06e01fd74356f0" +checksum = "cd0a6cce3f97e5d9c0048081b5d173e0e406c2056c52c012e578a1d451ff0cdc" dependencies = [ "alloy-consensus-any", "alloy-network-primitives", @@ -674,9 +674,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-beacon" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2f2e2476007e47ae60bc0f048a63963004adcd6fdc3737a200e6115b534f084" +checksum = "905e705ef91d2ed6cf08afbec0f9d79318175785eb146656441e8c644786ee5f" dependencies = [ "alloy-eips", "alloy-primitives", @@ -685,14 +685,14 @@ dependencies = [ "serde", "serde_json", "serde_with", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] name = "alloy-rpc-types-debug" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6083d2989d456e321721ea9b392c48edb949abbe0a8d449feaf6fa74addcd647" +checksum = "32f6d7c9462a3cf3bb046d0b870b86f1ce8c6892157491abebba62913e6f53cb" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -703,9 +703,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-engine" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "436d9fe64a92e47ff668d766e75bd7eaafabafb68abaab235848bd7a3c10a8e0" +checksum = "b6e23b5864b3ed3479285ae9af1924266d60cac839dc559d50da868a0734c1d3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -723,9 +723,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-eth" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acc71ae98333ab278782d59423bd8317e7658954c356e1f4ce559fcea4f4da85" +checksum = "1eb4c87dfdde83cd97e03a8c0c5e986b52e14075e02266e322ac6c7eb02e7399" dependencies = [ "alloy-consensus", "alloy-consensus-any", @@ -740,14 +740,14 @@ dependencies = [ "serde", "serde_json", "serde_with", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] name = "alloy-rpc-types-mev" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4db8cb3571bcd2ef13f79e4094be9f786b57608be4e915baddb061ffe39b057" +checksum = "e97bfdac1ec57f53ab2a0dacfedf382aeba1245ecb4ad7ecd8aeb4438a6c3b9b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -760,23 +760,23 @@ dependencies = [ [[package]] name = "alloy-rpc-types-trace" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eca9bf40e0b129268f874feff8cb73e5de8fc9a371a6b34635afbb18f437bc7d" +checksum = "7d45ae3eadb97bf7933086205b4be0fef82c208bfc3007759e9afdcb6efa74c5" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", "alloy-serde", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] name = "alloy-rpc-types-txpool" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6045fcec2d380218f5847569b1f9388bdd3bf1edb31ebf14a94b364a81247428" +checksum = "ce0d7a9ab748d011daac12902ab9aedf8232d9b070bec6344cadd8509d8a6798" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -786,9 +786,9 @@ dependencies = [ [[package]] name = "alloy-serde" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f11544d72bc87eab3cf4addc61d1f735bf88f3769482eca3deefc0c2558d2d0" +checksum = "2ff89f75b8a9d00f659750e9220c31b42d67c69ffc43b2ac8911dfd0506eb4a6" dependencies = [ "alloy-primitives", "arbitrary", @@ -798,9 +798,9 @@ dependencies = [ [[package]] name = "alloy-signer" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e76dfc1a6c8337e59624b9f6f02245566b7d24e8dab0eb842d57d4fd8777adc3" +checksum = "69e1f6fae3ade809daa4c32bee35a30a439bb307209d7b42f3995988b5cc74b8" dependencies = [ "alloy-dyn-abi", "alloy-primitives", @@ -810,14 +810,14 @@ dependencies = [ "either", "elliptic-curve 0.13.8", "k256", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] name = "alloy-signer-aws" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcd023defb769aff818ce3f4bea56ca475475cd050c3ec961ae67d61ec0283d8" +checksum = "495d56d8b67d1d656d50053cf6263e4191bd626952f0401197eeb755b390924e" dependencies = [ "alloy-consensus", "alloy-network", @@ -828,15 +828,15 @@ dependencies = [ "aws-sdk-kms", "k256", "spki 0.7.3", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", ] [[package]] name = "alloy-signer-gcp" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f93b4996230202974a6922f018b8b0290704763ff2f6e4ad3f3003d29c82a58" +checksum = "85c81d27fc6d869e0a1c1bd2c69d072d56c3b4f4aae0670ad85f4b6d373df064" dependencies = [ "alloy-consensus", "alloy-network", @@ -846,15 +846,15 @@ dependencies = [ "gcloud-sdk", "k256", "spki 0.7.3", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", ] [[package]] name = "alloy-signer-ledger" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c7a07edab9ca0936ef5b122748440b40afae6cb41f5b77b468c113dee90384b" +checksum = "29eedbaa8de81b8c204572a783ac90eeaf7ae6e67fe2f8c2cc3c13c53eb1f1e0" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -866,15 +866,15 @@ dependencies = [ "coins-ledger", "futures-util", "semver 1.0.28", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", ] [[package]] name = "alloy-signer-local" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a9f88d471c719ce2bdf949191f8a1c08bffd0c030606c6a8da0d414454e8bfe" +checksum = "621cc39c34b85875858ef149598f3d5f9797dff9a3247f3606fcc06f9b20acc8" dependencies = [ "alloy-consensus", "alloy-network", @@ -886,15 +886,15 @@ dependencies = [ "eth-keystore", "k256", "rand 0.8.7", - "thiserror 2.0.19", + "thiserror 2.0.20", "zeroize", ] [[package]] name = "alloy-signer-trezor" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c7b1f2c00ff1b7365061fdb679eca4a15ed4e669dc7387e1a3fd088ad704f28" +checksum = "4ef14606034a850914aa4d2b641b2d89d47e62b5eec6087c4f645bc834aec6d5" dependencies = [ "alloy-consensus", "alloy-network", @@ -902,23 +902,23 @@ dependencies = [ "alloy-signer", "async-trait", "semver 1.0.28", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", "trezor-client", ] [[package]] name = "alloy-signer-turnkey" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4c8a711b958fd42589c3900e01ab1ac4db2cf50e62a349a534878100b578254" +checksum = "e7b419b363fa02d29365da1cbbed8c0c8c8561ed257ac498017625e758f516e3" dependencies = [ "alloy-consensus", "alloy-network", "alloy-primitives", "alloy-signer", "async-trait", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", "turnkey_client", ] @@ -998,9 +998,9 @@ dependencies = [ [[package]] name = "alloy-transport" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9399b22a1d2a82c8c30fd527541ba61e574795d0b95f3b902d3473d11489be5" +checksum = "06f4ca8484d6295d5165f67de8fdb00ae630ba585efb606f003171286b56441c" dependencies = [ "alloy-json-rpc", "auto_impl", @@ -1011,7 +1011,7 @@ dependencies = [ "parking_lot", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tower", "tracing", @@ -1021,9 +1021,9 @@ dependencies = [ [[package]] name = "alloy-transport-http" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59b55d7ccf45bec99db692c1266413498d2c9776c390cf148aa590422e31b2d3" +checksum = "8342aa5a7f8dee6d606307eebbc847d9799a823c7e4f37b9c1e32b08715f73c8" dependencies = [ "alloy-json-rpc", "alloy-transport", @@ -1037,9 +1037,9 @@ dependencies = [ [[package]] name = "alloy-transport-ipc" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5843087378580a14098ada3e9184a92f3706828857ad483558ef2fa1080b2dfb" +checksum = "184e03e1845edd5534f309d3169d93969a819ad1609108d9378fd33059de7547" dependencies = [ "alloy-json-rpc", "alloy-pubsub", @@ -1071,7 +1071,7 @@ dependencies = [ "rustls", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", "tokio", "tokio-tungstenite", @@ -1082,9 +1082,9 @@ dependencies = [ [[package]] name = "alloy-transport-ws" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bf93caeb6d84d20060acba53479c9cb55f5364a3d49ab876ad00ef074ce794d" +checksum = "ee146fb5859e612e95570642a29def87c060c7ce47d14a0caa5ab7ee8570ec2c" dependencies = [ "alloy-pubsub", "alloy-transport", @@ -1115,15 +1115,15 @@ dependencies = [ "proptest-derive 0.7.0", "serde", "smallvec", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", ] [[package]] name = "alloy-tx-macros" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de9792a54c0c8cc009883436ff1a60eb091095aced1c167a764bedbbfa0eee79" +checksum = "1d0626c4f3b2028f7e8db32f53c22d9ecd5939f772317b7c4b6fe5219cb0589a" dependencies = [ "darling 0.23.0", "proc-macro2", @@ -1133,9 +1133,9 @@ dependencies = [ [[package]] name = "android_system_properties" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" +checksum = "ae221649c9976a6f6c56ae1facf410f3ddb33cc661c4b7b61020a912d4237fbc" dependencies = [ "libc", ] @@ -1305,13 +1305,13 @@ dependencies = [ "serde", "serde_json", "tempfile", - "tempo-alloy", + "tempo-alloy 1.11.0", "tempo-evm", - "tempo-hardfork", + "tempo-hardfork 1.11.0", "tempo-precompiles", - "tempo-primitives", + "tempo-primitives 1.11.0", "tempo-revm", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tracing", "tracing-subscriber", @@ -1340,7 +1340,7 @@ dependencies = [ "revm", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -1366,7 +1366,7 @@ dependencies = [ "pin-project", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio-util", "tower", "tower-http 0.7.0", @@ -1408,9 +1408,9 @@ dependencies = [ [[package]] name = "archery" -version = "1.2.2" +version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70e0a5f99dfebb87bb342d0f53bb92c81842e100bbb915223e38349580e5441d" +checksum = "33ca55ee147b1926dbea904f50fe4902494e97bc742205abbbf10c709e43815f" [[package]] name = "ark-bls12-381" @@ -1900,9 +1900,9 @@ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" [[package]] name = "aws-config" -version = "1.10.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b180a3c8b55960db3426d8964b8745e652466a1a49fe1a2eda828046d30b5e4" +checksum = "a767267da9e2c2e189b2f9df8b5657e850ecf5352644734ba130d4a57095cf1b" dependencies = [ "aws-credential-types", "aws-runtime", @@ -1943,9 +1943,9 @@ dependencies = [ [[package]] name = "aws-lc-rs" -version = "1.17.3" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00bdb5da18dac48ca2cc7cd4a98e533e8635a58e2361d13a1a4ee3888e0d72f1" +checksum = "ce2b2dcc879c3bae0d371e77c99f2238400ef24ec001394befa67b6e543add9e" dependencies = [ "aws-lc-sys", "untrusted 0.7.1", @@ -1954,9 +1954,9 @@ dependencies = [ [[package]] name = "aws-lc-sys" -version = "0.43.0" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43103168cc76fe62678a375e722fc9cb3a0146159ac5828bc4f0dfd755c2224c" +checksum = "f09fae7be8bb3174e05c6afdb34199e6dc0c7c04ba9fa237b1967adfbde27483" dependencies = [ "cc", "cmake", @@ -1987,14 +1987,14 @@ dependencies = [ "percent-encoding", "pin-project-lite", "tracing", - "uuid 1.24.0", + "uuid 1.25.0", ] [[package]] name = "aws-sdk-kms" -version = "1.114.0" +version = "1.116.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0b7d906608ee41e7ddea9983577ba82200435644d567d63dc34e822e088b453" +checksum = "484ecdbea2a1cfc0e6eea69ce0a665f93913671b303ba40b2361b1d826544e7e" dependencies = [ "arc-swap", "aws-credential-types", @@ -2018,9 +2018,9 @@ dependencies = [ [[package]] name = "aws-sdk-sso" -version = "1.105.0" +version = "1.107.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ffd0fbe7873cb548a7aa60f9573c268fff94155397fd4f14dc9f1ecaaab8516" +checksum = "769b0abd0f89cfe11da5099986dd493e4f94347ce9a4562cb86ddecfe926b6c0" dependencies = [ "arc-swap", "aws-credential-types", @@ -2044,9 +2044,9 @@ dependencies = [ [[package]] name = "aws-sdk-ssooidc" -version = "1.107.0" +version = "1.109.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "175763eb222a46377df7aa257a3bca980ab3e96703fefc8f4d0b8da6ad2e254c" +checksum = "f4075b8a2c8cda4076a3dcc43b9d6dabd93e0c2502abeaaf7e14aaead9bb312b" dependencies = [ "arc-swap", "aws-credential-types", @@ -2070,9 +2070,9 @@ dependencies = [ [[package]] name = "aws-sdk-sts" -version = "1.110.0" +version = "1.112.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8b14781dfbff48984017d57167b6ea0b6471c6920ec52b44a2677c7feb3c13" +checksum = "3f582002918346a3e685be1b391c7bea155073088cea6bd4e4b7663df9e43b6c" dependencies = [ "arc-swap", "aws-credential-types", @@ -2151,9 +2151,9 @@ dependencies = [ [[package]] name = "aws-smithy-http-client" -version = "1.2.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "635d23afda0a6ab48d666c4d447c4873e8d1e83518a2be2093122397e50b838e" +checksum = "ebfd138fac0337cee7516c352757ea73b9f2266e57d0bcb5bc70e9547e45aef1" dependencies = [ "aws-smithy-async", "aws-smithy-runtime-api", @@ -2208,9 +2208,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime" -version = "1.12.1" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07505b34e8f4b3591a4fa69e9792b52289b95488dbbc68c3c0075b7bedb245e1" +checksum = "b82e438d30e02a825d363bd639a9efaed68a8089d86101054b0081e7e0d3e606" dependencies = [ "aws-smithy-async", "aws-smithy-http", @@ -2234,9 +2234,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b98f2e1fd67ec06618f9c291e5e495a468e60519e44c9c1979cd0521f3affdb" +checksum = "954c563ce84507722d2679f07a35d21b9c6466b3872d513020d0281fc8112ac9" dependencies = [ "aws-smithy-async", "aws-smithy-runtime-api-macros", @@ -2274,9 +2274,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.6.1" +version = "1.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6dc683efb34b9e755675b37fedbe0103141e5b6df7bdc9eb6967756a8c167d8" +checksum = "fce83ce9abbb198d25bc7131e468d0f9fe1257125e58c39f3f9fc9f5098c9647" dependencies = [ "base64-simd", "bytes", @@ -2467,9 +2467,9 @@ checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" [[package]] name = "bitcoin-consensus-encoding" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "207311705279250ba465076a1bac4b1ac982855fff73fc5f67e22158ac58cdc9" +checksum = "6712f9c6fd6785b3b270884e57c441c403dc5d7e19ca45368c97c7a1de3000ec" dependencies = [ "bitcoin-internals", "hex-conservative 1.2.0", @@ -2537,11 +2537,10 @@ dependencies = [ [[package]] name = "blake3" -version = "1.8.5" +version = "1.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0aa83c34e62843d924f905e0f5c866eb1dd6545fc4d719e803d9ba6030371fce" +checksum = "6d9e454fc11f76977dc803893aff6304ed33d6a26efae8696573bea74baa27ae" dependencies = [ - "arrayref", "arrayvec", "cc", "cfg-if", @@ -2660,7 +2659,7 @@ dependencies = [ "tag_ptr", "tap", "thin-vec", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", "xsum", ] @@ -2755,7 +2754,7 @@ version = "3.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6dee98b0db6a962de883bf5d20362dee4d7ca0d12fe39a7c6c73c844e1cd7c1f" dependencies = [ - "darling 0.20.11", + "darling 0.23.0", "ident_case", "prettyplease", "proc-macro2", @@ -2806,9 +2805,9 @@ dependencies = [ [[package]] name = "bstr" -version = "1.13.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f7dc094d718f2e1c1559ad110e27eeaae14a5465d3d56dd6dbd793079fbd530" +checksum = "6bb31b46c14244e20ee9984b11bf5c992b91fb6939fea616e3512c8baecdbe5f" dependencies = [ "memchr", "regex-automata", @@ -2844,13 +2843,13 @@ dependencies = [ [[package]] name = "bytemuck_derive" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f65693059b6b9c588b9f62fed1cedbf0a8b805631457ea162d68f0de186f3de5" +checksum = "fc0e56a716f1e132ff6bf4bdac1c944a3fcdc1cae65f70a4a2a1ac3b401d2d1f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.119", + "syn 3.0.3", ] [[package]] @@ -2923,7 +2922,7 @@ dependencies = [ "semver 1.0.28", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -2999,10 +2998,10 @@ dependencies = [ "serde", "serde_json", "tempfile", - "tempo-alloy", - "tempo-contracts", - "tempo-hardfork", - "tempo-primitives", + "tempo-alloy 1.11.0", + "tempo-contracts 1.11.0", + "tempo-hardfork 1.11.0", + "tempo-primitives 1.11.0", "tokio", "tower", "tracing", @@ -3022,9 +3021,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.4.0" +version = "1.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5add81bb678e6cb321aff7fa0dc7689ad82b112dbc032cea19f91d6b8e3582b9" +checksum = "0ad534f4357a5264cce5019c989cf66a4f0dc4e0d1b1d15f8aacec0ff7360273" dependencies = [ "find-msvc-tools", "jobserver", @@ -3169,9 +3168,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.6.5" +version = "4.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "301b56658598e48f3648647ac6fc887be7e7108eddfa4e9b63fcf3ec58c0cadf" +checksum = "473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca" dependencies = [ "clap_builder", "clap_derive", @@ -3189,9 +3188,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.6.5" +version = "4.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94a65403d1a1bd28f7dc68eb8506e8874808ee5eecb59298de588e2e1407a078" +checksum = "7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889" dependencies = [ "anstream", "anstyle", @@ -3204,18 +3203,18 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.6.8" +version = "4.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f84a88507dbd05c695f2cb5e8558e747179134005e9893882dec964190ed89" +checksum = "3be2ad0423bdbbb0e25bc89add796f3559706d4a95e1bc98e4d9662a957b6a19" dependencies = [ "clap", ] [[package]] name = "clap_complete_nushell" -version = "4.6.1" +version = "4.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "933b05d5d83ff65fd7eaf5d106c792f2264908790a2642aca57429767b762ce2" +checksum = "ffb66bc82eb9c92b1727310ae2c5868df22ae7cf46185bc5c544a4fa71955e49" dependencies = [ "clap", "clap_complete", @@ -3247,16 +3246,16 @@ checksum = "d669bb552908e336ad5681789752033b45566b7e591aeaac7a614e58e5d6d8f2" dependencies = [ "nix 0.31.3", "terminfo", - "thiserror 2.0.19", + "thiserror 2.0.20", "which", "windows-sys 0.61.2", ] [[package]] name = "cliclack" -version = "0.5.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fd2a475e9dff35ddebd459b0523aab732572581f7fe53133edd20b3330a0ce6" +checksum = "134778b6a125729ff495c23ba32f64e0c26d61edd52f1f6715a0d036785cf30b" dependencies = [ "console", "indicatif", @@ -3349,9 +3348,9 @@ dependencies = [ [[package]] name = "coins-ledger" -version = "0.13.0" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c707b8909cef367cd04a11b0d71d65ab34a625d295a07869dd2fff2ca95bf688" +checksum = "95d2ea3b8d4423c5c82f9aa4738f7e9d952f2a9c092104696feca7d821028bd2" dependencies = [ "async-trait", "byteorder", @@ -3440,9 +3439,9 @@ checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335" [[package]] name = "commonware-actor" -version = "2026.7.0" +version = "2026.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beac6262223b45c6843ab70b245b526b28836a8257b1759a509ba5fab24fa4a6" +checksum = "c51f1d2adda7330ae87c9ac815d707a2a41bb91a11dc1a588e5a81fe2a5a2b1b" dependencies = [ "cfg-if", "commonware-macros", @@ -3454,9 +3453,9 @@ dependencies = [ [[package]] name = "commonware-broadcast" -version = "2026.7.0" +version = "2026.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a2d7e56dc894ad3f55dbe5726468915492ae8e4650ad2a45c1bcfd138c2037f" +checksum = "0f0e4a50ee1fa3ed2db220da0b0b85546556edc20cc5b71acc90af3d50a94821" dependencies = [ "commonware-actor", "commonware-codec", @@ -3465,15 +3464,15 @@ dependencies = [ "commonware-p2p", "commonware-runtime", "commonware-utils", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", ] [[package]] name = "commonware-codec" -version = "2026.7.0" +version = "2026.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8eb7efe071cea13e8b23a0a7f584398870c401d2b2aabfb6b9ab3634ebcba3a" +checksum = "785ff1148d798363638d83a1dfcca9db8ac6001a27292a23dc10a8595e1ee480" dependencies = [ "bytes", "cfg-if", @@ -3481,14 +3480,14 @@ dependencies = [ "commonware-macros", "paste", "rand_chacha 0.10.0", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] name = "commonware-codec-macros" -version = "2026.7.0" +version = "2026.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a876bec347344381948901d0f5ec2e9443ebc8dbab99a63bc2db78c2fc2efbdd" +checksum = "3e308eca99c0be5ae7d8c19ecb5c2c85b7484b3b7e24f6e36eaed46a9a7cad0c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3498,9 +3497,9 @@ dependencies = [ [[package]] name = "commonware-coding" -version = "2026.7.0" +version = "2026.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "409e9997c1bb3273b9570c26ddef4f252327c9bf18968d4439a83cfd1d3e5661" +checksum = "d561336cf1562aca4ac8df2c51035fdab8bd9d8a6f23764ba3c7ad9b87f574c9" dependencies = [ "bytes", "commonware-codec", @@ -3512,14 +3511,14 @@ dependencies = [ "commonware-utils", "num-rational", "rayon", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] name = "commonware-consensus" -version = "2026.7.0" +version = "2026.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acf15e3402e26f062695d4dd5e4b5967f601dc7303d06b9fafdb20a6485a3a0a" +checksum = "b8c854f77e510cf97cffcf02723737bca035ee77b1aa9fc7d6dd88694d3c8f0d" dependencies = [ "bytes", "cfg-if", @@ -3542,15 +3541,15 @@ dependencies = [ "rand 0.10.2", "rand_core 0.10.1", "rayon", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", ] [[package]] name = "commonware-cryptography" -version = "2026.7.0" +version = "2026.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b842f31e1aaa1af284a1f9dc4f1234761f72d07e70d53cf3f1521b0870ade094" +checksum = "57bb1a88685e18438cea8258ae5073c89175dcd7c1f8711f5b60ef0be17c80ff" dependencies = [ "ahash", "anyhow", @@ -3583,16 +3582,16 @@ dependencies = [ "rand_chacha 0.10.0", "rand_core 0.10.1", "sha2 0.11.0", - "thiserror 2.0.19", + "thiserror 2.0.20", "x25519-dalek", "zeroize", ] [[package]] name = "commonware-formatting" -version = "2026.7.0" +version = "2026.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab01b7f2798e29b0a4f7b47da5b7f3c106881578af3e69e8d2ee9d89d7c1d4fd" +checksum = "15d388a79f0fad7ad9fad6b5f4a594c1e6675935221224aaa4d7e376b362c203" dependencies = [ "commonware-macros", "const-hex", @@ -3600,9 +3599,9 @@ dependencies = [ [[package]] name = "commonware-macros" -version = "2026.7.0" +version = "2026.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39e37a17d5c99ec6711098c6614af1023fd32926aa0414ec0f0613f6bb940278" +checksum = "b49853beaa75a447c448eaf6a48a38ba247a85792807956bc4487565a35fa35b" dependencies = [ "commonware-macros-impl", "tokio", @@ -3610,9 +3609,9 @@ dependencies = [ [[package]] name = "commonware-macros-impl" -version = "2026.7.0" +version = "2026.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d44bceee874226efca172f0e9ec9ec4eb486788ba6be1d98710f3f159b807af" +checksum = "b4b099d6d10014a6ab1ae0b112c8329570adacc1fdbf6b27c9aebb38195f4eee" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3623,9 +3622,9 @@ dependencies = [ [[package]] name = "commonware-math" -version = "2026.7.0" +version = "2026.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "593fa0c5aa8bd8d350724b9b1ad4e85072845aa85a06b39ca4598998bbec1e00" +checksum = "4fd414779c4ebd26d9806cf012ad4f490555844aedafafa64cc26428e2f854f1" dependencies = [ "bytes", "commonware-codec", @@ -3637,9 +3636,9 @@ dependencies = [ [[package]] name = "commonware-p2p" -version = "2026.7.0" +version = "2026.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47f974fcd27c0dad7ae73caeaf00c8330fd29c60f5ff1f679ccc1a51c8ed95bc" +checksum = "3775a5d3bb4dcb20d654ff64b5504234822995dc16cb4417ea65b03225944ed7" dependencies = [ "commonware-actor", "commonware-codec", @@ -3658,15 +3657,15 @@ dependencies = [ "rand 0.10.2", "rand_core 0.10.1", "rand_distr", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", ] [[package]] name = "commonware-parallel" -version = "2026.7.0" +version = "2026.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7109817274c671f1fb0ba17cf8aecfbb70672d29379284feeac43fa1b1dc0201" +checksum = "b7a1b76ed5be614064839d20ec70f0177f92ba7da04dea0f5b0411c7e10a9ad6" dependencies = [ "cfg-if", "commonware-macros", @@ -3677,9 +3676,9 @@ dependencies = [ [[package]] name = "commonware-resolver" -version = "2026.7.0" +version = "2026.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a497cc9e9a2cd205d96474d0d40c7731f29085cd467adbe9ff0f94719659582" +checksum = "5958d4f162dc81cecf87cda2c00fdca00a750c994149f776d0b1ed39e0bb921c" dependencies = [ "bytes", "commonware-actor", @@ -3693,15 +3692,15 @@ dependencies = [ "futures", "rand 0.10.2", "rand_core 0.10.1", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", ] [[package]] name = "commonware-runtime" -version = "2026.7.0" +version = "2026.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a84bc6cefb099b1ffce3e04705a1e61e91d895b9f09b9e1be14c8ec5823c181" +checksum = "082c8a0fc3962c3aceddf9f5532322b15564369a7b9bf846220ff750051ce9cb" dependencies = [ "ahash", "axum", @@ -3730,7 +3729,7 @@ dependencies = [ "rayon", "sha2 0.11.0", "sysinfo", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tracing", "tracing-opentelemetry", @@ -3739,9 +3738,9 @@ dependencies = [ [[package]] name = "commonware-runtime-macros" -version = "2026.7.0" +version = "2026.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13f7b39ef9fd9f1df4fe4445c9a5ec5ba012d90d1602b12a8b8626a8563ab02c" +checksum = "e4982c0997b8a5d2039234a55fff383e443cc72f0c7b2a52b8ab93075c3edeae" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3751,9 +3750,9 @@ dependencies = [ [[package]] name = "commonware-storage" -version = "2026.7.0" +version = "2026.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eac18e2b696ab7bbecf1059bc3b8d39fc0af002180906d65c7df3112fd9385de" +checksum = "627b4a7d67ab75bf4d8115fd883d74b9839b36a1405f5b23a874827a62dfceb1" dependencies = [ "ahash", "anyhow", @@ -3769,16 +3768,16 @@ dependencies = [ "futures", "futures-util", "hashbrown 0.16.1", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", "zstd", ] [[package]] name = "commonware-stream" -version = "2026.7.0" +version = "2026.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8890b69e3fa209bc9e87d199ff60ca5a21c88322d32914847511887e6dc5364b" +checksum = "0ce2d3acfc869e78d33577c1284d9cf2a0a67f98fcf09ab5d6e43efeed2d2bf4" dependencies = [ "chacha20poly1305", "commonware-codec", @@ -3789,16 +3788,16 @@ dependencies = [ "commonware-utils", "futures", "rand_core 0.10.1", - "thiserror 2.0.19", + "thiserror 2.0.20", "x25519-dalek", "zeroize", ] [[package]] name = "commonware-utils" -version = "2026.7.0" +version = "2026.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a484dd46b738d9b5ba892312425e71e6afaf4320e388d74449bd9ca0ea14cd76" +checksum = "54c7b4991ff7135416985adf3bf39f16f77cd2066fbbe2e3854e99379d90c6e5" dependencies = [ "ahash", "bytes", @@ -3818,7 +3817,7 @@ dependencies = [ "parking_lot", "pin-project", "rand 0.10.2", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tracing", "zeroize", @@ -4029,9 +4028,9 @@ dependencies = [ [[package]] name = "crc32fast" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" +checksum = "8498c871161e1742aaa9d52551b2d6ebdd4c3d45a3be423e3728f33b955be550" dependencies = [ "cfg-if", ] @@ -4302,12 +4301,12 @@ dependencies = [ [[package]] name = "darling" -version = "0.24.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88490bf1b990d87eaaa7ac8aa887f629a08e7359765b4911faf63c3763347d23" +checksum = "ed17f5901b6630b993ca003def43f2f8ef4014fc13b047b57aad617ff32bc2ec" dependencies = [ - "darling_core 0.24.0", - "darling_macro 0.24.0", + "darling_core 0.24.1", + "darling_macro 0.24.1", ] [[package]] @@ -4340,9 +4339,9 @@ dependencies = [ [[package]] name = "darling_core" -version = "0.24.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "084e274f91c482280130e1e34e0b8d6e66776a060d7b6de7b84289ca778868c4" +checksum = "6837e2cf7485aaae18f86181d2f0e9a7ed297a025e220aeabf63fdebd3a2ddff" dependencies = [ "ident_case", "proc-macro2", @@ -4375,11 +4374,11 @@ dependencies = [ [[package]] name = "darling_macro" -version = "0.24.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68f5792fa0d41cd2325ce0ffa64f0a340eaebd4971a3a0c5e1ffd2cc488a355e" +checksum = "2ac7135c3ef02b2f7833bbeb1be5ba7f966dcde8a87c6b87f65a778d71a02785" dependencies = [ - "darling_core 0.24.0", + "darling_core 0.24.1", "quote", "syn 3.0.3", ] @@ -4434,7 +4433,7 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e" dependencies = [ - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -4794,9 +4793,9 @@ dependencies = [ [[package]] name = "either" -version = "1.17.0" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d" +checksum = "252afb9ae5eaa683babdc6a068b3f5726eb19e05070c731f9b2a23a7c3e8ed34" dependencies = [ "serde", ] @@ -4945,9 +4944,9 @@ dependencies = [ [[package]] name = "error-code" -version = "3.3.2" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59" +checksum = "0b5343afd4a8365a643ac588dab4cf234a190c7f6c88c9f6dd6ffe00837661b7" [[package]] name = "eth-keystore" @@ -5046,10 +5045,11 @@ dependencies = [ [[package]] name = "eyre" -version = "0.6.12" +version = "0.6.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" +checksum = "c08309dbcc659c5549a24ddb9b27027640641b282ef5768267c7e675558986a3" dependencies = [ + "autocfg", "indenter", "once_cell", ] @@ -5068,9 +5068,9 @@ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" [[package]] name = "fast-float2" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8eb564c5c7423d25c886fb561d1e4ee69f72354d16918afa32c08811f6b6a55" +checksum = "c6e8948ce679d00a02a94739ea185595dca7118ed04feb991127e443bd3d761f" [[package]] name = "fastrand" @@ -5164,9 +5164,9 @@ dependencies = [ [[package]] name = "find-msvc-tools" -version = "0.1.9" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" +checksum = "d45db016d36b838f563236e9193d0ee6ce38f3f68b6c94e914b4929c96bbb890" [[package]] name = "fixed-cache" @@ -5230,12 +5230,12 @@ dependencies = [ [[package]] name = "float16" -version = "0.1.5" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bffafbd079d520191c7c2779ae9cf757601266cf4167d3f659ff09617ff8483" +checksum = "a9442b5e9a7997eace4990debae01c1b69a1a601b9eeef7fada6c3f3edeff4a1" dependencies = [ "cfg-if", - "rustc_version 0.2.3", + "rustc_version 0.4.1", ] [[package]] @@ -5330,8 +5330,8 @@ dependencies = [ "soldeer-core", "svm-rs", "tempfile", - "tempo-alloy", - "thiserror 2.0.19", + "tempo-alloy 1.11.0", + "thiserror 2.0.20", "tokio", "toml_edit", "tower-http 0.7.0", @@ -5387,7 +5387,7 @@ dependencies = [ "heck", "solar-compiler", "solar-lint", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -5432,9 +5432,9 @@ dependencies = [ "serde", "serde_json", "tempfile", - "tempo-alloy", - "tempo-primitives", - "thiserror 2.0.19", + "tempo-alloy 1.11.0", + "tempo-primitives 1.11.0", + "thiserror 2.0.20", "tokio", "tracing", "yansi", @@ -5551,7 +5551,7 @@ dependencies = [ "semver 1.0.28", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", ] @@ -5604,11 +5604,11 @@ dependencies = [ "serde_json", "solar-compiler", "tempfile", - "tempo-contracts", - "tempo-hardfork", + "tempo-contracts 1.11.0", + "tempo-hardfork 1.11.0", "tempo-precompiles", - "tempo-primitives", - "thiserror 2.0.19", + "tempo-primitives 1.11.0", + "thiserror 2.0.20", "toml 1.1.4+spec-1.1.0", "tracing", "walkdir", @@ -5667,7 +5667,7 @@ dependencies = [ "solar-compiler", "strsim", "tempfile", - "tempo-primitives", + "tempo-primitives 1.11.0", "tikv-jemallocator", "tokio", "toml 1.1.4+spec-1.1.0", @@ -5744,9 +5744,9 @@ dependencies = [ "sha2 0.11.0", "solar-compiler", "tempfile", - "tempo-alloy", - "tempo-primitives", - "thiserror 2.0.19", + "tempo-alloy 1.11.0", + "tempo-primitives 1.11.0", + "thiserror 2.0.20", "tokio", "tower", "tracing", @@ -5777,7 +5777,7 @@ dependencies = [ "serde", "serde_json", "similar-asserts", - "tempo-alloy", + "tempo-alloy 1.11.0", "yansi", ] @@ -5794,7 +5794,7 @@ dependencies = [ "foundry-compilers-artifacts", "foundry-compilers-core", "fs_extra", - "itertools 0.13.0", + "itertools 0.15.0", "path-slash", "rand 0.10.2", "rayon", @@ -5806,7 +5806,7 @@ dependencies = [ "svm-rs", "svm-rs-builds", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", "winnow 1.0.4", "yansi", @@ -5836,7 +5836,7 @@ dependencies = [ "semver 1.0.28", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", "yansi", ] @@ -5869,7 +5869,7 @@ dependencies = [ "serde_json", "svm-rs", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "walkdir", "xxhash-rust", @@ -5908,7 +5908,7 @@ dependencies = [ "soldeer-core", "strum 0.28.0", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "toml 1.1.4+spec-1.1.0", "toml_edit", "tracing", @@ -5971,11 +5971,11 @@ dependencies = [ "serde", "serde_json", "tempo-precompiles", - "tempo-primitives", - "thiserror 2.0.19", + "tempo-primitives 1.11.0", + "thiserror 2.0.20", "tokio", "tracing", - "uuid 1.24.0", + "uuid 1.25.0", ] [[package]] @@ -6036,14 +6036,14 @@ dependencies = [ "revm-inspectors", "serde", "serde_json", - "tempo-alloy", - "tempo-contracts", + "tempo-alloy 1.11.0", + "tempo-contracts 1.11.0", "tempo-evm", - "tempo-hardfork", + "tempo-hardfork 1.11.0", "tempo-precompiles", - "tempo-primitives", + "tempo-primitives 1.11.0", "tempo-revm", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tracing", "url", @@ -6086,7 +6086,7 @@ dependencies = [ "revm", "serde", "solar-compiler", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", ] @@ -6103,7 +6103,7 @@ dependencies = [ "op-revm", "revm", "serde", - "tempo-hardfork", + "tempo-hardfork 1.11.0", ] [[package]] @@ -6121,7 +6121,7 @@ dependencies = [ "revm", "serde", "serde_json", - "tempo-contracts", + "tempo-contracts 1.11.0", ] [[package]] @@ -6148,7 +6148,7 @@ dependencies = [ "serde", "serde_json", "shlex", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", "wait-timeout", ] @@ -6185,7 +6185,7 @@ dependencies = [ "snapbox", "solar-compiler", "tempfile", - "tempo-contracts", + "tempo-contracts 1.11.0", "tempo-precompiles", "tokio", "tracing", @@ -6207,7 +6207,7 @@ dependencies = [ "revm", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tracing", "url", @@ -6222,7 +6222,7 @@ dependencies = [ "foundry-compilers", "rayon", "semver 1.0.28", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -6257,8 +6257,8 @@ dependencies = [ "revm", "serde", "serde_json", - "tempo-alloy", - "tempo-primitives", + "tempo-alloy 1.11.0", + "tempo-primitives 1.11.0", "tempo-revm", ] @@ -6331,14 +6331,14 @@ dependencies = [ "serde", "serde_json", "tempfile", - "tempo-alloy", - "thiserror 2.0.19", + "tempo-alloy 1.10.1", + "thiserror 2.0.20", "time", "tokio", "tower", "tower-http 0.7.0", "tracing", - "uuid 1.24.0", + "uuid 1.25.0", "webbrowser", "zeroize", ] @@ -6385,9 +6385,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" [[package]] name = "futures" -version = "0.3.33" +version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a88cf1f829d945f548cf8fec32c61b1f202b6d93b45848602fc02af4b12ad218" +checksum = "9a31d2a3fbaaeb2af2368bbdd904aa8e812d3c04a1ee10d3171f52d556e5d0a3" dependencies = [ "futures-channel", "futures-core", @@ -6400,9 +6400,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.33" +version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae" +checksum = "b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4" dependencies = [ "futures-core", "futures-sink", @@ -6423,15 +6423,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.33" +version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7" +checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e" [[package]] name = "futures-executor" -version = "0.3.33" +version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6754879cc9f2c66f88c6e5c35344bb0bdb0708b0352b1201815667c7eabc7458" +checksum = "031b47cf1a3c6cc8bc2fc76cd437f521619387907d469316e7c0bc278f1f5432" dependencies = [ "futures-core", "futures-task", @@ -6440,9 +6440,9 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.33" +version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a" +checksum = "53c0fa8157de1303bfffdaa1cc2a673bfffb60102f76b0ef4441659124373fed" [[package]] name = "futures-lite" @@ -6459,26 +6459,26 @@ dependencies = [ [[package]] name = "futures-macro" -version = "0.3.33" +version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b" +checksum = "9fb9654ba8355388abeb8dcb4fc62f511300867002afc858860463bdd9fe0c44" dependencies = [ "proc-macro2", "quote", - "syn 2.0.119", + "syn 3.0.3", ] [[package]] name = "futures-sink" -version = "0.3.33" +version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307" +checksum = "1944426bf7d03f1d14f708785e4b33efd750b36d48a157b836b3efc15ede8e1d" [[package]] name = "futures-task" -version = "0.3.33" +version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109" +checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd" [[package]] name = "futures-timer" @@ -6488,9 +6488,9 @@ checksum = "af43fadb8a98512d547e37b4e92e0ced13e205c061b87b4623eff01d918d6968" [[package]] name = "futures-util" -version = "0.3.33" +version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa" +checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc" dependencies = [ "futures-channel", "futures-core", @@ -6676,9 +6676,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.16" +version = "0.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9f37a958b41b3b19ee2707c06439c0e9e547e847223eb791ecb0cb821c65e27" +checksum = "839c0e8a181239723652be9062bb56ca5bf5f64011f73b623f6f4fc59086a228" dependencies = [ "atomic-waker", "bytes", @@ -6880,9 +6880,9 @@ dependencies = [ [[package]] name = "http-body-util" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2" +checksum = "23169fe34a5fbcdd3f3862e78fb9b6fccd5f02a6dc6f732547005d45631ce71c" dependencies = [ "bytes", "futures-core", @@ -7030,9 +7030,9 @@ dependencies = [ [[package]] name = "icu_locale_core" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" +checksum = "d56e28588da92eee5c3201a6eff33fabdd49b62269c8938d4ff050ce4d900deb" dependencies = [ "displaydoc", "litemap", @@ -7089,9 +7089,9 @@ checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" [[package]] name = "icu_provider" -version = "2.2.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" +checksum = "d27bbb9d3abbefac45d55f647c9de1d44aafcd1186eb91879afef17c396c3e73" dependencies = [ "displaydoc", "icu_locale_core", @@ -7272,9 +7272,9 @@ dependencies = [ [[package]] name = "inotify" -version = "0.11.4" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "153be1941a183ec9ccd095ddbe17a8b8d435ef6c76e9e02451b933c3999af2c8" +checksum = "4cc00ea907cab49550b7da656f80ebb97be1b997d931fbcd28d39734e17ce592" dependencies = [ "bitflags 2.13.1", "inotify-sys", @@ -7305,7 +7305,7 @@ version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2bf84e73fa6f27f299dec58e13223cf70db80da872eb921d4f6138342a0eabc8" dependencies = [ - "darling 0.24.0", + "darling 0.24.1", "indoc", "proc-macro2", "quote", @@ -7432,10 +7432,12 @@ dependencies = [ "defmt", "jiff-core", "jiff-static", + "jiff-tzdb-platform", "log", "portable-atomic", "portable-atomic-util", "serde_core", + "windows-link 0.2.1", ] [[package]] @@ -7459,6 +7461,21 @@ dependencies = [ "syn 2.0.119", ] +[[package]] +name = "jiff-tzdb" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "142bd39932ad231f10513df9ab62661fead8719872150b7ad02a2df79f4e141e" + +[[package]] +name = "jiff-tzdb-platform" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8" +dependencies = [ + "jiff-tzdb", +] + [[package]] name = "jni" version = "0.22.4" @@ -7471,7 +7488,7 @@ dependencies = [ "jni-sys", "log", "simd_cesu8", - "thiserror 2.0.19", + "thiserror 2.0.20", "walkdir", "windows-link 0.2.1", ] @@ -7520,9 +7537,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.103" +version = "0.3.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102" +checksum = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a" dependencies = [ "cfg-if", "futures-util", @@ -7581,7 +7598,7 @@ checksum = "bde5057d6143cc94e861d90f591b9303d6716c6b9602309150bd068853c10899" dependencies = [ "hashbrown 0.16.1", "portable-atomic", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -7595,9 +7612,9 @@ dependencies = [ [[package]] name = "keccak" -version = "0.2.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e24a010dd405bd7ed803e5253182815b41bf2e6a80cc3bfc066658e03a198aa" +checksum = "d8f198d1db720e4940b5a493201d199d9f24f568f8f746bd13706243a2f71598" dependencies = [ "cfg-if", "cpufeatures 0.3.0", @@ -7683,9 +7700,9 @@ dependencies = [ [[package]] name = "libredox" -version = "0.1.19" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2026a5056764a10b2bf5d56488cba40da507f5493a6a429340e2004d9ed085fa" +checksum = "28d0a00925a9f930d679b6789b721e3a7f9ed110f41b86d2497caa780c3a070a" dependencies = [ "libc", ] @@ -7730,9 +7747,9 @@ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" [[package]] name = "litemap" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" +checksum = "47d9d19d1d6efa0109d2f65ff4c85cddd50bd572e5a00127ab10987290bcefae" [[package]] name = "litrs" @@ -7751,9 +7768,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.33" +version = "0.4.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" +checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6" dependencies = [ "value-bag", ] @@ -8031,12 +8048,12 @@ dependencies = [ "serde_json_canonicalizer", "sha2 0.11.0", "subtle", - "tempo-alloy", - "thiserror 2.0.19", + "tempo-alloy 1.10.1", + "thiserror 2.0.20", "time", "tokio", "tokio-tungstenite", - "uuid 1.24.0", + "uuid 1.25.0", ] [[package]] @@ -8051,7 +8068,7 @@ version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fa56da58097c7ae893c4097bb6d91bb5f7fa330053e07e033349db4d5f83ba8" dependencies = [ - "uuid 1.24.0", + "uuid 1.25.0", ] [[package]] @@ -8243,9 +8260,9 @@ dependencies = [ [[package]] name = "num-integer" -version = "0.1.46" +version = "0.1.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" +checksum = "7ce2d95d4b3734dc35aa2f45e1aa22cd416814592a4f9d9205e11affd5b8e10b" dependencies = [ "num-traits", ] @@ -8427,7 +8444,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b685c8311c9171d1bd2895222965d25616b2de2cb5819dd3504ed9250df9fecd" dependencies = [ "ahash", - "hashbrown 0.16.1", + "hashbrown 0.17.1", "parking_lot", "stable_deref_trait", ] @@ -8468,7 +8485,7 @@ dependencies = [ "reth-zstd-compressors", "serde", "serde_with", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -8521,7 +8538,7 @@ dependencies = [ "reth-rpc-traits", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -8541,7 +8558,7 @@ dependencies = [ "serde", "sha2 0.10.9", "snap", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -8588,7 +8605,7 @@ dependencies = [ "futures-sink", "js-sys", "pin-project-lite", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", ] @@ -8618,7 +8635,7 @@ dependencies = [ "opentelemetry_sdk", "prost 0.14.4", "reqwest 0.13.4", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -8645,7 +8662,7 @@ dependencies = [ "percent-encoding", "portable-atomic", "rand 0.9.5", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-stream", ] @@ -8852,9 +8869,9 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "pest" -version = "2.8.8" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7df728be843c7070fab6ab7c328c4e9e9d78e23bf749c0669c86ee7ebfa050a2" +checksum = "5a07a60cc7a4d00c91f95c685609d1d2f79050e6804b70ebedd7650f0b839bcf" dependencies = [ "memchr", "ucd-trie", @@ -8862,9 +8879,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.8.8" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e2dd6fc3b26b3462ee188aac870f5a41d398f1cd5e2408d16531bd71c9591fd" +checksum = "b3a83744a5c8455b8b3e0dc5031362780a347c878bdd11584d1a8984228cc88d" dependencies = [ "pest", "pest_generator", @@ -8872,9 +8889,9 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.8.8" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a7a9205cfb6f596a9e8b689c0a15f9ceb7a1aafae7aaf788150ac65b29975b6" +checksum = "e0cd3451aa3de60d4b9a1e736885e4dea6b31617598026f12256ad566d63304a" dependencies = [ "pest", "pest_meta", @@ -8885,9 +8902,9 @@ dependencies = [ [[package]] name = "pest_meta" -version = "2.8.8" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85abd351c0de1e8384fc791a0737111a350394937e92b956b743dac12429f57c" +checksum = "e04d3a0849e241d7dfce834c83b1c5edc8622009e8dd51a12ba1927c32f05496" dependencies = [ "pest", ] @@ -9079,9 +9096,9 @@ dependencies = [ [[package]] name = "pkg-config" -version = "0.3.33" +version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" +checksum = "f6b464fbc74e149a392436b17d523f769e057cb6877f6a5c4618bc6f11800548" [[package]] name = "plain_hasher" @@ -9133,9 +9150,9 @@ dependencies = [ [[package]] name = "portable-atomic" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3" +checksum = "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85" [[package]] name = "portable-atomic-util" @@ -9148,9 +9165,9 @@ dependencies = [ [[package]] name = "potential_utf" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" +checksum = "d83eb9bc6d8e5cf568e7a1101d60ee05e81ed50ea106026f3d18deeb046d7661" dependencies = [ "zerovec", ] @@ -9463,7 +9480,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b570b25f7617e43d59005d0990ccb79e950a423952cea19671b7a876da390adf" dependencies = [ "anyhow", - "itertools 0.12.1", + "itertools 0.14.0", "proc-macro2", "quote", "syn 2.0.119", @@ -9539,8 +9556,8 @@ dependencies = [ "newtype-uuid", "quick-xml 0.41.0", "strip-ansi-escapes", - "thiserror 2.0.19", - "uuid 1.24.0", + "thiserror 2.0.20", + "uuid 1.25.0", ] [[package]] @@ -9575,7 +9592,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tracing", "web-time", @@ -9583,9 +9600,9 @@ dependencies = [ [[package]] name = "quinn-proto" -version = "0.11.16" +version = "0.11.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560" +checksum = "04759210543be93709136e28212294a659ef5001836ff4eab4d663e4529bba83" dependencies = [ "aws-lc-rs", "bytes", @@ -9598,7 +9615,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.19", + "thiserror 2.0.20", "tinyvec", "tracing", "web-time", @@ -9819,7 +9836,7 @@ dependencies = [ "palette", "serde", "strum 0.28.0", - "thiserror 2.0.19", + "thiserror 2.0.20", "unicode-segmentation", "unicode-truncate", "unicode-width 0.2.2", @@ -9920,23 +9937,23 @@ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" dependencies = [ "getrandom 0.2.17", "libredox", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] name = "ref-cast" -version = "1.0.26" +version = "1.0.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "216e8f773d7923bcba9ceb86a86c93cabb3903a11872fc3f138c49630e50b96d" +checksum = "7e440fb4e4b4147295338efb76001ab9e4efc0e5839df2c47fc5ac2381d365c3" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.26" +version = "1.0.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c9283685feec7d69af75fb0e858d5e7378f33fe4fc699383b2916ab9273e03c" +checksum = "92ecd8964f8453721699a1ed72037b0db49ce2f5a5138486ee89bed6f67cdf3a" dependencies = [ "proc-macro2", "quote", @@ -10136,7 +10153,7 @@ dependencies = [ "auto_impl", "reth-execution-types", "reth-primitives-traits", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -10290,7 +10307,7 @@ dependencies = [ "alloy-rlp", "nybbles", "reth-storage-errors", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -10321,7 +10338,7 @@ dependencies = [ "alloy-rlp", "secp256k1 0.30.0", "serde_with", - "thiserror 2.0.19", + "thiserror 2.0.20", "url", ] @@ -10354,7 +10371,7 @@ dependencies = [ "revm-state", "secp256k1 0.30.0", "serde", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -10369,7 +10386,7 @@ dependencies = [ "reth-codecs", "serde", "strum 0.27.2", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", ] @@ -10398,7 +10415,7 @@ dependencies = [ "alloy-rpc-types-eth", "alloy-signer", "reth-primitives-traits", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -10468,7 +10485,7 @@ dependencies = [ "reth-prune-types", "reth-static-file-types", "revm", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -10608,7 +10625,7 @@ dependencies = [ "revm-primitives", "revm-state", "serde", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -10665,7 +10682,7 @@ dependencies = [ "revm", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -10740,7 +10757,7 @@ dependencies = [ "nix 0.30.1", "regex", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -10816,9 +10833,9 @@ dependencies = [ [[package]] name = "roaring" -version = "0.11.4" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dedc5658c6ecb3bdb5ef5f3295bb9253f42dcf3fd1402c03f6b1f7659c3c4a9" +checksum = "18bd8a37d17a58532776dcdf6041ce64929adca78e8489d5cacbafe99229d3e1" dependencies = [ "bytemuck", "byteorder", @@ -10856,7 +10873,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c51c9ae4df8a7fba42103df5c621fa3c37eccf3a3c650879e90fc48b11cc192c" dependencies = [ "hashbrown 0.16.1", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -10951,15 +10968,6 @@ version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" -[[package]] -name = "rustc_version" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" -dependencies = [ - "semver 0.9.0", -] - [[package]] name = "rustc_version" version = "0.3.3" @@ -11070,9 +11078,9 @@ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" [[package]] name = "rustls-webpki" -version = "0.103.13" +version = "0.103.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" +checksum = "f3c3cf1d8b1e7d4927e2d154c3fcb02979afb9939629c62cd9048d4f07b60ac2" dependencies = [ "aws-lc-rs", "ring", @@ -11341,22 +11349,13 @@ dependencies = [ "libc", ] -[[package]] -name = "semver" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" -dependencies = [ - "semver-parser 0.7.0", -] - [[package]] name = "semver" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" dependencies = [ - "semver-parser 0.10.3", + "semver-parser", ] [[package]] @@ -11369,12 +11368,6 @@ dependencies = [ "serde_core", ] -[[package]] -name = "semver-parser" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" - [[package]] name = "semver-parser" version = "0.10.3" @@ -11499,9 +11492,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.21.0" +version = "3.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c" +checksum = "ee78f1fbe43ac4a0e47aadb3dbd357b69eb0d3793e948624cd03dd2750ab1c0a" dependencies = [ "base64 0.22.1", "bs58", @@ -11509,6 +11502,7 @@ dependencies = [ "hex", "indexmap 1.9.3", "indexmap 2.14.0", + "jiff", "schemars 0.9.0", "schemars 1.2.2", "serde_core", @@ -11519,9 +11513,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.21.0" +version = "3.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660" +checksum = "8705578779c2b6bd90d84d66eb2e206b708b1a4d7b9f17641b293545bf1c7e46" dependencies = [ "darling 0.23.0", "proc-macro2", @@ -11612,7 +11606,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be176f1a57ce4e3d31c1a166222d9768de5954f811601fb7ca06fc8203905ce1" dependencies = [ "digest 0.11.3", - "keccak 0.2.0", + "keccak 0.2.2", ] [[package]] @@ -11721,9 +11715,9 @@ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" [[package]] name = "similar" -version = "3.1.2" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85ee016af5d736b69fc89e19254540fa4b5f5492853fb5503920f084011c78b6" +checksum = "4f66ca1f7aca2474dc10c942eb22feffc897735f54cd1db90138c2fddb490987" dependencies = [ "bstr", "unicode-segmentation", @@ -11747,7 +11741,7 @@ checksum = "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d" dependencies = [ "num-bigint", "num-traits", - "thiserror 2.0.19", + "thiserror 2.0.20", "time", ] @@ -11953,7 +11947,7 @@ dependencies = [ "derive_more", "dunce", "inturn", - "itertools 0.12.1", + "itertools 0.14.0", "itoa", "normalize-path", "once_map", @@ -11965,7 +11959,7 @@ dependencies = [ "solar-config", "solar-data-structures", "solar-macros", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", "unicode-width 0.2.2", ] @@ -11999,7 +11993,7 @@ dependencies = [ "alloy-primitives", "bitflags 2.13.1", "bumpalo", - "itertools 0.12.1", + "itertools 0.14.0", "memchr", "num-bigint", "num-rational", @@ -12082,10 +12076,10 @@ dependencies = [ "serde", "serde_json", "sha2 0.10.9", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "toml_edit", - "uuid 1.24.0", + "uuid 1.25.0", "zip 4.6.1", "zip-extract", ] @@ -12328,7 +12322,7 @@ dependencies = [ "serde_json", "sha2 0.11.0", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "url", "zip 8.6.0", ] @@ -12502,10 +12496,50 @@ dependencies = [ "serde", "serde_json", "sha2 0.10.9", - "tempo-chainspec", - "tempo-contracts", - "tempo-primitives", - "thiserror 2.0.19", + "tempo-chainspec 1.10.1", + "tempo-contracts 1.10.1", + "tempo-primitives 1.10.1", + "thiserror 2.0.20", + "tower", + "tracing", +] + +[[package]] +name = "tempo-alloy" +version = "1.11.0" +source = "git+https://github.com/tempoxyz/tempo?rev=d656ef5581505b59f1611b358e611f5a602d399e#d656ef5581505b59f1611b358e611f5a602d399e" +dependencies = [ + "alloy-consensus", + "alloy-contract", + "alloy-eips", + "alloy-json-rpc", + "alloy-network", + "alloy-primitives", + "alloy-provider", + "alloy-rlp", + "alloy-rpc-client", + "alloy-rpc-types-eth", + "alloy-serde", + "alloy-signer", + "alloy-signer-local", + "alloy-sol-types", + "alloy-transport", + "async-trait", + "base64 0.22.1", + "dashmap", + "derive_more", + "dirs-next", + "futures", + "http 1.5.0", + "p256 0.13.2", + "reqwest 0.13.4", + "serde", + "serde_json", + "sha2 0.10.9", + "tempo-chainspec 1.11.0", + "tempo-contracts 1.11.0", + "tempo-primitives 1.11.0", + "thiserror 2.0.20", "tower", "tracing", ] @@ -12514,6 +12548,22 @@ dependencies = [ name = "tempo-chainspec" version = "1.10.1" source = "git+https://github.com/tempoxyz/tempo?rev=0f87fa6b42c86665142432337865d1adc04238e7#0f87fa6b42c86665142432337865d1adc04238e7" +dependencies = [ + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "once_cell", + "paste", + "serde", + "serde_json", + "tempo-hardfork 1.10.1", + "tempo-primitives 1.10.1", +] + +[[package]] +name = "tempo-chainspec" +version = "1.11.0" +source = "git+https://github.com/tempoxyz/tempo?rev=d656ef5581505b59f1611b358e611f5a602d399e#d656ef5581505b59f1611b358e611f5a602d399e" dependencies = [ "alloy-eips", "alloy-evm", @@ -12529,8 +12579,8 @@ dependencies = [ "serde", "serde_json", "tempo-dkg-onchain-artifacts", - "tempo-hardfork", - "tempo-primitives", + "tempo-hardfork 1.11.0", + "tempo-primitives 1.11.0", ] [[package]] @@ -12542,13 +12592,25 @@ dependencies = [ "alloy-primitives", "alloy-sol-types", "serde", - "tempo-hardfork", + "tempo-hardfork 1.10.1", ] [[package]] -name = "tempo-dkg-onchain-artifacts" +name = "tempo-contracts" version = "1.11.0" -source = "git+https://github.com/tempoxyz/tempo?rev=0f87fa6b42c86665142432337865d1adc04238e7#0f87fa6b42c86665142432337865d1adc04238e7" +source = "git+https://github.com/tempoxyz/tempo?rev=d656ef5581505b59f1611b358e611f5a602d399e#d656ef5581505b59f1611b358e611f5a602d399e" +dependencies = [ + "alloy-contract", + "alloy-primitives", + "alloy-sol-types", + "serde", + "tempo-hardfork 1.11.0", +] + +[[package]] +name = "tempo-dkg-onchain-artifacts" +version = "1.13.1" +source = "git+https://github.com/tempoxyz/tempo?rev=d656ef5581505b59f1611b358e611f5a602d399e#d656ef5581505b59f1611b358e611f5a602d399e" dependencies = [ "bytes", "commonware-codec", @@ -12559,8 +12621,8 @@ dependencies = [ [[package]] name = "tempo-evm" -version = "1.11.0" -source = "git+https://github.com/tempoxyz/tempo?rev=0f87fa6b42c86665142432337865d1adc04238e7#0f87fa6b42c86665142432337865d1adc04238e7" +version = "1.13.1" +source = "git+https://github.com/tempoxyz/tempo?rev=d656ef5581505b59f1611b358e611f5a602d399e#d656ef5581505b59f1611b358e611f5a602d399e" dependencies = [ "alloy-consensus", "alloy-evm", @@ -12578,13 +12640,13 @@ dependencies = [ "reth-evm-ethereum", "reth-primitives-traits", "reth-revm", - "tempo-chainspec", - "tempo-contracts", + "tempo-chainspec 1.11.0", + "tempo-contracts 1.11.0", "tempo-dkg-onchain-artifacts", "tempo-precompiles", - "tempo-primitives", + "tempo-primitives 1.11.0", "tempo-revm", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", ] @@ -12592,6 +12654,17 @@ dependencies = [ name = "tempo-hardfork" version = "1.10.1" source = "git+https://github.com/tempoxyz/tempo?rev=0f87fa6b42c86665142432337865d1adc04238e7#0f87fa6b42c86665142432337865d1adc04238e7" +dependencies = [ + "alloy-eips", + "alloy-hardforks", + "paste", + "serde", +] + +[[package]] +name = "tempo-hardfork" +version = "1.11.0" +source = "git+https://github.com/tempoxyz/tempo?rev=d656ef5581505b59f1611b358e611f5a602d399e#d656ef5581505b59f1611b358e611f5a602d399e" dependencies = [ "alloy-eips", "alloy-evm", @@ -12602,31 +12675,35 @@ dependencies = [ [[package]] name = "tempo-precompiles" -version = "1.11.0" -source = "git+https://github.com/tempoxyz/tempo?rev=0f87fa6b42c86665142432337865d1adc04238e7#0f87fa6b42c86665142432337865d1adc04238e7" +version = "1.13.1" +source = "git+https://github.com/tempoxyz/tempo?rev=d656ef5581505b59f1611b358e611f5a602d399e#d656ef5581505b59f1611b358e611f5a602d399e" dependencies = [ "alloy", "alloy-evm", + "alloy-json-abi", "alloy-primitives", "bitflags 2.13.1", "commonware-codec", "commonware-cryptography", "derive_more", + "itertools 0.14.0", "paste", "revm", "scoped-tls", - "tempo-chainspec", - "tempo-contracts", + "serde", + "serde_json", + "tempo-chainspec 1.11.0", + "tempo-contracts 1.11.0", "tempo-precompiles-macros", - "tempo-primitives", - "thiserror 2.0.19", + "tempo-primitives 1.11.0", + "thiserror 2.0.20", "tracing", ] [[package]] name = "tempo-precompiles-macros" -version = "1.11.0" -source = "git+https://github.com/tempoxyz/tempo?rev=0f87fa6b42c86665142432337865d1adc04238e7#0f87fa6b42c86665142432337865d1adc04238e7" +version = "1.13.1" +source = "git+https://github.com/tempoxyz/tempo?rev=d656ef5581505b59f1611b358e611f5a602d399e#d656ef5581505b59f1611b358e611f5a602d399e" dependencies = [ "alloy", "proc-macro2", @@ -12638,6 +12715,31 @@ dependencies = [ name = "tempo-primitives" version = "1.10.1" source = "git+https://github.com/tempoxyz/tempo?rev=0f87fa6b42c86665142432337865d1adc04238e7#0f87fa6b42c86665142432337865d1adc04238e7" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-serde", + "base64 0.22.1", + "commonware-cryptography", + "derive_more", + "once_cell", + "p256 0.13.2", + "reth-codecs", + "reth-ethereum-primitives", + "reth-primitives-traits", + "revm", + "serde", + "serde_json", + "sha2 0.10.9", + "tempo-contracts 1.10.1", +] + +[[package]] +name = "tempo-primitives" +version = "1.11.0" +source = "git+https://github.com/tempoxyz/tempo?rev=d656ef5581505b59f1611b358e611f5a602d399e#d656ef5581505b59f1611b358e611f5a602d399e" dependencies = [ "alloy-consensus", "alloy-eips", @@ -12659,13 +12761,13 @@ dependencies = [ "serde", "serde_json", "sha2 0.10.9", - "tempo-contracts", + "tempo-contracts 1.11.0", ] [[package]] name = "tempo-revm" -version = "1.11.0" -source = "git+https://github.com/tempoxyz/tempo?rev=0f87fa6b42c86665142432337865d1adc04238e7#0f87fa6b42c86665142432337865d1adc04238e7" +version = "1.13.1" +source = "git+https://github.com/tempoxyz/tempo?rev=d656ef5581505b59f1611b358e611f5a602d399e#d656ef5581505b59f1611b358e611f5a602d399e" dependencies = [ "alloy-consensus", "alloy-evm", @@ -12676,11 +12778,11 @@ dependencies = [ "reth-evm", "reth-storage-api", "revm", - "tempo-chainspec", - "tempo-contracts", + "tempo-chainspec 1.11.0", + "tempo-contracts 1.11.0", "tempo-precompiles", - "tempo-primitives", - "thiserror 2.0.19", + "tempo-primitives 1.11.0", + "thiserror 2.0.20", "tracing", ] @@ -12740,11 +12842,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.19" +version = "2.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9" +checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f" dependencies = [ - "thiserror-impl 2.0.19", + "thiserror-impl 2.0.20", ] [[package]] @@ -12760,9 +12862,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.19" +version = "2.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd" +checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af" dependencies = [ "proc-macro2", "quote", @@ -12842,9 +12944,9 @@ dependencies = [ [[package]] name = "tinystr" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" +checksum = "b1e27c91459209c2986af3dcf603a5a74a4368754ce37414f59acc971167f643" dependencies = [ "displaydoc", "serde_core", @@ -13291,7 +13393,7 @@ dependencies = [ "hex", "protobuf", "rusb", - "thiserror 2.0.19", + "thiserror 2.0.20", "tracing", ] @@ -13316,7 +13418,7 @@ dependencies = [ "rustls", "rustls-pki-types", "sha1", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -13332,7 +13434,7 @@ dependencies = [ "rand_core 0.6.4", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -13348,7 +13450,7 @@ dependencies = [ "serde", "serde_json", "serde_with", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "turnkey_api_key_stamper", ] @@ -13587,9 +13689,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.24.0" +version = "1.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239" +checksum = "f053576934f05a761a402421fbbe3d425d9366f75f978806a037b3ca481abecc" dependencies = [ "getrandom 0.4.3", "js-sys", @@ -13761,9 +13863,9 @@ dependencies = [ [[package]] name = "wasm-bindgen" -version = "0.2.126" +version = "0.2.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4" +checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70" dependencies = [ "cfg-if", "once_cell", @@ -13774,9 +13876,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.76" +version = "0.4.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d" +checksum = "6b7777d5cc23d0e91404e53ce2d5e8ec7acae3026b16233dba62cd3246457950" dependencies = [ "js-sys", "wasm-bindgen", @@ -13784,9 +13886,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.126" +version = "0.2.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1" +checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -13794,9 +13896,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.126" +version = "0.2.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e" +checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284" dependencies = [ "bumpalo", "proc-macro2", @@ -13807,9 +13909,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.126" +version = "0.2.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24" +checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf" dependencies = [ "unicode-ident", ] @@ -13843,9 +13945,9 @@ dependencies = [ [[package]] name = "watchexec" -version = "8.2.0" +version = "8.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3de3c4a47a75176b13fc7b3f421a80a55b13cab5b3200547774f9b25d43a79a0" +checksum = "f0d8e03acde81582b829faa37b4da933d3fc00f70d3611e947b77de8416e2149" dependencies = [ "async-priority-channel", "atomic-take", @@ -13854,7 +13956,7 @@ dependencies = [ "miette", "normalize-path", "notify", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tracing", "watchexec-events", @@ -13865,9 +13967,9 @@ dependencies = [ [[package]] name = "watchexec-events" -version = "6.1.0" +version = "6.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad87c046fa1050d22100e7d234db2cbf6ffd020b0ae2deff4bef6faa8f71ac44" +checksum = "caf6469a314c1770d10de88c14b195ea166b4d7c24c399ca19bb03e9afb3400e" dependencies = [ "notify-types", "watchexec-signals", @@ -13875,20 +13977,20 @@ dependencies = [ [[package]] name = "watchexec-signals" -version = "5.0.1" +version = "5.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fd4537617a323437550d34c73a6aeeb1b489bbcc526e63f044ca3e59347101f" +checksum = "d1f61cb5cb2b6fcad47d4316d2cd6cfd40311b21688c913deb56a1450d94805c" dependencies = [ "miette", - "nix 0.30.1", - "thiserror 2.0.19", + "nix 0.31.3", + "thiserror 2.0.20", ] [[package]] name = "watchexec-supervisor" -version = "5.2.0" +version = "5.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a710aaac2dfcfb8a2e117c2f5e926bf10c533345f468f2017160c5f0e9ee0c53" +checksum = "90b1ece149ea93504218961364ae03890fb3dd231f4af78995f8e5368511680f" dependencies = [ "futures", "process-wrap", @@ -13900,9 +14002,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.103" +version = "0.3.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141" +checksum = "c435338968042f4f59a557f690a253676d47ce13ceb55d70100e7facf6620a30" dependencies = [ "js-sys", "wasm-bindgen", @@ -13920,9 +14022,9 @@ dependencies = [ [[package]] name = "webbrowser" -version = "1.2.3" +version = "1.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d6eb50cc7b133f0c7720a64661fbd8e520b882f8ab9015deea5e00d5cd809c4" +checksum = "62c35be770821a214dbc362fc26908c853e776c0004294d0b10b8a6bad582f94" dependencies = [ "jni", "log", @@ -14432,9 +14534,9 @@ checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" [[package]] name = "writeable" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" +checksum = "3ad82d2a33cdc9674dc7465672f271e096168fcdbe0f799d9e6db8c5892679dc" [[package]] name = "ws_stream_wasm" @@ -14449,7 +14551,7 @@ dependencies = [ "pharos", "rustc_version 0.4.1", "send_wrapper", - "thiserror 2.0.19", + "thiserror 2.0.20", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", @@ -14527,18 +14629,18 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.8.55" +version = "0.8.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb" +checksum = "556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.55" +version = "0.8.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fe976fb70c78cd64cccfe3a6fc142244e8a77b70959b30faf9d0ac37ee228eb" +checksum = "f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1" dependencies = [ "proc-macro2", "quote", @@ -14588,9 +14690,9 @@ dependencies = [ [[package]] name = "zerotrie" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" +checksum = "4ea269c3bd32f0a32c321907a2ae912ba6f4649bb0fc764a15627e99a7095a3f" dependencies = [ "displaydoc", "yoke", @@ -14600,9 +14702,9 @@ dependencies = [ [[package]] name = "zerovec" -version = "0.11.6" +version = "0.11.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" +checksum = "bb0464e17806c1d976d5cba29399c7f08e516e279e2ba493f63123b5fca67dd8" dependencies = [ "serde", "yoke", @@ -14612,13 +14714,13 @@ dependencies = [ [[package]] name = "zerovec-derive" -version = "0.11.3" +version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" +checksum = "34df6fc39dbd26ddc9c10e6a2984476e13acce22e64e4487636ef494369225da" dependencies = [ "proc-macro2", "quote", - "syn 2.0.119", + "syn 3.0.3", ] [[package]] @@ -14656,7 +14758,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7fa5b9958fd0b5b685af54f2c3fa21fca05fe295ebaf3e77b6d24d96c4174037" dependencies = [ "log", - "thiserror 2.0.19", + "thiserror 2.0.20", "zip 4.6.1", ] diff --git a/Cargo.toml b/Cargo.toml index 84188557039c8..04e243fe30cab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -525,20 +525,20 @@ mpp = { git = "https://github.com/tempoxyz/mpp-rs", rev = "63171c2", default-fea "reqwest-rustls-tls", "ws", ] } -tempo-hardfork = { git = "https://github.com/tempoxyz/tempo", rev = "0f87fa6b42c86665142432337865d1adc04238e7", default-features = false, features = [ +tempo-hardfork = { git = "https://github.com/tempoxyz/tempo", rev = "d656ef5581505b59f1611b358e611f5a602d399e", default-features = false, features = [ "serde", "std", ] } -tempo-primitives = { git = "https://github.com/tempoxyz/tempo", rev = "0f87fa6b42c86665142432337865d1adc04238e7", default-features = false, features = [ +tempo-primitives = { git = "https://github.com/tempoxyz/tempo", rev = "d656ef5581505b59f1611b358e611f5a602d399e", default-features = false, features = [ "serde", ] } -tempo-alloy = { git = "https://github.com/tempoxyz/tempo", rev = "0f87fa6b42c86665142432337865d1adc04238e7", default-features = false } -tempo-evm = { git = "https://github.com/tempoxyz/tempo", rev = "0f87fa6b42c86665142432337865d1adc04238e7", default-features = false } -tempo-revm = { git = "https://github.com/tempoxyz/tempo", rev = "0f87fa6b42c86665142432337865d1adc04238e7", default-features = false, features = [ +tempo-alloy = { git = "https://github.com/tempoxyz/tempo", rev = "d656ef5581505b59f1611b358e611f5a602d399e", default-features = false } +tempo-evm = { git = "https://github.com/tempoxyz/tempo", rev = "d656ef5581505b59f1611b358e611f5a602d399e", default-features = false } +tempo-revm = { git = "https://github.com/tempoxyz/tempo", rev = "d656ef5581505b59f1611b358e611f5a602d399e", default-features = false, features = [ "serde", ] } -tempo-contracts = { git = "https://github.com/tempoxyz/tempo", rev = "0f87fa6b42c86665142432337865d1adc04238e7" } -tempo-precompiles = { git = "https://github.com/tempoxyz/tempo", rev = "0f87fa6b42c86665142432337865d1adc04238e7" } +tempo-contracts = { git = "https://github.com/tempoxyz/tempo", rev = "d656ef5581505b59f1611b358e611f5a602d399e" } +tempo-precompiles = { git = "https://github.com/tempoxyz/tempo", rev = "d656ef5581505b59f1611b358e611f5a602d399e" } # Monad alloy-monad-evm = { version = "0.6.0", default-features = false, features = [ @@ -629,9 +629,9 @@ op-alloy-rpc-types = { git = "https://github.com/foundry-rs/optimism", rev = "56 alloy-op-hardforks = { git = "https://github.com/foundry-rs/optimism", rev = "566d19ee21aef0b1235c028bd1a4a98eacb95753" } ## tempo — unify crates.io versions (pulled by mpp/foundry-wallets) with git rev -tempo-primitives = { git = "https://github.com/tempoxyz/tempo", rev = "0f87fa6b42c86665142432337865d1adc04238e7" } -tempo-alloy = { git = "https://github.com/tempoxyz/tempo", rev = "0f87fa6b42c86665142432337865d1adc04238e7" } -tempo-contracts = { git = "https://github.com/tempoxyz/tempo", rev = "0f87fa6b42c86665142432337865d1adc04238e7" } +tempo-primitives = { git = "https://github.com/tempoxyz/tempo", rev = "d656ef5581505b59f1611b358e611f5a602d399e" } +tempo-alloy = { git = "https://github.com/tempoxyz/tempo", rev = "d656ef5581505b59f1611b358e611f5a602d399e" } +tempo-contracts = { git = "https://github.com/tempoxyz/tempo", rev = "d656ef5581505b59f1611b358e611f5a602d399e" } [workspace.metadata.cargo-shear] ignored = ["idna_adapter", "cast", "chisel", "forge", "alloy-contract"]