diff --git a/bridges/relays/ethereum/Cargo.toml b/bridges/relays/ethereum/Cargo.toml index a58f89e5c2bd6ed2e1ec1c00acde9e291dd02c2a..df7941e8af51827160ecd789ac7c1de207d870d8 100644 --- a/bridges/relays/ethereum/Cargo.toml +++ b/bridges/relays/ethereum/Cargo.toml @@ -15,7 +15,7 @@ futures = "0.3.1" jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee.git", default-features = false, features = ["http"] } linked-hash-map = "0.5.2" log = "0.4.8" -parking_lot = "0.9.0" +parking_lot = "0.10.0" rustc-hex = "2.0.1" serde = { version = "1.0.40", features = ["derive"] } serde_json = "1.0.40"