From 207e90dc5be96db284633468bb73a015d5903a96 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 29 May 2020 08:05:46 +0000 Subject: [PATCH] Bump scoped_threadpool from 0.1.7 to 0.1.9 Bumps [scoped_threadpool](https://github.com/Kimundi/scoped-threadpool-rs) from 0.1.7 to 0.1.9. - [Release notes](https://github.com/Kimundi/scoped-threadpool-rs/releases) - [Commits](https://github.com/Kimundi/scoped-threadpool-rs/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b06a5af4acb..501d6a13e8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4596,9 +4596,9 @@ checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" [[package]] name = "scoped_threadpool" -version = "0.1.7" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef399c8893e8cb7aa9696e895427fab3a6bf265977bb96e126f24ddd2cda85a" +checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" [[package]] name = "scopeguard"