Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit 834fdd4

Browse files
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](paritytech/parity-common@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] <support@github.com>
1 parent 8e112a8 commit 834fdd4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ethcontract-mock/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Tools for mocking ethereum contracts.
1515
ethcontract = { version = "0.25.9", path = "../ethcontract", default-features = false, features = ["derive"] }
1616
hex = "0.4"
1717
mockall = "0.11"
18-
rlp = "0.5"
18+
rlp = "0.6"
1919
predicates = "3.0"
2020

2121
[dev-dependencies]

ethcontract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ hex = "0.4"
4343
jsonrpc-core = "18.0"
4444
lazy_static = "1.4"
4545
primitive-types = { version = "0.12", features = ["fp-conversion"] }
46-
rlp = { version = "0.5", default-features = false, optional = true }
46+
rlp = { version = "0.6", default-features = false, optional = true }
4747
secp256k1 = { version = "0.27", features = ["recovery"] }
4848
serde = { version = "1.0", features = ["derive"] }
4949
serde_json = "1.0"

0 commit comments

Comments
 (0)