From daecfae90d46a28a020e73448055572d181f1e86 Mon Sep 17 00:00:00 2001 From: "Jeremy A. Kolb" Date: Mon, 25 Nov 2019 16:41:38 -0500 Subject: [PATCH] parking_lot 0.10 and smallvec 1.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b437d655..682ea87a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,9 +12,9 @@ readme = "README.md" crossbeam = "0.7.1" indexmap = "1.0.1" log = "0.4.5" -parking_lot = "0.9.0" +parking_lot = "0.10.0" rustc-hash = "1.0" -smallvec = "0.6.5" +smallvec = "1.0.0" rand = { version = "0.7", features = [ "small_rng" ] } salsa-macros = { version = "0.13.0", path = "components/salsa-macros" }