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"