From f6024102279adc3613ac2763dbdbeb5ba0fbcad1 Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Mon, 31 Jan 2022 14:55:40 -0800 Subject: [PATCH] chore: update parking_lot to v0.12.0 (#4459) --- tokio/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml index 38a9a6d46..bd34bb56b 100644 --- a/tokio/Cargo.toml +++ b/tokio/Cargo.toml @@ -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.