From c2f6919b7a3446fced7c7934870b862f557c228e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 21:20:00 +0000 Subject: [PATCH] Update rlp requirement from 0.5 to 0.6 Updates the requirements on [rlp](https://github.com/paritytech/parity-common) to permit the latest version. - [Commits](https://github.com/paritytech/parity-common/compare/rlp-v0.5.0...rlp-v0.6.1) --- updated-dependencies: - dependency-name: rlp dependency-version: 0.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a5ffdc7..ab7fba2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ log = { version = "0.4", default-features = false } evm-core = { version = "0.18", path = "core", default-features = false, features = ["with-serde"] } evm-runtime = { version = "0.18", path = "runtime", default-features = false } sha3 = { version = "0.8", default-features = false } -rlp = { version = "0.5", default-features = false } +rlp = { version = "0.6", default-features = false } serde = { version = "1.0", default-features = false, features = ["derive"], optional = true } serde_bytes = { version = "0.11.5", optional = true } codec = { package = "parity-scale-codec", version = "1.3", default-features = false, features = ["derive"], optional = true }