From 1cd85180364d39350aac7195ba26ff0175f7f317 Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Thu, 27 Jun 2019 19:08:55 +0300 Subject: [PATCH] Upgrade dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bcf35d3..9715204 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ travis-ci = { repository = "Gekkio/imgui-rs" } [dependencies] imgui-sys = { version = "0.0.24-pre", path = "imgui-sys" } lazy_static = "1.1" -parking_lot = "0.7" +parking_lot = "0.8" [dev-dependencies] memoffset = "0.3"