diff --git a/bridges/relays/ethereum/Cargo.toml b/bridges/relays/ethereum/Cargo.toml index 93a8d1b0a3eed..4d659365058b0 100644 --- a/bridges/relays/ethereum/Cargo.toml +++ b/bridges/relays/ethereum/Cargo.toml @@ -16,7 +16,7 @@ jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee.git", default-featu linked-hash-map = "0.5.2" log = "0.4.8" num-traits = "0.2" -parking_lot = "0.10.0" +parking_lot = "0.10.2" rustc-hex = "2.0.1" serde = { version = "1.0.106", features = ["derive"] } serde_json = "1.0.51"