Skip to content

Commit

Permalink
update parking_lot to v0.11 (#591)
Browse files Browse the repository at this point in the history
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
  • Loading branch information
koushiro committed Sep 30, 2020
1 parent 7a4bf1e commit 07a002a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jsonrpc-core = { version = "16.0", path = "../core" }
jsonrpc-server-utils = { version = "16.0", path = "../server-utils" }
log = "0.4"
net2 = "0.2"
parking_lot = "0.10.0"
parking_lot = "0.11.0"
unicase = "2.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion ipc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tokio-service = "0.1"
jsonrpc-core = { version = "16.0", path = "../core" }
jsonrpc-server-utils = { version = "16.0", path = "../server-utils" }
parity-tokio-ipc = "0.4"
parking_lot = "0.10.0"
parking_lot = "0.11.0"

[dev-dependencies]
env_logger = "0.7"
Expand Down
2 changes: 1 addition & 1 deletion tcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ futures03 = { version = "0.3", features = ["compat"], package = "futures" }
jsonrpc-core = { version = "16.0", path = "../core" }
jsonrpc-server-utils = { version = "16.0", path = "../server-utils" }
log = "0.4"
parking_lot = "0.10.0"
parking_lot = "0.11.0"
tokio-service = "0.1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion ws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ futures03 = { version = "0.3", package = "futures", features = [ "compat" ] }
jsonrpc-core = { version = "16.0", path = "../core" }
jsonrpc-server-utils = { version = "16.0", path = "../server-utils" }
log = "0.4"
parking_lot = "0.10.0"
parking_lot = "0.11.0"
slab = "0.4"
parity-ws = "0.10"

Expand Down

0 comments on commit 07a002a

Please sign in to comment.