From 9685de43a94bed862352ab2161946b0310f0886a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:14:22 +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 2a49199b..319cb7b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ idna = "1.0.3" jsonrpc-core = "18.0.0" log = "0.4.6" parking_lot = "0.12.0" -rlp = "0.5" +rlp = "0.6" serde = { version = "1.0.90", features = ["derive"] } serde_json = "1.0.39" tiny-keccak = { version = "2.0.1", features = ["keccak"] }