From 9c30e98df62e2df72a5faa100907639e9c4a7f50 Mon Sep 17 00:00:00 2001 From: Sagar Dhawan Date: Thu, 12 Sep 2019 12:07:06 -0700 Subject: [PATCH] Fix cargo lock (#5881) --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 05e389f534..be71beb7a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3451,7 +3451,7 @@ name = "solana-rayon-threadlimit" version = "0.19.0-pre0" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sys-info 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)", + "sys-info 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]]