Bump num_cpus from 1.11.0 to 1.11.1 (#6905)

Bumps [num_cpus](https://github.com/seanmonstar/num_cpus) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/seanmonstar/num_cpus/releases)
- [Changelog](https://github.com/seanmonstar/num_cpus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/num_cpus/compare/v1.11.0...v1.11.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-11-12 14:24:05 -07:00
committed by Michael Vines
parent 148a58865e
commit 5a629ff387
2 changed files with 12 additions and 12 deletions

View File

@ -12,7 +12,7 @@ edition = "2018"
bs58 = "0.3.0"
clap = "2.33"
dirs = "2.0.2"
num_cpus = "1.11.0"
num_cpus = "1.11.1"
rpassword = "4.0"
solana-sdk = { path = "../sdk", version = "0.21.0" }
tiny-bip39 = "0.6.2"