chore: update parking_lot to v0.12.0 (#4459)

This commit is contained in:
Oliver Gould
2022-01-31 14:55:40 -08:00
committed by GitHub
parent 49fff47111
commit f602410227
+1 -1
View File
@@ -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.