diff --git a/Cargo.lock b/Cargo.lock index 9681e2e8990dd..6d0e93f0cdb36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,7 +132,7 @@ dependencies = [ "either", "k256", "once_cell", - "rand 0.8.7", + "rand 0.8.8", "secp256k1 0.30.0", "serde", "serde_json", @@ -183,9 +183,9 @@ dependencies = [ [[package]] name = "alloy-core" -version = "1.7.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f362c4f45eb0201a18c0ca2081ef2d9c460fb86f8eb71bf9dfb63b36ab57f83b" +checksum = "e88cf3d065edfb29a13278215b8521d3ef72a41e2432e019c1f0dd8e30649a5d" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -196,9 +196,9 @@ dependencies = [ [[package]] name = "alloy-dyn-abi" -version = "1.7.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abd40dfce46688dab799a455b6d44959ef906f60ff0793be7b44d5c817244245" +checksum = "d9f1a3f2206f2ba4206fdeeddce6640eed3e26b8a13ac41444adb66b76d8e650" dependencies = [ "alloy-json-abi", "alloy-primitives", @@ -223,7 +223,7 @@ dependencies = [ "alloy-rlp", "arbitrary", "crc", - "rand 0.8.7", + "rand 0.8.8", "serde", "thiserror 2.0.20", ] @@ -238,7 +238,7 @@ dependencies = [ "alloy-rlp", "arbitrary", "borsh", - "rand 0.8.7", + "rand 0.8.8", "serde", ] @@ -265,7 +265,7 @@ dependencies = [ "arbitrary", "borsh", "k256", - "rand 0.8.7", + "rand 0.8.8", "serde", "thiserror 2.0.20", ] @@ -376,9 +376,9 @@ dependencies = [ [[package]] name = "alloy-json-abi" -version = "1.7.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "030ea62b48820e79aab497b944ce09b8b23f4215e91e95d414060fed9db9a412" +checksum = "208699c66c453fbb4c50d2e602f8ceff8a5f1fa48ac8b6ee3b6357fdc93da311" dependencies = [ "alloy-primitives", "alloy-sol-type-parser", @@ -483,9 +483,9 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "1.7.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d851d57d6c8a93053eef468864a4f8a777bf6649cd2f833e073942c0d58274b" +checksum = "9c902f0ca3f8353c41e3e1ec3cf26be49412525bc48ab9d3c4710d7be4f01832" dependencies = [ "alloy-rlp", "arbitrary", @@ -497,7 +497,7 @@ dependencies = [ "foldhash 0.2.0", "getrandom 0.4.3", "hashbrown 0.17.1", - "indexmap 2.14.0", + "indexmap 2.14.1", "itoa", "k256", "keccak-asm", @@ -716,7 +716,7 @@ dependencies = [ "ethereum_ssz", "ethereum_ssz_derive", "jsonwebtoken", - "rand 0.8.7", + "rand 0.8.8", "serde", "strum 0.27.2", ] @@ -885,7 +885,7 @@ dependencies = [ "coins-bip39", "eth-keystore", "k256", - "rand 0.8.7", + "rand 0.8.8", "thiserror 2.0.20", "zeroize", ] @@ -925,9 +925,9 @@ dependencies = [ [[package]] name = "alloy-sol-macro" -version = "1.7.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "466883cc45d3e86786e73335907c16be5e196921e2dc70a4070b3d9c7fe475aa" +checksum = "fdcbd48d60e029be4a325c3a2f1312761caea4ed249f18ba9e8ed24ca1bf01e6" dependencies = [ "alloy-sol-macro-expander", "alloy-sol-macro-input", @@ -939,15 +939,15 @@ dependencies = [ [[package]] name = "alloy-sol-macro-expander" -version = "1.7.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59dd6ad4734e11bc84a07501d6630620772cca09cb178d606d18593e1f3c70fe" +checksum = "59c9f7c535f99a7e7b64cc520968b09ed14cec3715572fcc277cfbff602808cd" dependencies = [ "alloy-json-abi", "alloy-sol-macro-input", "const-hex", "heck", - "indexmap 2.14.0", + "indexmap 2.14.1", "proc-macro-error3", "proc-macro2", "quote", @@ -958,9 +958,9 @@ dependencies = [ [[package]] name = "alloy-sol-macro-input" -version = "1.7.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c9ac44ec972e6c13c2be852750b48696c929662af8b09893714ec9ce47a92ef" +checksum = "1abd404fbc12f543823005146b73fd07621bdc0baaa950d26995c543a9d73811" dependencies = [ "alloy-json-abi", "const-hex", @@ -976,9 +976,9 @@ dependencies = [ [[package]] name = "alloy-sol-type-parser" -version = "1.7.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349148dde7c030cfac13338c8284e178727653851207e8436c8a1d265af75c1f" +checksum = "40a7fd71864526bfeca8903010d5bb7fd28a0a4f5cc55818304c9cad8f0d63ab" dependencies = [ "serde", "winnow 1.0.4", @@ -986,9 +986,9 @@ dependencies = [ [[package]] name = "alloy-sol-types" -version = "1.7.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c259e0544bdf185257cc1c18c764093756d964dc392e38e6b89d91fe7f26ed3a" +checksum = "adfc2ba3fb0e865de4934bcad6d37fc51e9ffcd5294be1322eab38e4494e051b" dependencies = [ "alloy-json-abi", "alloy-primitives", @@ -1297,7 +1297,7 @@ dependencies = [ "op-alloy-rpc-types", "op-revm", "parking_lot", - "rand 0.8.7", + "rand 0.8.8", "rand 0.9.5", "reqwest 0.13.4", "revm", @@ -1666,7 +1666,7 @@ dependencies = [ "ark-serialize 0.6.0", "ark-std 0.6.0", "foldhash 0.1.5", - "indexmap 2.14.0", + "indexmap 2.14.1", "tracing", "tracing-subscriber", ] @@ -1735,7 +1735,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1df2c09229cbc5a028b1d70e00fdb2acee28b1055dfb5ca73eea49c5a25c4e7c" dependencies = [ "num-traits", - "rand 0.8.7", + "rand 0.8.8", ] [[package]] @@ -1745,7 +1745,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits", - "rand 0.8.7", + "rand 0.8.8", ] [[package]] @@ -1755,7 +1755,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a" dependencies = [ "num-traits", - "rand 0.8.7", + "rand 0.8.8", ] [[package]] @@ -1765,7 +1765,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "367c9c827ed431bff6868b7aa926e05b16eb46603cc8b6e768e4a5553fa1d155" dependencies = [ "num-traits", - "rand 0.8.7", + "rand 0.8.8", ] [[package]] @@ -2006,14 +2006,14 @@ dependencies = [ "percent-encoding", "pin-project-lite", "tracing", - "uuid 1.25.0", + "uuid 1.26.0", ] [[package]] name = "aws-sdk-kms" -version = "1.116.0" +version = "1.117.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "484ecdbea2a1cfc0e6eea69ce0a665f93913671b303ba40b2361b1d826544e7e" +checksum = "83b602641be84ebe5f96606cfefe4b96efaae1fd947c1b34ea8513b8ac0d2d8d" dependencies = [ "arc-swap", "aws-credential-types", @@ -2037,9 +2037,9 @@ dependencies = [ [[package]] name = "aws-sdk-sso" -version = "1.107.0" +version = "1.108.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "769b0abd0f89cfe11da5099986dd493e4f94347ce9a4562cb86ddecfe926b6c0" +checksum = "c15301b04372832947916607983b114b3374b9db0be058a00fb7513800de1f05" dependencies = [ "arc-swap", "aws-credential-types", @@ -2063,9 +2063,9 @@ dependencies = [ [[package]] name = "aws-sdk-ssooidc" -version = "1.109.0" +version = "1.110.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4075b8a2c8cda4076a3dcc43b9d6dabd93e0c2502abeaaf7e14aaead9bb312b" +checksum = "72cc2c205cb27108183cf1856333f7d584c2ba0f505421b4209ca5828f9ea899" dependencies = [ "arc-swap", "aws-credential-types", @@ -2089,9 +2089,9 @@ dependencies = [ [[package]] name = "aws-sdk-sts" -version = "1.112.0" +version = "1.113.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f582002918346a3e685be1b391c7bea155073088cea6bd4e4b7663df9e43b6c" +checksum = "68182ecb449f7537db0f4d5d25917789cf41e32074a9fe47b6a0b847fe1d2032" dependencies = [ "arc-swap", "aws-credential-types", @@ -2405,7 +2405,7 @@ dependencies = [ "addr2line", "cfg-if", "libc", - "miniz_oxide", + "miniz_oxide 0.8.9", "object", "rustc-demangle", "windows-link 0.2.1", @@ -2564,7 +2564,7 @@ dependencies = [ "cc", "cfg-if", "constant_time_eq", - "cpufeatures 0.3.0", + "cpufeatures 0.3.1", "zeroize", ] @@ -2626,7 +2626,7 @@ dependencies = [ "boa_interner", "boa_macros", "boa_string", - "indexmap 2.14.0", + "indexmap 2.14.1", "num-bigint", "rustc-hash", ] @@ -2658,7 +2658,7 @@ dependencies = [ "futures-lite", "hashbrown 0.16.1", "icu_normalizer", - "indexmap 2.14.0", + "indexmap 2.14.1", "intrusive-collections", "itertools 0.14.0", "num-bigint", @@ -2704,7 +2704,7 @@ dependencies = [ "boa_gc", "boa_macros", "hashbrown 0.16.1", - "indexmap 2.14.0", + "indexmap 2.14.1", "once_cell", "phf 0.13.1", "rustc-hash", @@ -2759,34 +2759,32 @@ dependencies = [ [[package]] name = "bon" -version = "3.9.3" +version = "3.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a602c73c7b0148ec6d12af6fd5cc7a46e2eacc8878271a999abac56eed12f561" +checksum = "9e3fac94a66da67200398458a25412bcc3f9b6443b5119a6cad9cf3ccfcd8cc6" dependencies = [ "bon-macros", - "rustversion", ] [[package]] name = "bon-macros" -version = "3.9.3" +version = "3.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dee98b0db6a962de883bf5d20362dee4d7ca0d12fe39a7c6c73c844e1cd7c1f" +checksum = "d4654961ad0494e4774c5c60b4cb4cd0ae9b9d92d039d901638b1dba97ebebf5" dependencies = [ - "darling 0.23.0", + "darling 0.24.1", "ident_case", - "prettyplease", + "prettyplease 0.3.0", "proc-macro2", "quote", - "rustversion", - "syn 2.0.119", + "syn 3.0.4", ] [[package]] name = "borsh" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a88b7ea17d208c4193f2c1e6de3c35fe71f98c96982d5ced308bdcc749ff6e1f" +checksum = "553c5d846a6ba5150c65e3b1b8ec073bcf1abc20f9b7220de384a4443ea4e20a" dependencies = [ "borsh-derive", "bytes", @@ -2795,15 +2793,15 @@ dependencies = [ [[package]] name = "borsh-derive" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8f347189c62a579b8cd5f80714efa178f52e461dc2e6d701d264f5ff22e566c" +checksum = "12cdfe656708a01f89b451a7d36466e6fe6c414de0aa18fc54f864f6f9ca9f56" dependencies = [ "once_cell", "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.119", + "syn 3.0.4", ] [[package]] @@ -3005,7 +3003,7 @@ dependencies = [ "op-alloy-flz", "op-alloy-network", "path-slash", - "rand 0.8.7", + "rand 0.8.8", "rand 0.9.5", "rayon", "regex", @@ -3075,12 +3073,12 @@ dependencies = [ [[package]] name = "chacha20" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81" +checksum = "65c35e4b699c7e15ccbe7ee35c005e4fc0a278d22238a2857e6ce2dadeda1b06" dependencies = [ "cfg-if", - "cpufeatures 0.3.0", + "cpufeatures 0.3.1", "rand_core 0.10.1", ] @@ -3341,7 +3339,7 @@ dependencies = [ "hmac 0.12.1", "once_cell", "pbkdf2 0.12.2", - "rand 0.8.7", + "rand 0.8.8", "sha2 0.10.9", "thiserror 1.0.69", ] @@ -3431,9 +3429,9 @@ dependencies = [ [[package]] name = "combine" -version = "4.6.7" +version = "4.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" +checksum = "cfc320937d09e6de266b31b9afb480f197d7a861be86be7cb2ea7e5d1bfffc5e" dependencies = [ "bytes", "memchr", @@ -4023,9 +4021,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" +checksum = "5ca28b0ae3115b884660db4118d803791fd6756b6e88f39c0f3f7859060d7566" dependencies = [ "libc", ] @@ -4284,7 +4282,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5eed333089e2e1c1ac8c6c0398e5e2497b4c9926ca6d0365ed1e099afa5bc23" dependencies = [ "cfg-if", - "cpufeatures 0.3.0", + "cpufeatures 0.3.1", "curve25519-dalek-derive", "digest 0.11.3", "fiat-crypto", @@ -4998,7 +4996,7 @@ dependencies = [ "hex", "hmac 0.12.1", "pbkdf2 0.11.0", - "rand 0.8.7", + "rand 0.8.8", "scrypt", "serde", "serde_json", @@ -5077,7 +5075,7 @@ checksum = "d6193260884881a920613c477a0b457af872b228b939ec26c60f7e66a5e0c508" dependencies = [ "alloy-dyn-abi", "alloy-primitives", - "indexmap 2.14.0", + "indexmap 2.14.1", "minicbor", ] @@ -5223,7 +5221,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" dependencies = [ "byteorder", - "rand 0.8.7", + "rand 0.8.8", "rustc-hex", "static_assertions", ] @@ -5257,12 +5255,12 @@ checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" [[package]] name = "flate2" -version = "1.1.9" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" +checksum = "6e634e2e0ebac1ee034020da1ca582e17ffe4e0f5e985823721e168928136dcb" dependencies = [ "crc32fast", - "miniz_oxide", + "miniz_oxide 0.9.1", "zlib-rs", ] @@ -5507,7 +5505,7 @@ dependencies = [ "eyre", "foundry-common", "heck", - "prettyplease", + "prettyplease 0.2.37", "proc-macro2", "quote", "rayon", @@ -6017,7 +6015,7 @@ dependencies = [ "thiserror 2.0.20", "tokio", "tracing", - "uuid 1.25.0", + "uuid 1.26.0", ] [[package]] @@ -6381,7 +6379,7 @@ dependencies = [ "tower", "tower-http 0.7.0", "tracing", - "uuid 1.25.0", + "uuid 1.26.0", "webbrowser", "zeroize", ] @@ -6729,7 +6727,7 @@ dependencies = [ "futures-core", "futures-sink", "http 1.5.0", - "indexmap 2.14.0", + "indexmap 2.14.1", "slab", "tokio", "tokio-util", @@ -6959,9 +6957,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72" +checksum = "27b501faa50e7a26c3d3560ca625132f4078a17771f4810baf70475ae48cbe43" dependencies = [ "atomic-waker", "bytes", @@ -7264,9 +7262,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.14.0" +version = "2.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" +checksum = "07aa2048142242915a31d35844fb311e0e53fcca590c3a0a40dcf1b841fa09eb" dependencies = [ "arbitrary", "equivalent", @@ -7660,7 +7658,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d8f198d1db720e4940b5a493201d199d9f24f568f8f746bd13706243a2f71598" dependencies = [ "cfg-if", - "cpufeatures 0.3.0", + "cpufeatures 0.3.1", ] [[package]] @@ -7743,9 +7741,9 @@ dependencies = [ [[package]] name = "libredox" -version = "0.1.20" +version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d0a00925a9f930d679b6789b721e3a7f9ed110f41b86d2497caa780c3a070a" +checksum = "d7955dfc218a8afb29dfeffd540e3a6e96baeb94fe7138228dd7cc6937fbbf96" dependencies = [ "libc", ] @@ -7833,9 +7831,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.18.2" +version = "0.18.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d2f2f9b4ba7e6b24d95e7e899329d35be83bcded72c8540cdd5368932d1d90a" +checksum = "0d317b4b9eb398e6acce275758ec6125535505e7a146fb1a9b8bda2451b0ff4c" dependencies = [ "hashbrown 0.17.1", ] @@ -8003,6 +8001,15 @@ name = "miniz_oxide" version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" +dependencies = [ + "adler2", +] + +[[package]] +name = "miniz_oxide" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b63fbc4a50860e98e7b2aa7804ded1db5cbc3aff9193adaff57a6931bf7c4b4c" dependencies = [ "adler2", "simd-adler32", @@ -8109,7 +8116,7 @@ dependencies = [ "time", "tokio", "tokio-tungstenite", - "uuid 1.25.0", + "uuid 1.26.0", ] [[package]] @@ -8124,7 +8131,7 @@ version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fa56da58097c7ae893c4097bb6d91bb5f7fa330053e07e033349db4d5f83ba8" dependencies = [ - "uuid 1.25.0", + "uuid 1.26.0", ] [[package]] @@ -8737,9 +8744,9 @@ checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" [[package]] name = "owo-colors" -version = "4.3.0" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d" +checksum = "13c45bb4a6ae1280ec0803b1ef9d3455eb50f01efbbe1447ab020f1d54fba9d8" [[package]] name = "oxc_index" @@ -9022,7 +9029,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" dependencies = [ "phf_shared 0.11.3", - "rand 0.8.7", + "rand 0.8.8", ] [[package]] @@ -9298,6 +9305,16 @@ dependencies = [ "syn 2.0.119", ] +[[package]] +name = "prettyplease" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2bfe0f4c752e450fc2faf62654f1c134747922825d5b04ca717b8874f41a40c0" +dependencies = [ + "proc-macro2", + "syn 3.0.4", +] + [[package]] name = "primefield" version = "0.14.0" @@ -9415,7 +9432,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e842efad9119158434d193c6682e2ebee4b44d6ad801d7b349623b3f57cdf55" dependencies = [ "futures", - "indexmap 2.14.0", + "indexmap 2.14.1", "nix 0.31.3", "tokio", "tracing", @@ -9608,12 +9625,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3eba1124f9c87c1b2f9e9665f0519ca75b09f9a5504e42e72d23cad8da63b52f" dependencies = [ "chrono", - "indexmap 2.14.0", + "indexmap 2.14.1", "newtype-uuid", "quick-xml 0.41.0", "strip-ansi-escapes", "thiserror 2.0.20", - "uuid 1.25.0", + "uuid 1.26.0", ] [[package]] @@ -9730,9 +9747,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.7" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a" +checksum = "e058c7de0b26af77780c769414d6257830bb240f3c38477dbc2c16e5f54d6d4c" dependencies = [ "libc", "rand_chacha 0.3.1", @@ -9757,7 +9774,7 @@ version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" dependencies = [ - "chacha20 0.10.1", + "chacha20 0.10.2", "getrandom 0.4.3", "rand_core 0.10.1", ] @@ -10148,8 +10165,8 @@ dependencies = [ [[package]] name = "reth-chainspec" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=23305f9#23305f9d98e2424da527fdd8a46f762a18d9de3f" dependencies = [ "alloy-chains", "alloy-consensus", @@ -10200,12 +10217,13 @@ dependencies = [ [[package]] name = "reth-consensus" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=23305f9#23305f9d98e2424da527fdd8a46f762a18d9de3f" dependencies = [ "alloy-consensus", "alloy-eip7928", "alloy-primitives", + "alloy-rlp", "auto_impl", "reth-execution-types", "reth-primitives-traits", @@ -10214,8 +10232,8 @@ dependencies = [ [[package]] name = "reth-consensus-common" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=23305f9#23305f9d98e2424da527fdd8a46f762a18d9de3f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10227,8 +10245,8 @@ dependencies = [ [[package]] name = "reth-db-api" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=23305f9#23305f9d98e2424da527fdd8a46f762a18d9de3f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10253,8 +10271,8 @@ dependencies = [ [[package]] name = "reth-db-models" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=23305f9#23305f9d98e2424da527fdd8a46f762a18d9de3f" dependencies = [ "alloy-eips", "alloy-primitives", @@ -10268,8 +10286,8 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=23305f9#23305f9d98e2424da527fdd8a46f762a18d9de3f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10284,8 +10302,8 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=23305f9#23305f9d98e2424da527fdd8a46f762a18d9de3f" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -10297,8 +10315,8 @@ dependencies = [ [[package]] name = "reth-ethereum-primitives" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=23305f9#23305f9d98e2424da527fdd8a46f762a18d9de3f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10311,8 +10329,8 @@ dependencies = [ [[package]] name = "reth-evm" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=23305f9#23305f9d98e2424da527fdd8a46f762a18d9de3f" dependencies = [ "alloy-consensus", "alloy-eip7928", @@ -10335,8 +10353,8 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=23305f9#23305f9d98e2424da527fdd8a46f762a18d9de3f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10355,8 +10373,8 @@ dependencies = [ [[package]] name = "reth-execution-errors" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=23305f9#23305f9d98e2424da527fdd8a46f762a18d9de3f" dependencies = [ "alloy-evm", "alloy-primitives", @@ -10368,8 +10386,8 @@ dependencies = [ [[package]] name = "reth-execution-types" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=23305f9#23305f9d98e2424da527fdd8a46f762a18d9de3f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10387,8 +10405,8 @@ dependencies = [ [[package]] name = "reth-network-peers" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=23305f9#23305f9d98e2424da527fdd8a46f762a18d9de3f" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10432,8 +10450,8 @@ dependencies = [ [[package]] name = "reth-prune-types" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=23305f9#23305f9d98e2424da527fdd8a46f762a18d9de3f" dependencies = [ "alloy-primitives", "arbitrary", @@ -10448,8 +10466,8 @@ dependencies = [ [[package]] name = "reth-revm" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=23305f9#23305f9d98e2424da527fdd8a46f762a18d9de3f" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10476,8 +10494,8 @@ dependencies = [ [[package]] name = "reth-stages-types" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=23305f9#23305f9d98e2424da527fdd8a46f762a18d9de3f" dependencies = [ "alloy-primitives", "arbitrary", @@ -10490,8 +10508,8 @@ dependencies = [ [[package]] name = "reth-static-file-types" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=23305f9#23305f9d98e2424da527fdd8a46f762a18d9de3f" dependencies = [ "alloy-primitives", "derive_more", @@ -10504,8 +10522,8 @@ dependencies = [ [[package]] name = "reth-storage-api" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=23305f9#23305f9d98e2424da527fdd8a46f762a18d9de3f" dependencies = [ "alloy-consensus", "alloy-eip7928", @@ -10529,8 +10547,8 @@ dependencies = [ [[package]] name = "reth-storage-errors" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=23305f9#23305f9d98e2424da527fdd8a46f762a18d9de3f" dependencies = [ "alloy-eips", "alloy-primitives", @@ -10546,8 +10564,8 @@ dependencies = [ [[package]] name = "reth-tokio-util" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=23305f9#23305f9d98e2424da527fdd8a46f762a18d9de3f" dependencies = [ "tokio", "tokio-stream", @@ -10556,8 +10574,8 @@ dependencies = [ [[package]] name = "reth-trie-common" -version = "2.4.1" -source = "git+https://github.com/paradigmxyz/reth?rev=10aa6a512ba7c4f5f01ff489b1f513da0745821f#10aa6a512ba7c4f5f01ff489b1f513da0745821f" +version = "2.5.1" +source = "git+https://github.com/paradigmxyz/reth?rev=23305f9#23305f9d98e2424da527fdd8a46f762a18d9de3f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10578,6 +10596,7 @@ dependencies = [ "revm", "serde", "serde_with", + "thiserror 2.0.20", ] [[package]] @@ -10934,12 +10953,12 @@ dependencies = [ [[package]] name = "rtoolbox" -version = "0.0.5" +version = "0.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50a0e551c1e27e1731aba276dbeaeac73f53c7cd34d1bda485d02bd1e0f36844" +checksum = "9a1efe12a1469752d0e6ff5ebec0b6ef4924cc5c4c71046b0ec730040535819d" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -10963,7 +10982,7 @@ dependencies = [ "parity-scale-codec", "primitive-types", "proptest", - "rand 0.8.7", + "rand 0.8.8", "rand 0.9.5", "rlp", "ruint-macro", @@ -11337,7 +11356,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b50c5943d326858130af85e049f2661ba3c78b26589b8ab98e65e80ae44a1252" dependencies = [ "bitcoin_hashes", - "rand 0.8.7", + "rand 0.8.8", "secp256k1-sys 0.10.1", "serde", ] @@ -11495,7 +11514,7 @@ version = "1.0.151" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14" dependencies = [ - "indexmap 2.14.0", + "indexmap 2.14.1", "itoa", "memchr", "serde", @@ -11568,7 +11587,7 @@ dependencies = [ "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.14.0", + "indexmap 2.14.1", "jiff", "schemars 0.9.0", "schemars 1.2.2", @@ -11652,7 +11671,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" dependencies = [ "cfg-if", - "cpufeatures 0.3.0", + "cpufeatures 0.3.1", "digest 0.11.3", ] @@ -11924,7 +11943,7 @@ dependencies = [ "bitflags 2.13.1", "cfg-if", "clap", - "indexmap 2.14.0", + "indexmap 2.14.1", "libc", "mimalloc", "serde", @@ -11996,7 +12015,7 @@ source = "git+https://github.com/paradigmxyz/solar?rev=a1568c0b841cf7ad7c4f39722 dependencies = [ "bumpalo", "diff", - "indexmap 2.14.0", + "indexmap 2.14.1", "oxc_index", "parking_lot", "rayon", @@ -12060,7 +12079,7 @@ dependencies = [ "solar-interface", "solar-parse", "solar-sema", - "thiserror 1.0.69", + "thiserror 2.0.20", "tokio", "tokio-util", "toml_edit", @@ -12111,7 +12130,7 @@ dependencies = [ "comfy-table 7.2.2", "derive_more", "either", - "indexmap 2.14.0", + "indexmap 2.14.1", "num-bigint", "num-traits", "once_map", @@ -12172,7 +12191,7 @@ dependencies = [ "thiserror 2.0.20", "tokio", "toml_edit", - "uuid 1.25.0", + "uuid 1.26.0", "zip 4.6.1", "zip-extract", ] @@ -12473,9 +12492,9 @@ dependencies = [ [[package]] name = "syn-solidity" -version = "1.7.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93b477ecc2e62b565bb6190d451fd8ed5aaddaf25b5df7ee3a2b4aa8e099b1a5" +checksum = "e452eb8cb83fc8b81597eb07c8d39f770d04905af9c5bffce8bea7213df29960" dependencies = [ "paste", "proc-macro2", @@ -12566,7 +12585,7 @@ dependencies = [ [[package]] name = "tempo-alloy" version = "1.11.0" -source = "git+https://github.com/tempoxyz/tempo?rev=a68cbf591b4e66bd4d5e35e29e12f763ffc7b117#a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" +source = "git+https://github.com/tempoxyz/tempo?rev=d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1#d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1" dependencies = [ "alloy-consensus", "alloy-contract", @@ -12606,7 +12625,7 @@ dependencies = [ [[package]] name = "tempo-chainspec" version = "1.11.0" -source = "git+https://github.com/tempoxyz/tempo?rev=a68cbf591b4e66bd4d5e35e29e12f763ffc7b117#a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" +source = "git+https://github.com/tempoxyz/tempo?rev=d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1#d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1" dependencies = [ "alloy-eips", "alloy-evm", @@ -12629,7 +12648,7 @@ dependencies = [ [[package]] name = "tempo-contracts" version = "1.11.0" -source = "git+https://github.com/tempoxyz/tempo?rev=a68cbf591b4e66bd4d5e35e29e12f763ffc7b117#a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" +source = "git+https://github.com/tempoxyz/tempo?rev=d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1#d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1" dependencies = [ "alloy-contract", "alloy-primitives", @@ -12640,8 +12659,8 @@ dependencies = [ [[package]] name = "tempo-dkg-onchain-artifacts" -version = "1.13.1" -source = "git+https://github.com/tempoxyz/tempo?rev=a68cbf591b4e66bd4d5e35e29e12f763ffc7b117#a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" +version = "1.13.2" +source = "git+https://github.com/tempoxyz/tempo?rev=d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1#d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1" dependencies = [ "bytes", "commonware-codec", @@ -12652,8 +12671,8 @@ dependencies = [ [[package]] name = "tempo-evm" -version = "1.13.1" -source = "git+https://github.com/tempoxyz/tempo?rev=a68cbf591b4e66bd4d5e35e29e12f763ffc7b117#a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" +version = "1.13.2" +source = "git+https://github.com/tempoxyz/tempo?rev=d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1#d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1" dependencies = [ "alloy-consensus", "alloy-evm", @@ -12684,7 +12703,7 @@ dependencies = [ [[package]] name = "tempo-hardfork" version = "1.11.0" -source = "git+https://github.com/tempoxyz/tempo?rev=a68cbf591b4e66bd4d5e35e29e12f763ffc7b117#a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" +source = "git+https://github.com/tempoxyz/tempo?rev=d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1#d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1" dependencies = [ "alloy-eips", "alloy-evm", @@ -12695,8 +12714,8 @@ dependencies = [ [[package]] name = "tempo-precompiles" -version = "1.13.1" -source = "git+https://github.com/tempoxyz/tempo?rev=a68cbf591b4e66bd4d5e35e29e12f763ffc7b117#a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" +version = "1.13.2" +source = "git+https://github.com/tempoxyz/tempo?rev=d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1#d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1" dependencies = [ "alloy", "alloy-evm", @@ -12722,8 +12741,8 @@ dependencies = [ [[package]] name = "tempo-precompiles-macros" -version = "1.13.1" -source = "git+https://github.com/tempoxyz/tempo?rev=a68cbf591b4e66bd4d5e35e29e12f763ffc7b117#a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" +version = "1.13.2" +source = "git+https://github.com/tempoxyz/tempo?rev=d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1#d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1" dependencies = [ "alloy", "proc-macro2", @@ -12734,7 +12753,7 @@ dependencies = [ [[package]] name = "tempo-primitives" version = "1.11.0" -source = "git+https://github.com/tempoxyz/tempo?rev=a68cbf591b4e66bd4d5e35e29e12f763ffc7b117#a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" +source = "git+https://github.com/tempoxyz/tempo?rev=d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1#d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1" dependencies = [ "alloy-consensus", "alloy-eips", @@ -12761,8 +12780,8 @@ dependencies = [ [[package]] name = "tempo-revm" -version = "1.13.1" -source = "git+https://github.com/tempoxyz/tempo?rev=a68cbf591b4e66bd4d5e35e29e12f763ffc7b117#a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" +version = "1.13.2" +source = "git+https://github.com/tempoxyz/tempo?rev=d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1#d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1" dependencies = [ "alloy-consensus", "alloy-evm", @@ -13060,7 +13079,7 @@ version = "0.9.12+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" dependencies = [ - "indexmap 2.14.0", + "indexmap 2.14.1", "serde_core", "serde_spanned", "toml_datetime 0.7.5+spec-1.1.0", @@ -13075,7 +13094,7 @@ version = "1.1.4+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5" dependencies = [ - "indexmap 2.14.0", + "indexmap 2.14.1", "serde_core", "serde_spanned", "toml_datetime 1.1.1+spec-1.1.0", @@ -13108,7 +13127,7 @@ version = "0.25.13+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b" dependencies = [ - "indexmap 2.14.0", + "indexmap 2.14.1", "serde_core", "serde_spanned", "toml_datetime 1.1.1+spec-1.1.0", @@ -13182,7 +13201,7 @@ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" dependencies = [ "futures-core", "futures-util", - "indexmap 2.14.0", + "indexmap 2.14.1", "pin-project-lite", "slab", "sync_wrapper", @@ -13685,9 +13704,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.25.0" +version = "1.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f053576934f05a761a402421fbbe3d425d9366f75f978806a037b3ca481abecc" +checksum = "b5772d71c9be8a8a6ac2117d949c5b224c1b72241bb611d9a3012edcf8af7812" dependencies = [ "getrandom 0.4.3", "js-sys", @@ -14071,9 +14090,9 @@ dependencies = [ [[package]] name = "which" -version = "8.0.5" +version = "8.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f3ef584124b911bcc3875c2f1472e80f24361ceb789bd1c62b3e9a3df9ff43c" +checksum = "bae2f2b2b816647a1cab1acc91f5bd20812d53cb344382635ec2181940c8034f" dependencies = [ "libc", ] @@ -14738,7 +14757,7 @@ dependencies = [ "arbitrary", "crc32fast", "flate2", - "indexmap 2.14.0", + "indexmap 2.14.1", "memchr", "zopfli", ] @@ -14751,7 +14770,7 @@ checksum = "2d04a6b5381502aa6087c94c669499eb1602eb9c5e8198e534de571f7154809b" dependencies = [ "crc32fast", "flate2", - "indexmap 2.14.0", + "indexmap 2.14.1", "memchr", "typed-path", "zopfli", diff --git a/Cargo.toml b/Cargo.toml index dd8d04a508d43..bf668a83b1ba4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -528,20 +528,20 @@ mpp = { git = "https://github.com/tempoxyz/mpp-rs", rev = "85c62c59205789d6506ad "reqwest-rustls-tls", "ws", ] } -tempo-hardfork = { git = "https://github.com/tempoxyz/tempo", rev = "a68cbf591b4e66bd4d5e35e29e12f763ffc7b117", default-features = false, features = [ +tempo-hardfork = { git = "https://github.com/tempoxyz/tempo", rev = "d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1", default-features = false, features = [ "serde", "std", ] } -tempo-primitives = { git = "https://github.com/tempoxyz/tempo", rev = "a68cbf591b4e66bd4d5e35e29e12f763ffc7b117", default-features = false, features = [ +tempo-primitives = { git = "https://github.com/tempoxyz/tempo", rev = "d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1", default-features = false, features = [ "serde", ] } -tempo-alloy = { git = "https://github.com/tempoxyz/tempo", rev = "a68cbf591b4e66bd4d5e35e29e12f763ffc7b117", default-features = false } -tempo-evm = { git = "https://github.com/tempoxyz/tempo", rev = "a68cbf591b4e66bd4d5e35e29e12f763ffc7b117", default-features = false } -tempo-revm = { git = "https://github.com/tempoxyz/tempo", rev = "a68cbf591b4e66bd4d5e35e29e12f763ffc7b117", default-features = false, features = [ +tempo-alloy = { git = "https://github.com/tempoxyz/tempo", rev = "d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1", default-features = false } +tempo-evm = { git = "https://github.com/tempoxyz/tempo", rev = "d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1", default-features = false } +tempo-revm = { git = "https://github.com/tempoxyz/tempo", rev = "d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1", default-features = false, features = [ "serde", ] } -tempo-contracts = { git = "https://github.com/tempoxyz/tempo", rev = "a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" } -tempo-precompiles = { git = "https://github.com/tempoxyz/tempo", rev = "a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" } +tempo-contracts = { git = "https://github.com/tempoxyz/tempo", rev = "d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1" } +tempo-precompiles = { git = "https://github.com/tempoxyz/tempo", rev = "d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1" } # Monad alloy-monad-evm = { version = "0.7.0", default-features = false, features = [ @@ -633,9 +633,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 = "a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" } -tempo-alloy = { git = "https://github.com/tempoxyz/tempo", rev = "a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" } -tempo-contracts = { git = "https://github.com/tempoxyz/tempo", rev = "a68cbf591b4e66bd4d5e35e29e12f763ffc7b117" } +tempo-primitives = { git = "https://github.com/tempoxyz/tempo", rev = "d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1" } +tempo-alloy = { git = "https://github.com/tempoxyz/tempo", rev = "d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1" } +tempo-contracts = { git = "https://github.com/tempoxyz/tempo", rev = "d5c6b38d1eb36a31a343b31f2ce9e5a128b3bac1" } [workspace.metadata.cargo-shear] ignored = ["idna_adapter", "cast", "chisel", "forge", "alloy-contract"]