Skip to content

Commit

Permalink
reactor: bump parking_lot dependency (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored and carllerche committed Jul 14, 2019
1 parent c897a5b commit 5fbb36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-reactor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lazy_static = "1.0.2"
log = "0.4.6"
mio = "0.6.14"
num_cpus = "1.8.0"
parking_lot = "0.8"
parking_lot = "0.9"
slab = "0.4.0"
tokio-executor = { version = "0.2.0", path = "../tokio-executor" }
tokio-io = { version = "0.2.0", path = "../tokio-io" }
Expand Down

0 comments on commit 5fbb36a

Please sign in to comment.