From 98f7f44f1af4d79206783dec0c921f0f6c52a125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 15:21:14 -0800 Subject: [PATCH] chore(deps): bump rlp from 0.5.1 to 0.5.2 (#1805) Bumps [rlp](https://github.com/paritytech/parity-common) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/paritytech/parity-common/releases) - [Commits](https://github.com/paritytech/parity-common/compare/rlp-v0.5.1...rlp-v0.5.2) --- updated-dependencies: - dependency-name: rlp 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 ++-- ethers-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5a9e2427..6d26c424 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3167,9 +3167,9 @@ dependencies = [ [[package]] name = "rlp" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5" +checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec" dependencies = [ "bytes", "rustc-hex", diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index da1eda32..1b94812c 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["ethereum", "web3", "celo", "ethers"] [dependencies] # Pin FastRLP to 0.1.2 when it was still Apache. open-fastrlp = { version = "=0.1.2", features = ["std", "derive", "ethereum-types"] } -rlp = { version = "0.5.0", default-features = false, features = ["std"] } +rlp = { version = "0.5.2", default-features = false, features = ["std"] } ethabi = { version = "17.2.0", default-features = false, features = ["full-serde", "rlp"] } arrayvec = { version = "0.7.2", default-features = false } rlp-derive = { version = "0.1.0", default-features = false }