Update parking_lot requirement from 0.9 to 0.10

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.9.0...0.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-26 03:22:50 +00:00 committed by GitHub
parent 8ef02e0578
commit bb913d863b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ glium = { version = "0.25", default-features = false, optional = true }
gfx = { version = "0.18", optional = true }
imgui-sys = { version = "0.3.0-pre", path = "imgui-sys" }
lazy_static = "1.1"
parking_lot = "0.9"
parking_lot = "0.10"
[dev-dependencies]
memoffset = "0.5"