From 6d569086bd87cb3eafaa874ab94bfc8059a76e6a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2020 01:56:04 +0000 Subject: [PATCH] Bump parking_lot from 0.10.2 to 0.11.0 (#151) --- bridges/relays/ethereum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/relays/ethereum/Cargo.toml b/bridges/relays/ethereum/Cargo.toml index 0505ff8bc1..6d50e0d857 100644 --- a/bridges/relays/ethereum/Cargo.toml +++ b/bridges/relays/ethereum/Cargo.toml @@ -22,7 +22,7 @@ linked-hash-map = "0.5.3" log = "0.4.8" num-traits = "0.2" parity-crypto = { version = "0.6", features = ["publickey"] } -parking_lot = "0.10.2" +parking_lot = "0.11.0" rustc-hex = "2.0.1" serde = { version = "1.0.114", features = ["derive"] } serde_json = "1.0.55"