Skip to content

Commit 07a002a

Browse files
authored
update parking_lot to v0.11 (#591)
Signed-off-by: koushiro <[email protected]>
1 parent 7a4bf1e commit 07a002a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jsonrpc-core = { version = "16.0", path = "../core" }
1818
jsonrpc-server-utils = { version = "16.0", path = "../server-utils" }
1919
log = "0.4"
2020
net2 = "0.2"
21-
parking_lot = "0.10.0"
21+
parking_lot = "0.11.0"
2222
unicase = "2.0"
2323

2424
[dev-dependencies]

ipc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tokio-service = "0.1"
1717
jsonrpc-core = { version = "16.0", path = "../core" }
1818
jsonrpc-server-utils = { version = "16.0", path = "../server-utils" }
1919
parity-tokio-ipc = "0.4"
20-
parking_lot = "0.10.0"
20+
parking_lot = "0.11.0"
2121

2222
[dev-dependencies]
2323
env_logger = "0.7"

tcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ futures03 = { version = "0.3", features = ["compat"], package = "futures" }
1616
jsonrpc-core = { version = "16.0", path = "../core" }
1717
jsonrpc-server-utils = { version = "16.0", path = "../server-utils" }
1818
log = "0.4"
19-
parking_lot = "0.10.0"
19+
parking_lot = "0.11.0"
2020
tokio-service = "0.1"
2121

2222
[dev-dependencies]

ws/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ futures03 = { version = "0.3", package = "futures", features = [ "compat" ] }
1515
jsonrpc-core = { version = "16.0", path = "../core" }
1616
jsonrpc-server-utils = { version = "16.0", path = "../server-utils" }
1717
log = "0.4"
18-
parking_lot = "0.10.0"
18+
parking_lot = "0.11.0"
1919
slab = "0.4"
2020
parity-ws = "0.10"
2121

0 commit comments

Comments
 (0)