Merge pull request #235 from Gekkio/dependabot/cargo/parking_lot-0.9

Update parking_lot requirement from 0.8 to 0.9
This commit is contained in:
Joonas Javanainen 2019-07-15 10:47:19 +03:00 committed by GitHub
commit 29f792a62d
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"