From a3f1fbaae69e76ec42958d10fe080dc5b5675856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 1 Dec 2018 13:54:59 +0900 Subject: [PATCH] Update scoped-pool requirement from 0.1 to 1.0 (#447) Updates the requirements on [scoped-pool](https://github.com/reem/rust-scoped-pool) to permit the latest version. - [Release notes](https://github.com/reem/rust-scoped-pool/releases) - [Commits](https://github.com/reem/rust-scoped-pool/commits/1.0.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df8474ce1..4d1a9c45e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ owned-read = "0.4" failure = "0.1" htmlescape = "0.3.1" fail = "0.2" -scoped-pool = "0.1" +scoped-pool = "1.0" [target.'cfg(windows)'.dependencies] winapi = "0.2"