Merge pull request #282 from Gekkio/dependabot/cargo/parking_lot-0.10

Update parking_lot requirement from 0.9 to 0.10
This commit is contained in:
Joonas Javanainen 2019-11-28 10:11:51 +02:00 committed by GitHub
commit ffff82d5e4
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"