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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-07-15 03:52:24 +00:00 committed by GitHub
parent 278606c237
commit 6330ef955b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"