From dd09a9b805b217191acc54912ed8e286ca1ad584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:38:58 +0000 Subject: [PATCH] Bump alloy-primitives from 0.8.0 to 0.8.3 Bumps [alloy-primitives](https://github.com/alloy-rs/core) from 0.8.0 to 0.8.3. - [Release notes](https://github.com/alloy-rs/core/releases) - [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/alloy-rs/core/compare/v0.8.0...v0.8.3) --- updated-dependencies: - dependency-name: alloy-primitives dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 138 ++++++++++++++++++++++++++--------------------------- Cargo.toml | 2 +- 2 files changed, 70 insertions(+), 70 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f749b59..84ad5ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -116,7 +116,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4177d135789e282e925092be8939d421b701c6d92c0a16679faa659d9166289d" dependencies = [ "alloy-eips", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rlp", "alloy-serde", "arbitrary", @@ -131,7 +131,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba5b68572f5dfa99ede0a491d658c9842626c956b840d0b97d0bbc9637742504" dependencies = [ "alloy-json-abi", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-sol-type-parser", "alloy-sol-types", "const-hex", @@ -148,7 +148,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0069cf0642457f87a01a014f6dc29d5d893cd4fd8fddf0c3cdfad1bb3ebafc41" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rlp", "arbitrary", "rand 0.8.5", @@ -161,7 +161,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "37d319bb544ca6caeab58c39cea8921c55d924d4f68f2c60f24f914673f9a74a" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rlp", "arbitrary", "k256 0.13.3", @@ -177,7 +177,7 @@ checksum = "f923dd5fca5f67a43d81ed3ebad0880bd41f6dd0ada930030353ac356c54cd0f" dependencies = [ "alloy-eip2930", "alloy-eip7702", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rlp", "alloy-serde", "arbitrary", @@ -196,7 +196,7 @@ version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a7a18afb0b318616b6b2b0e2e7ac5529d32a966c673b48091c9919e284e6aca" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-serde", "serde", ] @@ -207,7 +207,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "299d2a937b6c60968df3dad2a988b0f0e03277b344639a4f7a31bd68e6285e59" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-sol-type-parser", "serde", "serde_json", @@ -219,7 +219,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4207166c79cfdf7f3bed24bbc84f5c7c5d4db1970f8c82e3fcc76257f16d2166" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-sol-types", "serde", "serde_json", @@ -237,7 +237,7 @@ dependencies = [ "alloy-eips", "alloy-json-rpc", "alloy-network-primitives", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rpc-types-eth", "alloy-serde", "alloy-signer", @@ -254,7 +254,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "396c07726030fa0f9dab5da8c71ccd69d5eb74a7fe1072b7ae453a67e4fe553e" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-serde", "serde", ] @@ -266,7 +266,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5988a227293f949525f0a1b3e1ef728d2ef24afa96bad2b7788c6c9617fa3eec" dependencies = [ "alloy-genesis", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "k256 0.13.3", "rand 0.8.5", "serde_json", @@ -300,9 +300,9 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "0.8.0" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a767e59c86900dd7c3ce3ecef04f3ace5ac9631ee150beb8b7d22f7fa3bbb2d7" +checksum = "411aff151f2a73124ee473708e82ed51b2535f68928b6a1caa8bc1246ae6f7cd" dependencies = [ "alloy-rlp", "arbitrary", @@ -310,7 +310,7 @@ dependencies = [ "cfg-if", "const-hex", "derive_arbitrary", - "derive_more 0.99.18", + "derive_more 1.0.0", "getrandom 0.2.15", "hex-literal", "itoa", @@ -336,7 +336,7 @@ dependencies = [ "alloy-json-rpc", "alloy-network", "alloy-network-primitives", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-pubsub", "alloy-rpc-client", "alloy-rpc-types-eth", @@ -368,7 +368,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa73f976e7b6341f3f8a404241cf04f883d40212cd4f2633c66d99de472e262c" dependencies = [ "alloy-json-rpc", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-transport", "bimap", "futures", @@ -409,7 +409,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02378418a429f8a14a0ad8ffaa15b2d25ff34914fc4a1e366513c6a3800e03b3" dependencies = [ "alloy-json-rpc", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-pubsub", "alloy-transport", "alloy-transport-http", @@ -447,7 +447,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "594b7cb723759c7b438c95a3bbd2e391760c03ee857443070758aaf2593ae84e" dependencies = [ "alloy-genesis", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "serde", "serde_json", ] @@ -458,7 +458,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "140b079c6fda14d9586432bf988b46ac0e04871ca313c9e00aa85cc808105e8a" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-serde", "serde", ] @@ -470,7 +470,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e7081d2206dca51ce23a06338d78d9b536931cc3f15134fc1c6535eb2b77f18" dependencies = [ "alloy-eips", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rpc-types-engine", "ethereum_ssz", "ethereum_ssz_derive", @@ -487,7 +487,7 @@ checksum = "1464c4dd646e1bdfde86ae65ce5ba168dbb29180b478011fe87117ae46b1629b" dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rlp", "alloy-serde", "derive_more 1.0.0", @@ -508,7 +508,7 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-network-primitives", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rlp", "alloy-serde", "alloy-sol-types", @@ -526,7 +526,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "19e8cb848b66617f7d58b576bfc416854c4e9ae8d35e14f5077c0c779048f280" dependencies = [ "alloy-eips", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-serde", "serde", "serde_json", @@ -538,7 +538,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16cca915e0aab3b2657b4f9efe02eb88e5483905fb6d244749652aae14e5f92e" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rpc-types-eth", "alloy-serde", "serde", @@ -552,7 +552,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68eede4bd722bb872222efbbfbccc8f9b86e597143934b8ce556d3e0487bb662" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rpc-types-eth", "alloy-serde", "serde", @@ -564,7 +564,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae417978015f573b4a8c02af17f88558fb22e3fccd12e8a910cf6a2ff331cfcb" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "arbitrary", "serde", "serde_json", @@ -576,7 +576,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b750c9b61ac0646f8f4a61231c2732a337b2c829866fc9a191b96b7eedf80ffe" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "async-trait", "auto_impl", "elliptic-curve 0.13.8", @@ -592,7 +592,7 @@ checksum = "9fabe917ab1778e760b4701628d1cae8e028ee9d52ac6307de4e1e9286ab6b5f" dependencies = [ "alloy-consensus", "alloy-network", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-signer", "async-trait", "k256 0.13.3", @@ -664,7 +664,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "577e262966e92112edbd15b1b2c0947cc434d6e8311df96d3329793fe8047da9" dependencies = [ "alloy-json-abi", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-sol-macro", "const-hex", "serde", @@ -747,7 +747,7 @@ version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0a46c9c4fdccda7982e7928904bd85fe235a0404ee3d7e197fff13d61eac8b4f" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rlp", "arbitrary", "derive_arbitrary", @@ -2844,7 +2844,7 @@ name = "eth-sparse-mpt" version = "0.1.0" source = "git+https://github.com/flashbots/eth-sparse-mpt?rev=5d0da73#5d0da73e90933a899bad63da18e115fc806adf01" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rlp", "alloy-trie", "hash-db", @@ -2944,7 +2944,7 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e999563461faea0ab9bc0024e5e66adcee35881f3d5062f52f31a4070fe1522" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "itertools 0.13.0", "smallvec", ] @@ -3878,7 +3878,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.10", + "socket2 0.5.7", "tokio", "tower-service", "tracing", @@ -4839,7 +4839,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -5688,7 +5688,7 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" dependencies = [ - "proc-macro-crate 1.1.3", + "proc-macro-crate 3.1.0", "proc-macro2", "quote", "syn 2.0.72", @@ -5746,7 +5746,7 @@ checksum = "3041068147bb9abce8973644991e11c075fa8a7931a272bc8eb935971a2d03d7" dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rlp", "alloy-serde", "derive_more 1.0.0", @@ -5763,7 +5763,7 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-network", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rpc-types-eth", "op-alloy-consensus", "op-alloy-rpc-types", @@ -5776,7 +5776,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4f57a192b16bd94296637616908a5701d4318d6c2c5119c93a1df5442ec97c13" dependencies = [ "alloy-network", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rpc-types-eth", "alloy-serde", "op-alloy-consensus", @@ -5790,7 +5790,7 @@ version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5ea246be3da604d2f68e86cc510cf05219db0ed24273ebd59d86065971ba0e3f" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rpc-types-engine", "alloy-serde", "serde", @@ -7104,7 +7104,7 @@ dependencies = [ "alloy-json-rpc", "alloy-network", "alloy-node-bindings", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-provider", "alloy-pubsub", "alloy-rlp", @@ -7206,7 +7206,7 @@ version = "0.1.0" dependencies = [ "ahash", "alloy-json-rpc", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-provider", "alloy-rpc-client", "alloy-signer", @@ -7708,7 +7708,7 @@ dependencies = [ "alloy-chains", "alloy-eips", "alloy-genesis", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-trie", "auto_impl", "derive_more 1.0.0", @@ -7790,7 +7790,7 @@ version = "1.0.6" source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.6#c228fe15808c3acbf18dc3af1a03ef5cbdcda07a" dependencies = [ "alloy-eips", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "eyre", "libc", "rand 0.8.5", @@ -7807,7 +7807,7 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-genesis", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-trie", "bytes", "modular-bitfield", @@ -7982,7 +7982,7 @@ name = "reth-discv4" version = "1.0.6" source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.6#c228fe15808c3acbf18dc3af1a03ef5cbdcda07a" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rlp", "discv5", "enr 0.12.1", @@ -8006,7 +8006,7 @@ name = "reth-discv5" version = "1.0.6" source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.6#c228fe15808c3acbf18dc3af1a03ef5cbdcda07a" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rlp", "derive_more 1.0.0", "discv5", @@ -8030,7 +8030,7 @@ name = "reth-dns-discovery" version = "1.0.6" source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.6#c228fe15808c3acbf18dc3af1a03ef5cbdcda07a" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "data-encoding", "enr 0.12.1", "linked_hash_set", @@ -8080,7 +8080,7 @@ version = "1.0.6" source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.6#c228fe15808c3acbf18dc3af1a03ef5cbdcda07a" dependencies = [ "aes", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rlp", "block-padding", "byteorder", @@ -8294,7 +8294,7 @@ version = "1.0.6" source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.6#c228fe15808c3acbf18dc3af1a03ef5cbdcda07a" dependencies = [ "alloy-chains", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rlp", "arbitrary", "auto_impl", @@ -8400,7 +8400,7 @@ version = "1.0.6" source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.6#c228fe15808c3acbf18dc3af1a03ef5cbdcda07a" dependencies = [ "alloy-eips", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rlp", "derive_more 1.0.0", "nybbles", @@ -8453,7 +8453,7 @@ name = "reth-exex-types" version = "1.0.6" source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.6#c228fe15808c3acbf18dc3af1a03ef5cbdcda07a" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "reth-provider", ] @@ -8541,7 +8541,7 @@ name = "reth-net-banlist" version = "1.0.6" source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.6#c228fe15808c3acbf18dc3af1a03ef5cbdcda07a" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", ] [[package]] @@ -8609,7 +8609,7 @@ name = "reth-network-api" version = "1.0.6" source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.6#c228fe15808c3acbf18dc3af1a03ef5cbdcda07a" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rpc-types-admin", "auto_impl", "derive_more 1.0.0", @@ -8650,7 +8650,7 @@ name = "reth-network-peers" version = "1.0.6" source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.6#c228fe15808c3acbf18dc3af1a03ef5cbdcda07a" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rlp", "enr 0.12.1", "secp256k1", @@ -8911,7 +8911,7 @@ name = "reth-optimism-rpc" version = "1.0.6" source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.6#c228fe15808c3acbf18dc3af1a03ef5cbdcda07a" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "jsonrpsee-types 0.24.4", "op-alloy-network", "parking_lot 0.12.3", @@ -8995,7 +8995,7 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-genesis", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rlp", "alloy-rpc-types", "alloy-serde", @@ -9031,7 +9031,7 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-genesis", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rlp", "alloy-rpc-types-eth", "arbitrary", @@ -9091,7 +9091,7 @@ name = "reth-prune" version = "1.0.6" source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.6#c228fe15808c3acbf18dc3af1a03ef5cbdcda07a" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "itertools 0.13.0", "metrics", "rayon", @@ -9117,7 +9117,7 @@ name = "reth-prune-types" version = "1.0.6" source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.6#c228fe15808c3acbf18dc3af1a03ef5cbdcda07a" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "bytes", "derive_more 1.0.0", "modular-bitfield", @@ -9149,7 +9149,7 @@ dependencies = [ "alloy-dyn-abi", "alloy-genesis", "alloy-network", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rlp", "async-trait", "derive_more 1.0.0", @@ -9365,7 +9365,7 @@ name = "reth-rpc-server-types" version = "1.0.6" source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.6#c228fe15808c3acbf18dc3af1a03ef5cbdcda07a" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "jsonrpsee-core 0.24.4", "jsonrpsee-types 0.24.4", "reth-errors", @@ -9381,7 +9381,7 @@ name = "reth-rpc-types" version = "1.0.6" source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.6#c228fe15808c3acbf18dc3af1a03ef5cbdcda07a" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rpc-types", "alloy-rpc-types-admin", "alloy-rpc-types-anvil", @@ -9447,7 +9447,7 @@ name = "reth-stages-api" version = "1.0.6" source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.6#c228fe15808c3acbf18dc3af1a03ef5cbdcda07a" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "aquamarine", "auto_impl", "futures-util", @@ -9474,7 +9474,7 @@ name = "reth-stages-types" version = "1.0.6" source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.6#c228fe15808c3acbf18dc3af1a03ef5cbdcda07a" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "bytes", "modular-bitfield", "reth-codecs", @@ -9487,7 +9487,7 @@ name = "reth-static-file" version = "1.0.6" source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.6#c228fe15808c3acbf18dc3af1a03ef5cbdcda07a" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "parking_lot 0.12.3", "rayon", "reth-db", @@ -9507,7 +9507,7 @@ name = "reth-static-file-types" version = "1.0.6" source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.6#c228fe15808c3acbf18dc3af1a03ef5cbdcda07a" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "clap", "derive_more 1.0.0", "serde", @@ -9645,7 +9645,7 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.6#c228fe15808c3acbf18 dependencies = [ "alloy-consensus", "alloy-genesis", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rlp", "alloy-trie", "arbitrary", @@ -9730,7 +9730,7 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48184032103bb23788e42e42c7c85207f5b0b8a248b09ea8f5233077f35ab56e" dependencies = [ - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "alloy-rpc-types", "alloy-sol-types", "anstyle", @@ -9776,7 +9776,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ccb981ede47ccf87c68cebf1ba30cdbb7ec935233ea305f3dfff4c1e10ae541" dependencies = [ "alloy-eips", - "alloy-primitives 0.8.0", + "alloy-primitives 0.8.3", "auto_impl", "bitflags 2.6.0", "bitvec", diff --git a/Cargo.toml b/Cargo.toml index b09c276..87d917e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.0.6" } reth-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.0.6" } reth-payload-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.0.6" } tracing = "0.1.37" -alloy-primitives = "0.8.0" +alloy-primitives = "0.8.3" time = { version = "0.3.28", features = ["macros", "formatting", "parsing"] } thiserror = "1.0.47" tungstenite = "0.23.0"