diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c62ee353..017cd3457 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -112,11 +112,11 @@ jobs: svm_target_platform: macosx-aarch64 platform: darwin arch: arm64 - # - runner: depot-windows-latest-16 - # target: x86_64-pc-windows-msvc - # svm_target_platform: windows-amd64 - # platform: win32 - # arch: amd64 + - runner: depot-windows-latest-16 + target: x86_64-pc-windows-msvc + svm_target_platform: windows-amd64 + platform: win32 + arch: amd64 steps: - uses: actions/checkout@v6 with: @@ -138,6 +138,14 @@ jobs: printf 'SDKROOT=%s\n' "$(xcrun -sdk macosx --show-sdk-path)" >> "$GITHUB_ENV" printf 'MACOSX_DEPLOYMENT_TARGET=%s\n' "$(xcrun -sdk macosx --show-sdk-platform-version)" >> "$GITHUB_ENV" + - name: Windows setup + if: matrix.target == 'x86_64-pc-windows-msvc' + shell: powershell + run: | + choco install llvm -y + printf "LIBCLANG_PATH=C:\\Program Files\\LLVM\\bin\n" >> "$GITHUB_ENV" + printf "PATH=C:\\Program Files\\LLVM\\bin:$PATH\n" >> "$GITHUB_ENV" + - name: cross setup if: contains(matrix.target, 'musl') uses: taiki-e/cache-cargo-install-action@7447f04c51f2ba27ca35e7f1e28fab848c5b3ba7 # v2 diff --git a/Cargo.lock b/Cargo.lock index 12db2a7a7..8d8faafd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,9 +82,9 @@ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "alloy" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e15860af634cad451f598712c24ca7fd9b45d84fff68ab8d4967567fa996c64" +checksum = "f07655fedc35188f3c50ff8fc6ee45703ae14ef1bc7ae7d80e23a747012184e3" dependencies = [ "alloy-consensus", "alloy-contract", @@ -112,9 +112,9 @@ dependencies = [ [[package]] name = "alloy-consensus" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b6440213a22df93a87ed512d2f668e7dc1d62a05642d107f82d61edc9e12370" +checksum = "2e318e25fb719e747a7e8db1654170fc185024f3ed5b10f86c08d448a912f6e2" dependencies = [ "alloy-eips", "alloy-primitives", @@ -139,9 +139,9 @@ dependencies = [ [[package]] name = "alloy-consensus-any" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15d0bea09287942405c4f9d2a4f22d1e07611c2dbd9d5bf94b75366340f9e6e0" +checksum = "364380a845193a317bcb7a5398fc86cdb66c47ebe010771dde05f6869bf9e64a" dependencies = [ "alloy-consensus", "alloy-eips", @@ -153,9 +153,9 @@ dependencies = [ [[package]] name = "alloy-contract" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d69af404f1d00ddb42f2419788fa87746a4cd13bab271916d7726fda6c792d94" +checksum = "08d39c80ffc806f27a76ed42f3351a455f3dc4f81d6ff92c8aad2cf36b7d3a34" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -182,6 +182,7 @@ dependencies = [ "alloy-dyn-abi", "alloy-json-abi", "alloy-primitives", + "alloy-rlp", "alloy-sol-types", ] @@ -246,9 +247,9 @@ dependencies = [ [[package]] name = "alloy-eips" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bd2c7ae05abcab4483ce821f12f285e01c0b33804e6883dd9ca1569a87ee2be" +checksum = "a4c4d7c5839d9f3a467900c625416b24328450c65702eb3d8caff8813e4d1d33" dependencies = [ "alloy-eip2124", "alloy-eip2930", @@ -271,9 +272,9 @@ dependencies = [ [[package]] name = "alloy-ens" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff97375b7620ef8880f9db29efe7cd65a975ff8d1d0b8d3d60d35c621fd49558" +checksum = "1a171486ee60b6f98e12451b1eddd1458bc21571f3829f75fcf12bb16ae48e59" dependencies = [ "alloy-contract", "alloy-primitives", @@ -307,9 +308,9 @@ dependencies = [ [[package]] name = "alloy-genesis" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc47eaae86488b07ea8e20236184944072a78784a1f4993f8ec17b3aa5d08c21" +checksum = "1ba4b1be0988c11f0095a2380aa596e35533276b8fa6c9e06961bbfe0aebcac5" dependencies = [ "alloy-eips", "alloy-primitives", @@ -348,9 +349,9 @@ dependencies = [ [[package]] name = "alloy-json-rpc" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "003f46c54f22854a32b9cc7972660a476968008ad505427eabab49225309ec40" +checksum = "f72cf87cda808e593381fb9f005ffa4d2475552b7a6c5ac33d087bf77d82abd0" dependencies = [ "alloy-primitives", "alloy-sol-types", @@ -363,9 +364,9 @@ dependencies = [ [[package]] name = "alloy-network" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f4029954d9406a40979f3a3b46950928a0fdcfe3ea8a9b0c17490d57e8aa0e3" +checksum = "12aeb37b6f2e61b93b1c3d34d01ee720207c76fe447e2a2c217e433ac75b17f5" dependencies = [ "alloy-consensus", "alloy-consensus-any", @@ -389,9 +390,9 @@ dependencies = [ [[package]] name = "alloy-network-primitives" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7805124ad69e57bbae7731c9c344571700b2a18d351bda9e0eba521c991d1bcb" +checksum = "abd29ace62872083e30929cd9b282d82723196d196db589f3ceda67edcc05552" dependencies = [ "alloy-consensus", "alloy-eips", @@ -420,9 +421,9 @@ dependencies = [ [[package]] name = "alloy-op-hardforks" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95ac97adaba4c26e17192d81f49186ac20c1e844e35a00e169c8d3d58bc84e6b" +checksum = "f96fb2fce4024ada5b2c11d4076acf778a0d3e4f011c6dfd2ffce6d0fcf84ee9" dependencies = [ "alloy-chains", "alloy-hardforks", @@ -462,9 +463,9 @@ dependencies = [ [[package]] name = "alloy-provider" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d369e12c92870d069e0c9dc5350377067af8a056e29e3badf8446099d7e00889" +checksum = "9b710636d7126e08003b8217e24c09f0cca0b46d62f650a841736891b1ed1fc1" dependencies = [ "alloy-chains", "alloy-consensus", @@ -506,9 +507,9 @@ dependencies = [ [[package]] name = "alloy-pubsub" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f77d20cdbb68a614c7a86b3ffef607b37d087bb47a03c58f4c3f8f99bc3ace3b" +checksum = "cdd4c64eb250a18101d22ae622357c6b505e158e9165d4c7974d59082a600c5e" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -550,9 +551,9 @@ dependencies = [ [[package]] name = "alloy-rpc-client" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31c89883fe6b7381744cbe80fef638ac488ead4f1956a4278956a1362c71cd2e" +checksum = "d0882e72d2c1c0c79dcf4ab60a67472d3f009a949f774d4c17d0bdb669cfde05" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -576,9 +577,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64e279e6d40ee40fe8f76753b678d8d5d260cb276dc6c8a8026099b16d2b43f4" +checksum = "39cf1398cb33aacb139a960fa3d8cf8b1202079f320e77e952a0b95967bf7a9f" dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", @@ -590,9 +591,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-admin" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bcf50ccb65d29b8599f8f5e23dcac685f1d79459654c830cba381345760e901" +checksum = "65a583d2029b171301f5dcf122aa2ef443a65a373778ec76540d999691ae867d" dependencies = [ "alloy-genesis", "alloy-primitives", @@ -602,9 +603,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-any" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b43c1622aac2508d528743fd4cfdac1dea92d5a8fa894038488ff7edd0af0b32" +checksum = "6a63fb40ed24e4c92505f488f9dd256e2afaed17faa1b7a221086ebba74f4122" dependencies = [ "alloy-consensus-any", "alloy-rpc-types-eth", @@ -613,9 +614,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-beacon" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1786681640d4c60f22b6b8376b0f3fa200360bf1c3c2cb913e6c97f51928eb1b" +checksum = "16633087e23d8d75161c3a59aa183203637b817a5a8d2f662f612ccb6d129af0" dependencies = [ "alloy-eips", "alloy-primitives", @@ -629,9 +630,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-engine" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9c4c53a8b0905d931e7921774a1830609713bd3e8222347963172b03a3ecc68" +checksum = "4c60bdce3be295924122732b7ecd0b2495ce4790bedc5370ca7019c08ad3f26e" dependencies = [ "alloy-consensus", "alloy-eips", @@ -649,9 +650,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-eth" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed5fafb741c19b3cca4cdd04fa215c89413491f9695a3e928dee2ae5657f607e" +checksum = "9eae0c7c40da20684548cbc8577b6b7447f7bf4ddbac363df95e3da220e41e72" dependencies = [ "alloy-consensus", "alloy-consensus-any", @@ -670,9 +671,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-trace" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c55324323aa634b01bdecb2d47462a8dce05f5505b14a6e5db361eef16eda476" +checksum = "ef206a4b8d436fbb7cf2e6a61c692d11df78f9382becc3c9a283bd58e64f0583" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -684,9 +685,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-txpool" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96b1aa28effb6854be356ce92ed64cea3b323acd04c3f8bfb5126e2839698043" +checksum = "ecb5a795264a02222f9534435b8f40dcbd88de8e9d586647884aae24f389ebf2" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -696,9 +697,9 @@ dependencies = [ [[package]] name = "alloy-serde" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6f180c399ca7c1e2fe17ea58343910cad0090878a696ff5a50241aee12fc529" +checksum = "c0df1987ed0ff2d0159d76b52e7ddfc4e4fbddacc54d2fbee765e0d14d7c01b5" dependencies = [ "alloy-primitives", "serde", @@ -707,9 +708,9 @@ dependencies = [ [[package]] name = "alloy-signer" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc39ad2c0a3d2da8891f4081565780703a593f090f768f884049aa3aa929cbc" +checksum = "6ff69deedee7232d7ce5330259025b868c5e6a52fa8dffda2c861fb3a5889b24" dependencies = [ "alloy-dyn-abi", "alloy-primitives", @@ -724,9 +725,9 @@ dependencies = [ [[package]] name = "alloy-signer-aws" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75411104af460ca0b306ae998f0a00b5159457780487630f4b24722beae6b690" +checksum = "bc8784b7567d5cfdad7450c5c71ddbdc12b288b82ea559be7a5363c28f774210" dependencies = [ "alloy-consensus", "alloy-network", @@ -743,9 +744,9 @@ dependencies = [ [[package]] name = "alloy-signer-gcp" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcd808e99893245e619babcc138af07191ded72dc42877e216006b1ebcae64a7" +checksum = "70059cb6f08c225be3840f8104573fd9342ca29117a735ea09ed8ee1be09fb9f" dependencies = [ "alloy-consensus", "alloy-network", @@ -761,9 +762,9 @@ dependencies = [ [[package]] name = "alloy-signer-ledger" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c059a3bbab204a06188ab27efad308b3f549c886a7853eaa64a79f76b453cae" +checksum = "a54e01fb2228c993c9ef7735043bb22c88a84502628fae820d6469c3bebddb84" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -781,9 +782,9 @@ dependencies = [ [[package]] name = "alloy-signer-local" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "930e17cb1e46446a193a593a3bfff8d0ecee4e510b802575ebe300ae2e43ef75" +checksum = "72cfe0be3ec5a8c1a46b2e5a7047ed41121d360d97f4405bb7c1c784880c86cb" dependencies = [ "alloy-consensus", "alloy-network", @@ -801,9 +802,9 @@ dependencies = [ [[package]] name = "alloy-signer-trezor" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a89d36d206d87568ee9547e9e8c47dbd59f62a899e4dcd151c1b85977b3315f6" +checksum = "119c750dd3d2158c57ab14711dca06cd6dc5db657bd16e6ab46ed11112187958" dependencies = [ "alloy-consensus", "alloy-network", @@ -818,9 +819,9 @@ dependencies = [ [[package]] name = "alloy-signer-turnkey" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb2f7c8b58378cede78b4a950a8a372779dfab1b22a2f096f89007616d87ea86" +checksum = "dd65beb3a838bff2e528e2ac4f0cf14f55893c4f0bc67c8339f2752b3d144022" dependencies = [ "alloy-consensus", "alloy-network", @@ -907,9 +908,9 @@ dependencies = [ [[package]] name = "alloy-transport" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cae82426d98f8bc18f53c5223862907cac30ab8fc5e4cd2bb50808e6d3ab43d8" +checksum = "be98b07210d24acf5b793c99b759e9a696e4a2e67593aec0487ae3b3e1a2478c" dependencies = [ "alloy-json-rpc", "auto_impl", @@ -930,9 +931,9 @@ dependencies = [ [[package]] name = "alloy-transport-http" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90aa6825760905898c106aba9c804b131816a15041523e80b6d4fe7af6380ada" +checksum = "4198a1ee82e562cab85e7f3d5921aab725d9bd154b6ad5017f82df1695877c97" dependencies = [ "alloy-json-rpc", "alloy-transport", @@ -945,9 +946,9 @@ dependencies = [ [[package]] name = "alloy-transport-ipc" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ace83a4a6bb896e5894c3479042e6ba78aa5271dde599aa8c36a021d49cc8cc" +checksum = "d8db249779ebc20dc265920c7e706ed0d31dbde8627818d1cbde60919b875bb0" dependencies = [ "alloy-json-rpc", "alloy-pubsub", @@ -965,9 +966,9 @@ dependencies = [ [[package]] name = "alloy-transport-ws" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86c9ab4c199e3a8f3520b60ba81aa67bb21fed9ed0d8304e0569094d0758a56f" +checksum = "5ad2344a12398d7105e3722c9b7a7044ea837128e11d453604dec6e3731a86e2" dependencies = [ "alloy-pubsub", "alloy-transport", @@ -999,9 +1000,9 @@ dependencies = [ [[package]] name = "alloy-tx-macros" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae109e33814b49fc0a62f2528993aa8a2dd346c26959b151f05441dc0b9da292" +checksum = "333544408503f42d7d3792bfc0f7218b643d968a03d2c0ed383ae558fb4a76d0" dependencies = [ "darling 0.21.3", "proc-macro2", @@ -1097,7 +1098,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]] @@ -1121,7 +1122,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -1476,9 +1477,9 @@ checksum = "155a5a185e42c6b77ac7b88a15143d930a9e9727a5b7b77eed417404ab15c247" [[package]] name = "async-compression" -version = "0.4.34" +version = "0.4.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e86f6d3dc9dc4352edeea6b8e499e13e3f5dc3b964d7ca5fd411415a3498473" +checksum = "07a926debf178f2d355197f9caddb08e54a9329d44748034bba349c5848cb519" dependencies = [ "compression-codecs", "compression-core", @@ -1590,9 +1591,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "aws-config" -version = "1.8.11" +version = "1.8.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0149602eeaf915158e14029ba0c78dedb8c08d554b024d54c8f239aab46511d" +checksum = "96571e6996817bf3d58f6b569e4b9fd2e9d2fcf9f7424eed07b2ce9bb87535e5" dependencies = [ "aws-credential-types", "aws-runtime", @@ -1620,9 +1621,9 @@ dependencies = [ [[package]] name = "aws-credential-types" -version = "1.2.10" +version = "1.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06" +checksum = "3cd362783681b15d136480ad555a099e82ecd8e2d10a841e14dfd0078d67fee3" dependencies = [ "aws-smithy-async", "aws-smithy-runtime-api", @@ -1655,9 +1656,9 @@ dependencies = [ [[package]] name = "aws-runtime" -version = "1.5.16" +version = "1.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632" +checksum = "d81b5b2898f6798ad58f484856768bca817e3cd9de0974c24ae0f1113fe88f1b" dependencies = [ "aws-credential-types", "aws-sigv4", @@ -1679,9 +1680,9 @@ dependencies = [ [[package]] name = "aws-sdk-kms" -version = "1.96.0" +version = "1.97.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "995d40070271994fb774137aa603c10e7d29c4567a9605c6b801dff199c3d221" +checksum = "b35a6be02a6fd3618c701a49a4dac4282658d18ccfcdcc8ac3b6c2fb4317e4fa" dependencies = [ "aws-credential-types", "aws-runtime", @@ -1701,9 +1702,9 @@ dependencies = [ [[package]] name = "aws-sdk-sso" -version = "1.90.0" +version = "1.91.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f18e53542c522459e757f81e274783a78f8c81acdfc8d1522ee8a18b5fb1c66" +checksum = "8ee6402a36f27b52fe67661c6732d684b2635152b676aa2babbfb5204f99115d" dependencies = [ "aws-credential-types", "aws-runtime", @@ -1723,9 +1724,9 @@ dependencies = [ [[package]] name = "aws-sdk-ssooidc" -version = "1.92.0" +version = "1.93.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "532f4d866012ffa724a4385c82e8dd0e59f0ca0e600f3f22d4c03b6824b34e4a" +checksum = "a45a7f750bbd170ee3677671ad782d90b894548f4e4ae168302c57ec9de5cb3e" dependencies = [ "aws-credential-types", "aws-runtime", @@ -1745,9 +1746,9 @@ dependencies = [ [[package]] name = "aws-sdk-sts" -version = "1.94.0" +version = "1.95.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1be6fbbfa1a57724788853a623378223fe828fc4c09b146c992f0c95b6256174" +checksum = "55542378e419558e6b1f398ca70adb0b2088077e79ad9f14eb09441f2f7b2164" dependencies = [ "aws-credential-types", "aws-runtime", @@ -1768,9 +1769,9 @@ dependencies = [ [[package]] name = "aws-sigv4" -version = "1.3.6" +version = "1.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11" +checksum = "69e523e1c4e8e7e8ff219d732988e22bfeae8a1cafdbe6d9eca1546fa080be7c" dependencies = [ "aws-credential-types", "aws-smithy-http", @@ -1790,9 +1791,9 @@ dependencies = [ [[package]] name = "aws-smithy-async" -version = "1.2.6" +version = "1.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c" +checksum = "9ee19095c7c4dda59f1697d028ce704c24b2d33c6718790c7f1d5a3015b4107c" dependencies = [ "futures-util", "pin-project-lite", @@ -1801,9 +1802,9 @@ dependencies = [ [[package]] name = "aws-smithy-http" -version = "0.62.5" +version = "0.62.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca" +checksum = "826141069295752372f8203c17f28e30c464d22899a43a0c9fd9c458d469c88b" dependencies = [ "aws-smithy-runtime-api", "aws-smithy-types", @@ -1822,9 +1823,9 @@ dependencies = [ [[package]] name = "aws-smithy-http-client" -version = "1.1.4" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c" +checksum = "59e62db736db19c488966c8d787f52e6270be565727236fd5579eaa301e7bc4a" dependencies = [ "aws-smithy-async", "aws-smithy-runtime-api", @@ -1846,27 +1847,27 @@ dependencies = [ [[package]] name = "aws-smithy-json" -version = "0.61.7" +version = "0.61.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54" +checksum = "a6864c190cbb8e30cf4b77b2c8f3b6dfffa697a09b7218d2f7cd3d4c4065a9f7" dependencies = [ "aws-smithy-types", ] [[package]] name = "aws-smithy-observability" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc" +checksum = "17f616c3f2260612fe44cede278bafa18e73e6479c4e393e2c4518cf2a9a228a" dependencies = [ "aws-smithy-runtime-api", ] [[package]] name = "aws-smithy-query" -version = "0.60.8" +version = "0.60.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9" +checksum = "ae5d689cf437eae90460e944a58b5668530d433b4ff85789e69d2f2a556e057d" dependencies = [ "aws-smithy-types", "urlencoding", @@ -1874,9 +1875,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime" -version = "1.9.4" +version = "1.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0" +checksum = "a392db6c583ea4a912538afb86b7be7c5d8887d91604f50eb55c262ee1b4a5f5" dependencies = [ "aws-smithy-async", "aws-smithy-http", @@ -1898,9 +1899,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.9.2" +version = "1.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193" +checksum = "ab0d43d899f9e508300e587bf582ba54c27a452dd0a9ea294690669138ae14a2" dependencies = [ "aws-smithy-async", "aws-smithy-types", @@ -1915,9 +1916,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.3.4" +version = "1.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e" +checksum = "905cb13a9895626d49cf2ced759b062d913834c7482c38e49557eac4e6193f01" dependencies = [ "base64-simd", "bytes", @@ -1938,18 +1939,18 @@ dependencies = [ [[package]] name = "aws-smithy-xml" -version = "0.60.12" +version = "0.60.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56" +checksum = "11b2f670422ff42bf7065031e72b45bc52a3508bd089f743ea90731ca2b6ea57" dependencies = [ "xmlparser", ] [[package]] name = "aws-types" -version = "1.3.10" +version = "1.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6" +checksum = "1d980627d2dd7bfc32a3c025685a033eeab8d365cc840c631ef59d1b8f428164" dependencies = [ "aws-credential-types", "aws-smithy-async", @@ -2081,9 +2082,9 @@ dependencies = [ [[package]] name = "base64ct" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" +checksum = "0e050f626429857a27ddccb31e0aca21356bfa709c04041aefddac081a8f068a" [[package]] name = "bech32" @@ -2138,7 +2139,7 @@ dependencies = [ "bitflags 2.10.0", "cexpr", "clang-sys", - "itertools 0.12.1", + "itertools 0.13.0", "proc-macro2", "quote", "regex", @@ -3009,9 +3010,9 @@ dependencies = [ [[package]] name = "compression-codecs" -version = "0.4.33" +version = "0.4.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "302266479cb963552d11bd042013a58ef1adc56768016c8b82b4199488f2d4ad" +checksum = "34a3cbbb8b6eca96f3a5c4bf6938d5b27ced3675d69f95bb51948722870bc323" dependencies = [ "compression-core", "flate2", @@ -3679,7 +3680,7 @@ dependencies = [ "libc", "option-ext", "redox_users 0.5.2", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -4036,7 +4037,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]] @@ -4339,7 +4340,7 @@ dependencies = [ "tempo-alloy", "thiserror 2.0.17", "tokio", - "toml_edit 0.23.7", + "toml_edit 0.23.9", "tower-http", "tracing", "watchexec", @@ -4870,7 +4871,7 @@ dependencies = [ "tempfile", "thiserror 2.0.17", "toml 0.9.8", - "toml_edit 0.23.7", + "toml_edit 0.23.9", "tracing", "walkdir", "yansi", @@ -5445,9 +5446,9 @@ checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" [[package]] name = "git2" -version = "0.20.2" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2deb07a133b1520dc1a5690e9bd08950108873d7ed5de38dcc74d3b5ebffa110" +checksum = "3e2b37e2f62729cdada11f0e6b3b6fe383c69c29fc619e391223e12856af308c" dependencies = [ "bitflags 2.10.0", "libc", @@ -6210,7 +6211,7 @@ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" dependencies = [ "hermit-abi", "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -6490,9 +6491,9 @@ checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" [[package]] name = "libgit2-sys" -version = "0.18.2+1.9.1" +version = "0.18.3+1.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c42fe03df2bd3c53a3a9c7317ad91d80c81cd1fb0caec8d7cc4cd2bfa10c222" +checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487" dependencies = [ "cc", "libc", @@ -6528,9 +6529,9 @@ dependencies = [ [[package]] name = "libp2p-identity" -version = "0.2.12" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3104e13b51e4711ff5738caa1fb54467c8604c2e94d607e27745bcf709068774" +checksum = "f0c7892c221730ba55f7196e98b0b8ba5e04b4155651736036628e9f73ed6fc3" dependencies = [ "asn1_der", "bs58", @@ -6569,9 +6570,9 @@ dependencies = [ [[package]] name = "libz-rs-sys" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b484ba8d4f775eeca644c452a56650e544bf7e617f1d170fe7298122ead5222" +checksum = "15413ef615ad868d4d65dce091cb233b229419c7c0c4bcaa746c0901c49ff39c" dependencies = [ "zlib-rs", ] @@ -6906,9 +6907,9 @@ dependencies = [ [[package]] name = "mio" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873" +checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" dependencies = [ "libc", "log", @@ -7165,7 +7166,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]] @@ -8154,7 +8155,7 @@ version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" dependencies = [ - "toml_edit 0.23.7", + "toml_edit 0.23.9", ] [[package]] @@ -8719,11 +8720,10 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "reqwest" -version = "0.12.24" +version = "0.12.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" +checksum = "b6eff9328d40131d43bd911d42d79eb6a47312002a4daefc9e37f17e74a7701a" dependencies = [ - "async-compression", "base64 0.22.1", "bytes", "encoding_rs", @@ -8774,7 +8774,7 @@ checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" [[package]] name = "reth-basic-payload-builder" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8798,7 +8798,7 @@ dependencies = [ [[package]] name = "reth-chain-state" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8827,7 +8827,7 @@ dependencies = [ [[package]] name = "reth-chainspec" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-chains", "alloy-consensus", @@ -8847,7 +8847,7 @@ dependencies = [ [[package]] name = "reth-cli" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-genesis", "clap", @@ -8861,7 +8861,7 @@ dependencies = [ [[package]] name = "reth-cli-runner" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "reth-tasks", "tokio", @@ -8871,7 +8871,7 @@ dependencies = [ [[package]] name = "reth-cli-util" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8888,7 +8888,7 @@ dependencies = [ [[package]] name = "reth-codecs" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8906,7 +8906,7 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "proc-macro2", "quote", @@ -8916,7 +8916,7 @@ dependencies = [ [[package]] name = "reth-config" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "eyre", "humantime-serde", @@ -8932,7 +8932,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8945,7 +8945,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8957,7 +8957,7 @@ dependencies = [ [[package]] name = "reth-db" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-primitives", "derive_more", @@ -8981,7 +8981,7 @@ dependencies = [ [[package]] name = "reth-db-api" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -9006,7 +9006,7 @@ dependencies = [ [[package]] name = "reth-db-models" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9020,7 +9020,7 @@ dependencies = [ [[package]] name = "reth-discv4" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -9045,7 +9045,7 @@ dependencies = [ [[package]] name = "reth-discv5" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -9069,7 +9069,7 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-primitives", "data-encoding", @@ -9093,7 +9093,7 @@ dependencies = [ [[package]] name = "reth-ecies" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "aes", "alloy-primitives", @@ -9122,7 +9122,7 @@ dependencies = [ [[package]] name = "reth-engine-local" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9145,7 +9145,7 @@ dependencies = [ [[package]] name = "reth-engine-primitives" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9170,7 +9170,7 @@ dependencies = [ [[package]] name = "reth-errors" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "reth-consensus", "reth-execution-errors", @@ -9181,7 +9181,7 @@ dependencies = [ [[package]] name = "reth-eth-wire" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-chains", "alloy-primitives", @@ -9209,7 +9209,7 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-chains", "alloy-consensus", @@ -9230,7 +9230,7 @@ dependencies = [ [[package]] name = "reth-ethereum" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", @@ -9249,7 +9249,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9265,7 +9265,7 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9283,7 +9283,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -9296,7 +9296,7 @@ dependencies = [ [[package]] name = "reth-ethereum-primitives" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9315,7 +9315,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9336,7 +9336,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9357,7 +9357,7 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-evm", "alloy-primitives", @@ -9370,7 +9370,7 @@ dependencies = [ [[package]] name = "reth-execution-types" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9388,7 +9388,7 @@ dependencies = [ [[package]] name = "reth-fs-util" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "serde", "serde_json", @@ -9398,7 +9398,7 @@ dependencies = [ [[package]] name = "reth-libmdbx" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "bitflags 2.10.0", "byteorder", @@ -9414,7 +9414,7 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "bindgen 0.71.1", "cc", @@ -9423,7 +9423,7 @@ dependencies = [ [[package]] name = "reth-metrics" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "futures", "metrics", @@ -9435,7 +9435,7 @@ dependencies = [ [[package]] name = "reth-net-banlist" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-primitives", "ipnet", @@ -9444,7 +9444,7 @@ dependencies = [ [[package]] name = "reth-net-nat" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "futures-util", "if-addrs", @@ -9458,7 +9458,7 @@ dependencies = [ [[package]] name = "reth-network" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9513,7 +9513,7 @@ dependencies = [ [[package]] name = "reth-network-api" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9538,7 +9538,7 @@ dependencies = [ [[package]] name = "reth-network-p2p" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9560,7 +9560,7 @@ dependencies = [ [[package]] name = "reth-network-peers" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -9575,7 +9575,7 @@ dependencies = [ [[package]] name = "reth-network-types" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-eip2124", "humantime-serde", @@ -9589,7 +9589,7 @@ dependencies = [ [[package]] name = "reth-nippy-jar" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "anyhow", "bincode", @@ -9606,7 +9606,7 @@ dependencies = [ [[package]] name = "reth-node-api" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-rpc-types-engine", "eyre", @@ -9630,7 +9630,7 @@ dependencies = [ [[package]] name = "reth-node-core" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9686,7 +9686,7 @@ dependencies = [ [[package]] name = "reth-node-types" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "reth-chainspec", "reth-db-api", @@ -9698,7 +9698,7 @@ dependencies = [ [[package]] name = "reth-payload-builder" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9719,7 +9719,7 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "pin-project 1.1.10", "reth-payload-primitives", @@ -9731,7 +9731,7 @@ dependencies = [ [[package]] name = "reth-payload-primitives" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9754,7 +9754,7 @@ dependencies = [ [[package]] name = "reth-primitives-traits" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9784,7 +9784,7 @@ dependencies = [ [[package]] name = "reth-provider" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9825,7 +9825,7 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-primitives", "derive_more", @@ -9839,7 +9839,7 @@ dependencies = [ [[package]] name = "reth-revm" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-primitives", "reth-primitives-traits", @@ -9851,7 +9851,7 @@ dependencies = [ [[package]] name = "reth-rpc-convert" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-evm", @@ -9872,7 +9872,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9919,7 +9919,7 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9935,7 +9935,7 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-primitives", "bytes", @@ -9948,7 +9948,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-primitives", "derive_more", @@ -9959,7 +9959,7 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9983,7 +9983,7 @@ dependencies = [ [[package]] name = "reth-storage-errors" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9999,7 +9999,7 @@ dependencies = [ [[package]] name = "reth-tasks" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "auto_impl", "dyn-clone", @@ -10015,7 +10015,7 @@ dependencies = [ [[package]] name = "reth-tokio-util" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "tokio", "tokio-stream", @@ -10025,7 +10025,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "clap", "eyre", @@ -10040,7 +10040,7 @@ dependencies = [ [[package]] name = "reth-tracing-otlp" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "clap", "eyre", @@ -10057,7 +10057,7 @@ dependencies = [ [[package]] name = "reth-transaction-pool" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10097,7 +10097,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10122,7 +10122,7 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10146,7 +10146,7 @@ dependencies = [ [[package]] name = "reth-trie-db" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-primitives", "reth-db-api", @@ -10159,7 +10159,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10175,7 +10175,7 @@ dependencies = [ [[package]] name = "reth-zstd-compressors" version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?rev=3830c76#3830c765e04fbc52a19d49092c9e8988691690d5" +source = "git+https://github.com/paradigmxyz/reth?rev=245cca7#245cca7ce2cbc4844bcc6610174425cac1dca455" dependencies = [ "zstd", ] @@ -10629,7 +10629,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.11.0", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -11235,9 +11235,9 @@ dependencies = [ [[package]] name = "simd-adler32" -version = "0.3.7" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" +checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" [[package]] name = "similar" @@ -11533,7 +11533,7 @@ dependencies = [ "sha2 0.10.9", "thiserror 2.0.17", "tokio", - "toml_edit 0.23.7", + "toml_edit 0.23.9", "uuid 1.19.0", "zip", "zip-extract", @@ -11881,13 +11881,13 @@ dependencies = [ "getrandom 0.3.4", "once_cell", "rustix 1.1.2", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] name = "tempo-alloy" -version = "0.7.1" -source = "git+https://github.com/tempoxyz/tempo?rev=67f98e7#67f98e7b8af8ba2d6f6f7ba0d42138353c496653" +version = "0.7.3" +source = "git+https://github.com/tempoxyz/tempo?rev=02e847e#02e847e0a3a8556b7f5f3bc0c1643ab562485a61" dependencies = [ "alloy-consensus", "alloy-contract", @@ -11908,8 +11908,8 @@ dependencies = [ [[package]] name = "tempo-chainspec" -version = "0.7.1" -source = "git+https://github.com/tempoxyz/tempo?rev=67f98e7#67f98e7b8af8ba2d6f6f7ba0d42138353c496653" +version = "0.7.3" +source = "git+https://github.com/tempoxyz/tempo?rev=02e847e#02e847e0a3a8556b7f5f3bc0c1643ab562485a61" dependencies = [ "alloy-eips", "alloy-genesis", @@ -11928,8 +11928,8 @@ dependencies = [ [[package]] name = "tempo-commonware-node-config" -version = "0.7.1" -source = "git+https://github.com/tempoxyz/tempo?rev=67f98e7#67f98e7b8af8ba2d6f6f7ba0d42138353c496653" +version = "0.7.3" +source = "git+https://github.com/tempoxyz/tempo?rev=02e847e#02e847e0a3a8556b7f5f3bc0c1643ab562485a61" dependencies = [ "commonware-codec", "commonware-cryptography", @@ -11943,8 +11943,8 @@ dependencies = [ [[package]] name = "tempo-consensus" -version = "0.7.1" -source = "git+https://github.com/tempoxyz/tempo?rev=67f98e7#67f98e7b8af8ba2d6f6f7ba0d42138353c496653" +version = "0.7.3" +source = "git+https://github.com/tempoxyz/tempo?rev=02e847e#02e847e0a3a8556b7f5f3bc0c1643ab562485a61" dependencies = [ "alloy-consensus", "alloy-evm", @@ -11960,16 +11960,16 @@ dependencies = [ [[package]] name = "tempo-contracts" -version = "0.7.1" -source = "git+https://github.com/tempoxyz/tempo?rev=67f98e7#67f98e7b8af8ba2d6f6f7ba0d42138353c496653" +version = "0.7.3" +source = "git+https://github.com/tempoxyz/tempo?rev=02e847e#02e847e0a3a8556b7f5f3bc0c1643ab562485a61" dependencies = [ "alloy", ] [[package]] name = "tempo-evm" -version = "0.7.1" -source = "git+https://github.com/tempoxyz/tempo?rev=67f98e7#67f98e7b8af8ba2d6f6f7ba0d42138353c496653" +version = "0.7.3" +source = "git+https://github.com/tempoxyz/tempo?rev=02e847e#02e847e0a3a8556b7f5f3bc0c1643ab562485a61" dependencies = [ "alloy-consensus", "alloy-evm", @@ -11998,8 +11998,8 @@ dependencies = [ [[package]] name = "tempo-payload-types" -version = "0.7.1" -source = "git+https://github.com/tempoxyz/tempo?rev=67f98e7#67f98e7b8af8ba2d6f6f7ba0d42138353c496653" +version = "0.7.3" +source = "git+https://github.com/tempoxyz/tempo?rev=02e847e#02e847e0a3a8556b7f5f3bc0c1643ab562485a61" dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", @@ -12015,8 +12015,8 @@ dependencies = [ [[package]] name = "tempo-precompiles" -version = "0.7.1" -source = "git+https://github.com/tempoxyz/tempo?rev=67f98e7#67f98e7b8af8ba2d6f6f7ba0d42138353c496653" +version = "0.7.3" +source = "git+https://github.com/tempoxyz/tempo?rev=02e847e#02e847e0a3a8556b7f5f3bc0c1643ab562485a61" dependencies = [ "alloy", "alloy-evm", @@ -12031,8 +12031,8 @@ dependencies = [ [[package]] name = "tempo-precompiles-macros" -version = "0.7.1" -source = "git+https://github.com/tempoxyz/tempo?rev=67f98e7#67f98e7b8af8ba2d6f6f7ba0d42138353c496653" +version = "0.7.3" +source = "git+https://github.com/tempoxyz/tempo?rev=02e847e#02e847e0a3a8556b7f5f3bc0c1643ab562485a61" dependencies = [ "alloy", "proc-macro2", @@ -12042,8 +12042,8 @@ dependencies = [ [[package]] name = "tempo-primitives" -version = "0.7.1" -source = "git+https://github.com/tempoxyz/tempo?rev=67f98e7#67f98e7b8af8ba2d6f6f7ba0d42138353c496653" +version = "0.7.3" +source = "git+https://github.com/tempoxyz/tempo?rev=02e847e#02e847e0a3a8556b7f5f3bc0c1643ab562485a61" dependencies = [ "alloy-consensus", "alloy-eips", @@ -12067,8 +12067,8 @@ dependencies = [ [[package]] name = "tempo-revm" -version = "0.7.1" -source = "git+https://github.com/tempoxyz/tempo?rev=67f98e7#67f98e7b8af8ba2d6f6f7ba0d42138353c496653" +version = "0.7.3" +source = "git+https://github.com/tempoxyz/tempo?rev=02e847e#02e847e0a3a8556b7f5f3bc0c1643ab562485a61" dependencies = [ "alloy-consensus", "alloy-evm", @@ -12099,11 +12099,11 @@ dependencies = [ [[package]] name = "term" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2111ef44dae28680ae9752bb89409e7310ca33a8c621ebe7b106cf5c928b3ac0" +checksum = "d8c27177b12a6399ffc08b98f76f7c9a1f4fe9fc967c784c5a071fa8d93cf7e1" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -12442,9 +12442,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.23.7" +version = "0.23.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d" +checksum = "5d7cbc3b4b49633d57a0509303158ca50de80ae32c265093b24c414705807832" dependencies = [ "indexmap 2.12.1", "serde_core", @@ -12571,10 +12571,11 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.7" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf146f99d442e8e68e585f5d798ccd3cad9a7835b917e09728880a862706456" +checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" dependencies = [ + "async-compression", "bitflags 2.10.0", "bytes", "futures-core", @@ -13573,7 +13574,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.61.2", ] [[package]] @@ -14250,9 +14251,9 @@ dependencies = [ [[package]] name = "zlib-rs" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36134c44663532e6519d7a6dfdbbe06f6f8192bde8ae9ed076e9b213f0e31df7" +checksum = "51f936044d677be1a1168fae1d03b583a285a5dd9d8cbf7b24c23aa1fc775235" [[package]] name = "zopfli" diff --git a/Cargo.toml b/Cargo.toml index e2c60ca38..21d4eba84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -294,13 +294,13 @@ revm-inspectors = { version = "0.33.0", features = ["serde"] } op-revm = { version = "14.1.0", default-features = false } # tempo -tempo-alloy = { git = "https://github.com/tempoxyz/tempo", rev = "67f98e7" } -tempo-contracts = { git = "https://github.com/tempoxyz/tempo", rev = "67f98e7" } -tempo-revm = { git = "https://github.com/tempoxyz/tempo", rev = "67f98e7" } -tempo-evm = { git = "https://github.com/tempoxyz/tempo", rev = "67f98e7" } -tempo-chainspec = { git = "https://github.com/tempoxyz/tempo", rev = "67f98e7" } -tempo-primitives = { git = "https://github.com/tempoxyz/tempo", rev = "67f98e7" } -tempo-precompiles = { git = "https://github.com/tempoxyz/tempo", rev = "67f98e7" } +tempo-alloy = { git = "https://github.com/tempoxyz/tempo", rev = "02e847e" } +tempo-contracts = { git = "https://github.com/tempoxyz/tempo", rev = "02e847e" } +tempo-revm = { git = "https://github.com/tempoxyz/tempo", rev = "02e847e" } +tempo-evm = { git = "https://github.com/tempoxyz/tempo", rev = "02e847e" } +tempo-chainspec = { git = "https://github.com/tempoxyz/tempo", rev = "02e847e" } +tempo-primitives = { git = "https://github.com/tempoxyz/tempo", rev = "02e847e" } +tempo-precompiles = { git = "https://github.com/tempoxyz/tempo", rev = "02e847e" } ## alloy-evm alloy-evm = "0.24.2"