Skip to content

Commit

Permalink
chore: update parking_lot to v0.12.0 (#4459)
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r authored Jan 31, 2022
1 parent 49fff47 commit f602410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ once_cell = { version = "1.5.2", optional = true }
memchr = { version = "2.2", optional = true }
mio = { version = "0.7.6", optional = true }
num_cpus = { version = "1.8.0", optional = true }
parking_lot = { version = "0.11.0", optional = true }
parking_lot = { version = "0.12.0", optional = true }

# Currently unstable. The API exposed by these features may be broken at any time.
# Requires `--cfg tokio_unstable` to enable.
Expand Down

0 comments on commit f602410

Please sign in to comment.