From 69dcbeac294032a828ee2c631d2fe35c9ec94edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:44:50 +0000 Subject: [PATCH] chore(deps): bump reth-primitives-traits in /bolt-sidecar Bumps [reth-primitives-traits](https://github.com/paradigmxyz/reth) from `383eb23` to `f28c71c`. - [Release notes](https://github.com/paradigmxyz/reth/releases) - [Commits](https://github.com/paradigmxyz/reth/compare/383eb2331c41cfc6d7523c691552264e7894fd25...f28c71c006d10747ad115f7880bd699953525138) --- updated-dependencies: - dependency-name: reth-primitives-traits dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bolt-sidecar/Cargo.lock | 76 ++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 46 deletions(-) diff --git a/bolt-sidecar/Cargo.lock b/bolt-sidecar/Cargo.lock index a8e18451..d908fdaa 100644 --- a/bolt-sidecar/Cargo.lock +++ b/bolt-sidecar/Cargo.lock @@ -216,12 +216,10 @@ dependencies = [ "alloy-rlp", "alloy-serde 0.9.2", "alloy-trie", - "arbitrary", "auto_impl", "c-kzg", "derive_more 1.0.0", "k256 0.13.4", - "rand 0.8.5", "serde", ] @@ -346,8 +344,6 @@ checksum = "0069cf0642457f87a01a014f6dc29d5d893cd4fd8fddf0c3cdfad1bb3ebafc41" dependencies = [ "alloy-primitives 0.8.15", "alloy-rlp", - "arbitrary", - "rand 0.8.5", "serde", ] @@ -372,10 +368,8 @@ checksum = "cabf647eb4650c91a9d38cb6f972bb320009e7e9d61765fb688a86f1563b33e8" dependencies = [ "alloy-primitives 0.8.15", "alloy-rlp", - "arbitrary", "derive_more 1.0.0", "k256 0.13.4", - "rand 0.8.5", "serde", ] @@ -410,7 +404,6 @@ dependencies = [ "alloy-primitives 0.8.15", "alloy-rlp", "alloy-serde 0.9.2", - "arbitrary", "c-kzg", "derive_more 1.0.0", "once_cell", @@ -1014,7 +1007,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae0465c71d4dced7525f408d84873aeebb71faf807d22d74c4a426430ccd9b55" dependencies = [ "alloy-primitives 0.8.15", - "arbitrary", "serde", "serde_json", ] @@ -5113,7 +5105,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -5746,7 +5738,7 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" dependencies = [ - "proc-macro-crate 3.2.0", + "proc-macro-crate 1.1.3", "proc-macro2", "quote", "syn 2.0.90", @@ -5801,30 +5793,11 @@ dependencies = [ "alloy-primitives 0.8.15", "alloy-rlp", "alloy-serde 0.9.2", - "arbitrary", "derive_more 1.0.0", "serde", "thiserror 2.0.9", ] -[[package]] -name = "op-alloy-rpc-types" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e68d1a51fe3ee143f102b82f54fa237f21d12635da363276901e6d3ef6c65b7b" -dependencies = [ - "alloy-consensus 0.9.2", - "alloy-eips 0.9.2", - "alloy-network-primitives 0.9.2", - "alloy-primitives 0.8.15", - "alloy-rpc-types-eth 0.9.2", - "alloy-serde 0.9.2", - "derive_more 1.0.0", - "op-alloy-consensus", - "serde", - "serde_json", -] - [[package]] name = "opaque-debug" version = "0.3.1" @@ -6707,7 +6680,7 @@ dependencies = [ [[package]] name = "reth-codecs" version = "1.1.5" -source = "git+https://github.com/paradigmxyz/reth#383eb2331c41cfc6d7523c691552264e7894fd25" +source = "git+https://github.com/paradigmxyz/reth#f28c71c006d10747ad115f7880bd699953525138" dependencies = [ "alloy-consensus 0.9.2", "alloy-eips 0.9.2", @@ -6724,7 +6697,7 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "1.1.5" -source = "git+https://github.com/paradigmxyz/reth#383eb2331c41cfc6d7523c691552264e7894fd25" +source = "git+https://github.com/paradigmxyz/reth#f28c71c006d10747ad115f7880bd699953525138" dependencies = [ "convert_case 0.6.0", "proc-macro2", @@ -6735,7 +6708,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.1.5" -source = "git+https://github.com/paradigmxyz/reth#383eb2331c41cfc6d7523c691552264e7894fd25" +source = "git+https://github.com/paradigmxyz/reth#f28c71c006d10747ad115f7880bd699953525138" dependencies = [ "alloy-chains", "alloy-eip2124", @@ -6748,9 +6721,9 @@ dependencies = [ ] [[package]] -name = "reth-primitives" +name = "reth-ethereum-primitives" version = "1.1.5" -source = "git+https://github.com/paradigmxyz/reth#383eb2331c41cfc6d7523c691552264e7894fd25" +source = "git+https://github.com/paradigmxyz/reth#f28c71c006d10747ad115f7880bd699953525138" dependencies = [ "alloy-consensus 0.9.2", "alloy-eips 0.9.2", @@ -6759,29 +6732,40 @@ dependencies = [ "alloy-rlp", "alloy-rpc-types 0.9.2", "alloy-serde 0.9.2", - "alloy-trie", - "bytes", - "c-kzg", "derive_more 1.0.0", "modular-bitfield", "once_cell", - "op-alloy-consensus", - "op-alloy-rpc-types", "reth-codecs", - "reth-ethereum-forks", "reth-primitives-traits", - "reth-static-file-types", "reth-zstd-compressors", "revm-primitives", "secp256k1", "serde", - "serde_with", +] + +[[package]] +name = "reth-primitives" +version = "1.1.5" +source = "git+https://github.com/paradigmxyz/reth#f28c71c006d10747ad115f7880bd699953525138" +dependencies = [ + "alloy-consensus 0.9.2", + "alloy-eips 0.9.2", + "alloy-primitives 0.8.15", + "alloy-trie", + "c-kzg", + "derive_more 1.0.0", + "once_cell", + "reth-ethereum-forks", + "reth-ethereum-primitives", + "reth-primitives-traits", + "reth-static-file-types", + "serde", ] [[package]] name = "reth-primitives-traits" version = "1.1.5" -source = "git+https://github.com/paradigmxyz/reth#383eb2331c41cfc6d7523c691552264e7894fd25" +source = "git+https://github.com/paradigmxyz/reth#f28c71c006d10747ad115f7880bd699953525138" dependencies = [ "alloy-consensus 0.9.2", "alloy-eips 0.9.2", @@ -6808,7 +6792,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.1.5" -source = "git+https://github.com/paradigmxyz/reth#383eb2331c41cfc6d7523c691552264e7894fd25" +source = "git+https://github.com/paradigmxyz/reth#f28c71c006d10747ad115f7880bd699953525138" dependencies = [ "alloy-primitives 0.8.15", "derive_more 1.0.0", @@ -6819,7 +6803,7 @@ dependencies = [ [[package]] name = "reth-zstd-compressors" version = "1.1.5" -source = "git+https://github.com/paradigmxyz/reth#383eb2331c41cfc6d7523c691552264e7894fd25" +source = "git+https://github.com/paradigmxyz/reth#f28c71c006d10747ad115f7880bd699953525138" dependencies = [ "zstd 0.13.2", ] @@ -9176,7 +9160,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]]