Skip to content

Commit

Permalink
Bump ethereum-types from 0.14.0 to 0.14.1 (#926)
Browse files Browse the repository at this point in the history
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](paritytech/parity-common@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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2022
1 parent 70cfe57 commit 7b25888
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/rpc-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion client/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion frame/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

Expand Down
2 changes: 1 addition & 1 deletion primitives/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b25888

Please sign in to comment.