From e54988d0cea4f9ba1c912785c7d318c7680e5eae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 01:08:28 +0000 Subject: [PATCH] build(deps): bump ethereum-types from 0.15.1 to 0.16.0 Bumps [ethereum-types](https://github.com/paritytech/parity-common) from 0.15.1 to 0.16.0. - [Commits](https://github.com/paritytech/parity-common/compare/ethereum-types-v0.15.1...kvdb-rocksdb-v0.16.0) --- updated-dependencies: - dependency-name: ethereum-types dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 47 ++++++++++++++++++++++++++++++++++++----------- Cargo.toml | 2 +- 2 files changed, 37 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5531f33f..fe0a0bf1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2923,7 +2923,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3ee371ebb7479ed3258617557ab0b3247e741075cb6b02b820d188f68da44441" dependencies = [ "bytes", - "ethereum-types", + "ethereum-types 0.15.1", "hash-db", "hash256-std-hasher", "k256", @@ -2951,6 +2951,19 @@ dependencies = [ "uint 0.10.0", ] +[[package]] +name = "ethereum-types" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7326303c6c18bb03c7a3c4c22d4032ae60dfe673ca9109602aa4d8154b2637e" +dependencies = [ + "ethbloom", + "fixed-hash", + "impl-serde", + "primitive-types 0.14.0", + "uint 0.10.0", +] + [[package]] name = "event-listener" version = "2.5.3" @@ -3114,7 +3127,7 @@ name = "fc-cli" version = "1.0.0-dev" dependencies = [ "clap", - "ethereum-types", + "ethereum-types 0.16.0", "fc-api", "fc-db", "fp-rpc", @@ -3190,7 +3203,7 @@ name = "fc-mapping-sync" version = "2.0.0-dev" dependencies = [ "ethereum", - "ethereum-types", + "ethereum-types 0.16.0", "fc-db", "fc-storage", "fp-consensus", @@ -3223,7 +3236,7 @@ name = "fc-rpc" version = "2.0.0-dev" dependencies = [ "ethereum", - "ethereum-types", + "ethereum-types 0.16.0", "evm", "fc-api", "fc-db", @@ -3281,7 +3294,7 @@ name = "fc-rpc-core" version = "1.1.0-dev" dependencies = [ "ethereum", - "ethereum-types", + "ethereum-types 0.16.0", "jsonrpsee", "rlp", "rustc-hex", @@ -3299,7 +3312,7 @@ version = "2.0.0-dev" name = "fc-rpc-v2-api" version = "0.1.0" dependencies = [ - "ethereum-types", + "ethereum-types 0.16.0", "fc-rpc-v2-types", "jsonrpsee", ] @@ -3309,7 +3322,7 @@ name = "fc-rpc-v2-types" version = "0.1.0" dependencies = [ "const-hex", - "ethereum-types", + "ethereum-types 0.16.0", "serde", "serde_json", ] @@ -3319,7 +3332,7 @@ name = "fc-storage" version = "1.0.0-dev" dependencies = [ "ethereum", - "ethereum-types", + "ethereum-types 0.16.0", "fp-rpc", "fp-storage", "parity-scale-codec", @@ -3545,7 +3558,7 @@ name = "fp-ethereum" version = "1.0.0-dev" dependencies = [ "ethereum", - "ethereum-types", + "ethereum-types 0.16.0", "fp-evm", "frame-support", "parity-scale-codec", @@ -3571,7 +3584,7 @@ name = "fp-rpc" version = "3.0.0-dev" dependencies = [ "ethereum", - "ethereum-types", + "ethereum-types 0.16.0", "fp-evm", "parity-scale-codec", "scale-info", @@ -7456,7 +7469,7 @@ name = "pallet-ethereum" version = "4.0.0-dev" dependencies = [ "ethereum", - "ethereum-types", + "ethereum-types 0.16.0", "evm", "fp-consensus", "fp-ethereum", @@ -9058,6 +9071,18 @@ dependencies = [ "uint 0.10.0", ] +[[package]] +name = "primitive-types" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "721a1da530b5a2633218dc9f75713394c983c352be88d2d7c9ee85e2c4c21794" +dependencies = [ + "fixed-hash", + "impl-codec 0.7.1", + "impl-serde", + "uint 0.10.0", +] + [[package]] name = "prioritized-metered-channel" version = "0.6.1" diff --git a/Cargo.toml b/Cargo.toml index 75286e10..2da5f310 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ const-hex = { version = "1.14", default-features = false, features = ["alloc"] } derive_more = "1.0" environmental = { version = "1.1.4", default-features = false } ethereum = { version = "0.18.2", default-features = false } -ethereum-types = { version = "0.15", default-features = false } +ethereum-types = { version = "0.16", default-features = false } evm = { git = "https://github.com/rust-ethereum/evm.git", branch = "v0.x", default-features = false } futures = "0.3.31" hash-db = { version = "0.16.0", default-features = false }