From f5c1902d7d7483744c782d1c3a82fef575ee727a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2020 13:18:13 +0000 Subject: [PATCH] Update parking_lot requirement from 0.10 to 0.11 Updates the requirements on [parking_lot](https://github.com/Amanieu/parking_lot) to permit the latest version. - [Release notes](https://github.com/Amanieu/parking_lot/releases) - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/parking_lot/compare/0.10.0...0.11.0) Signed-off-by: dependabot-preview[bot] --- tokio-postgres/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index aaed29ae3..b9869b486 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -43,7 +43,7 @@ byteorder = "1.0" fallible-iterator = "0.2" futures = "0.3" log = "0.4" -parking_lot = "0.10" +parking_lot = "0.11" percent-encoding = "2.0" pin-project-lite = "0.1" phf = "0.8"