From 7b25888028ab9b1f8c9cf91133e02f7e791b0809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 23:50:42 +0100 Subject: [PATCH] Bump ethereum-types from 0.14.0 to 0.14.1 (#926) Bumps [ethereum-types](https://github.com/paritytech/parity-common) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/paritytech/parity-common/releases) - [Commits](https://github.com/paritytech/parity-common/compare/ethereum-types-v0.14.0...ethereum-types-v0.14.1) --- updated-dependencies: - dependency-name: ethereum-types dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- client/rpc-core/Cargo.toml | 2 +- client/rpc/Cargo.toml | 2 +- frame/ethereum/Cargo.toml | 2 +- primitives/rpc/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 144236acb..393c04267 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1553,9 +1553,9 @@ dependencies = [ [[package]] name = "ethereum-types" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81224dc661606574f5a0f28c9947d0ee1d93ff11c5f1c4e7272f52e8c0b5483c" +checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee" dependencies = [ "ethbloom", "fixed-hash", diff --git a/client/rpc-core/Cargo.toml b/client/rpc-core/Cargo.toml index 51282894f..3cea14188 100644 --- a/client/rpc-core/Cargo.toml +++ b/client/rpc-core/Cargo.toml @@ -17,6 +17,6 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" # Parity -ethereum-types = "0.14.0" +ethereum-types = "0.14.1" jsonrpsee = { version = "0.15.1", features = ["server", "macros"] } rlp = "0.5" diff --git a/client/rpc/Cargo.toml b/client/rpc/Cargo.toml index b93515b4c..1f90e8ee1 100644 --- a/client/rpc/Cargo.toml +++ b/client/rpc/Cargo.toml @@ -23,7 +23,7 @@ tokio = { version = "1.19", features = ["sync"] } # Parity codec = { package = "parity-scale-codec", version = "3.2.1" } -ethereum-types = "0.14.0" +ethereum-types = "0.14.1" jsonrpsee = { version = "0.15.1", features = ["server", "macros"] } libsecp256k1 = "0.7" rlp = "0.5" diff --git a/frame/ethereum/Cargo.toml b/frame/ethereum/Cargo.toml index 47f119a41..89b33cb9a 100644 --- a/frame/ethereum/Cargo.toml +++ b/frame/ethereum/Cargo.toml @@ -17,7 +17,7 @@ serde = { version = "1.0", optional = true } # Parity codec = { package = "parity-scale-codec", version = "3.2.1", default-features = false } -ethereum-types = { version = "0.14.0", default-features = false } +ethereum-types = { version = "0.14.1", default-features = false } rlp = { version = "0.5", default-features = false } scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } diff --git a/primitives/rpc/Cargo.toml b/primitives/rpc/Cargo.toml index 51d3a46a7..6b36dfed2 100644 --- a/primitives/rpc/Cargo.toml +++ b/primitives/rpc/Cargo.toml @@ -14,7 +14,7 @@ ethereum = { version = "0.14.0", default-features = false, features = ["with-cod # Parity codec = { package = "parity-scale-codec", version = "3.2.1", default-features = false } -ethereum-types = { version = "0.14.0", default-features = false } +ethereum-types = { version = "0.14.1", default-features = false } scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } # Substrate