From 6330ef955b580ee5d23b1a9c1b829b73717b7207 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2019 03:52:24 +0000 Subject: [PATCH] Update parking_lot requirement from 0.8 to 0.9 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.8.0...0.9.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2095c2c..ffb04c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ glium = { version = "0.25", default-features = false, optional = true } gfx = { version = "0.18", optional = true } imgui-sys = { version = "0.2.0-pre", path = "imgui-sys" } lazy_static = "1.1" -parking_lot = "0.8" +parking_lot = "0.9" [dev-dependencies] memoffset = "0.4"