From ff3fc2f40618e25e1eb28af529f27fd40cced71d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Sat, 27 Jun 2020 13:33:09 +0300 Subject: [PATCH] Bump env_logger and parking_lot --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 27d2e24..9c89435 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" crossbeam = "0.7.1" indexmap = "1.0.1" log = "0.4.5" -parking_lot = "0.10.0" +parking_lot = "0.11.0" rustc-hash = "1.0" smallvec = "1.0.0" rand = { version = "0.7", features = [ "small_rng" ] } @@ -22,7 +22,7 @@ salsa-macros = { version = "0.14.1", path = "components/salsa-macros" } [dev-dependencies] rand_distr = "0.2.1" diff = "0.1.0" -env_logger = "0.5.13" +env_logger = "0.7" linked-hash-map = "0.5.2" [workspace]