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] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2018-12-01 13:54:59 +09:00
committed by Paul Masurel
parent a6e767c877
commit a3f1fbaae6

View File

@@ -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"